diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-08-04 00:22:44 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-08-04 00:22:44 +0200 |
commit | e209511f86ec33222f92c80db1c59c3305bef9d5 (patch) | |
tree | 3907d4138ea3450c767e00e530f6446f02c28471 /files/css | |
parent | 4851a55c1d6824a0c46636f7a8749ad2418e1b4a (diff) | |
download | nextcloud-server-e209511f86ec33222f92c80db1c59c3305bef9d5.tar.gz nextcloud-server-e209511f86ec33222f92c80db1c59c3305bef9d5.zip |
provide undo button when deleting files from the web interface
Diffstat (limited to 'files/css')
-rw-r--r-- | files/css/files.css | 13 |
1 files changed, 13 insertions, 0 deletions
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 |