diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-29 04:24:02 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-29 04:24:02 +0200 |
commit | 72402ff143468523656090682c0bb1681af0fc32 (patch) | |
tree | 68c523f248c72b2313f6d3abb323f2474bd5ad49 /files | |
parent | 7e0bbd20c0f4b67d31fbe83669c26605449a48fb (diff) | |
download | nextcloud-server-72402ff143468523656090682c0bb1681af0fc32.tar.gz nextcloud-server-72402ff143468523656090682c0bb1681af0fc32.zip |
removed some more legacy CSS
Diffstat (limited to 'files')
-rw-r--r-- | files/css/files.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css index dd2ed732c77..56a06a903b3 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -1,4 +1,5 @@ /* FILE MENU */ +.actions { padding:.6em; float:right; margin-right:16em; } #file_menu { right:0px; position:absolute; top:0; } #file_menu a { display:block; float:left; background-image:none; text-decoration:none; } .file_upload_form, #file_newfolder_form { display:inline; } @@ -17,7 +18,7 @@ table { position:relative; top:37px; width:100%; } tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#eee; } tbody a { color:#000; } span.extention, td.date { color:#999; } -div.crumb { float:left; display:block; background-repeat:no-repeat; background-position:right 0px; font-weight:bold; padding-top:8px; padding-left:8px; height:28px; /*36-8*/ } +div.crumb { float:left; display:block; background:no-repeat right 0; font-weight:bold; padding:8px 1.5em 0 1em; height:28px; /*36-8*/ } table tr.mouseOver td { background-color:#eee; } table th { padding:.5em; height:2em; } table th .name { float:left; margin-left:.5em; } |