diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-27 22:16:39 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-27 22:16:39 -0400 |
commit | fef7e9d5f448c490cd9f6184381d9bc73dd23a63 (patch) | |
tree | 4504ae38008bad76f1086c57c75ebf10df8c9ab4 /files/css | |
parent | 1b6a77ce5e55b21b3da28ce31292af79d643976a (diff) | |
download | nextcloud-server-fef7e9d5f448c490cd9f6184381d9bc73dd23a63.tar.gz nextcloud-server-fef7e9d5f448c490cd9f6184381d9bc73dd23a63.zip |
Style changes for multiselect and add tipsy for file size
Diffstat (limited to 'files/css')
-rw-r--r-- | files/css/files.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/css/files.css b/files/css/files.css index 787efa49e04..27ead667dc4 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -51,13 +51,13 @@ table td.filename a, table td.login, table td.logout, table td.download, table t table td.filename .nametext, .modified { float:left; padding:.3em 0; } table td.filename .nametext { width:60%; } table td.filename form { float:left; font-size:.85em; } -table thead.fixed tr{ position:fixed; top:6.3em; z-index:49; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000; } +table thead.fixed tr{ position:fixed; top:6.5em; z-index:49; -moz-box-shadow:0 -3px 7px #ddd; -webkit-box-shadow:0 -3px 7px #ddd; box-shadow:0 -3px 7px #ddd; } table thead.fixed { height:2em; } #fileList tr td.filename>input[type=checkbox]:first-child { opacity:0; float:left; margin:.7em 0 0 1em; /* bigger clickable area doesn’t work in FF width:2.8em; height:2.4em;*/ -webkit-transition:opacity 500ms; -moz-transition:opacity 500ms; -o-transition:opacity 500ms; transition:opacity 500ms; } #fileList tr:hover td.filename>input[type="checkbox"]:first-child { opacity:.8; } #fileList tr td.filename>input[type="checkbox"]:checked:first-child { opacity:1; } #fileList tr td.filename { -webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms; transition:background-image 500ms; } -#select_all { float:left; margin:.2em; margin-left:.6em; } +#select_all { float:left; margin:.3em 0.6em 0 .5em; } #uploadsize-message,#delete-confirm { display:none; } .selectedActions a, a.action { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; } .selectedActions { display:none; } |