diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-29 03:09:30 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-29 03:09:30 +0200 |
commit | 7e0bbd20c0f4b67d31fbe83669c26605449a48fb (patch) | |
tree | aacb74a122e0e371346fed8177b4f07279eeadea /files/css | |
parent | d23d4e66c5908fd185f792e790e5e2d544a2bc79 (diff) | |
download | nextcloud-server-7e0bbd20c0f4b67d31fbe83669c26605449a48fb.tar.gz nextcloud-server-7e0bbd20c0f4b67d31fbe83669c26605449a48fb.zip |
revised coloring again
Diffstat (limited to 'files/css')
-rw-r--r-- | files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css index 4f217ff819c..dd2ed732c77 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -24,7 +24,7 @@ table th .name { float:left; margin-left:.5em; } table th, table td { border-bottom:1px solid #ddd; text-align:left; font-weight:normal; } table td { border-bottom:1px solid #eee; font-style:normal; } table th#headerSize, table td.filesize { width:5em; padding:0 1em; text-align:right; } -table th#headerDate, table td.date { width:10em; padding:0 .1em 0 1em; text-align:left; } +table th#headerDate, table td.date { width:11em; padding:0 .1em 0 1em; text-align:left; } table td.selection, table th.selection, table td.fileaction { width:2em; text-align:center; } table td.filename a.name { display:block; background-image:url('../img/file.png'); height:1.5em; vertical-align:middle; } table tr[data-type="dir"] td.filename a.name {font-weight:bold; } |