From e209511f86ec33222f92c80db1c59c3305bef9d5 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 4 Aug 2011 00:22:44 +0200 Subject: provide undo button when deleting files from the web interface --- files/css/files.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'files/css/files.css') diff --git a/files/css/files.css b/files/css/files.css index ba2783d8e50..61af30b74ea 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -52,3 +52,16 @@ 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%; +} \ No newline at end of file -- cgit v1.2.3