summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-10 20:48:56 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-10 20:48:56 +0200
commit1dac5bb390852bf679ea02cfb28dc5c7292c537f (patch)
treeca05693246ccc8e8d6d2925bd6e9be75b7000d3e /files
parentec31a29b3c0add4ab4adf1ba089282b7024b1eb1 (diff)
downloadnextcloud-server-1dac5bb390852bf679ea02cfb28dc5c7292c537f.tar.gz
nextcloud-server-1dac5bb390852bf679ea02cfb28dc5c7292c537f.zip
fixed undo notification not showing
Diffstat (limited to 'files')
-rw-r--r--files/css/files.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/files/css/files.css b/files/css/files.css
index 004721cff9a..23fdf2ee50e 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -1,3 +1,7 @@
+/* Copyright (c) 2011, Jan-Christoph Borchardt
+ This file is licensed under the Affero General Public License version 3 or later.
+ See the COPYING-README file. */
+
/* FILE MENU */
.actions { padding:.6em; float:right; margin-right:13em; }
.actions input { margin:0; padding:.3em; }
@@ -54,6 +58,3 @@ table thead.fixed {height:2em}
/* add breadcrumb divider to the File item in navigation panel */
#navigation>ul>li:first-child { background:url('../../core/img/breadcrumb-divider-start.png') no-repeat 12.5em 0px; width:12.5em; padding-right:1em; }
-#notification{ z-index:150; background-color:#fc4; border:0; padding:0 .7em .3em; display:block; position:fixed; left:50%; top:0;
--moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em; border-bottom-left-radius:1em;
--moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em; border-bottom-right-radius:1em; }