summaryrefslogtreecommitdiffstats
path: root/files/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-05 07:37:08 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-05 07:37:08 +0200
commit193b9c9386eee28bc5d96e7c6c638803b517ba5c (patch)
tree3995414c6ca0e58ad491d856d9109001655376f1 /files/css
parent01cecc8388179e1b6b8f759c4d717848f191eb25 (diff)
downloadnextcloud-server-193b9c9386eee28bc5d96e7c6c638803b517ba5c.tar.gz
nextcloud-server-193b9c9386eee28bc5d96e7c6c638803b517ba5c.zip
styled undo file deletion
Diffstat (limited to 'files/css')
-rw-r--r--files/css/files.css16
1 files changed, 3 insertions, 13 deletions
diff --git a/files/css/files.css b/files/css/files.css
index 6c93e4d7ce0..813fb4dd7dc 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -52,16 +52,6 @@ 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;
- border-radius:10px;
- background-color:#eee;
- border:1px solid #ccc;
- padding-left:1em;
- padding-right:1em;
- display:none;
- position:fixed;
- top:2.8em;
- left:40%;
-}
+#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; }