diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-04 16:44:26 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-04 16:44:26 -0400 |
commit | 002ad4ba16eb6cd0b2131f012b1a0a8b6b0b777f (patch) | |
tree | bb8013d457a03e3c6fed498f5b0d97dc870adf28 /apps | |
parent | 086397d8a18391823e223eeee23e6ef04350b354 (diff) | |
download | nextcloud-server-002ad4ba16eb6cd0b2131f012b1a0a8b6b0b777f.tar.gz nextcloud-server-002ad4ba16eb6cd0b2131f012b1a0a8b6b0b777f.zip |
Tweak users delete notification
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 317c0b8a1e2..7298a7ef6e6 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -88,5 +88,4 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; } #navigation>ul>li:first-child { background:url('%webroot%/core/img/breadcrumb-start.svg') no-repeat 12.5em 0px; width:12.5em; padding-right:1em; position:fixed; } #navigation>ul>li:first-child+li { padding-top:2.9em; } -#scanning-message{ top:40%; left:40%; position:absolute; display:none; } -#notification span { cursor:pointer; font-weight:bold; margin-left:1em; }
\ No newline at end of file +#scanning-message{ top:40%; left:40%; position:absolute; display:none; }
\ No newline at end of file |