aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-29 02:19:53 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-29 02:20:06 +0200
commit224dbed79c83930b16f2c080a75a0f8cc05bdc61 (patch)
tree7d277ad544182ced908525f36251b43082e79da6
parent0e76d06358d6ba8d47a907e64b38f7b63580d33f (diff)
downloadnextcloud-server-224dbed79c83930b16f2c080a75a0f8cc05bdc61.tar.gz
nextcloud-server-224dbed79c83930b16f2c080a75a0f8cc05bdc61.zip
narrow modified column, remove help cursor
-rw-r--r--files/css/files.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/css/files.css b/files/css/files.css
index 328eaa40f50..46650418409 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -23,8 +23,8 @@ table th { padding:.5em; height:2em; }
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; cursor:help; }
-table th#headerDate, table td.date { width:15em; padding:0 .1em 0 1em; text-align:left; }
+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 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 td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:.2em .5em .5em 3em; background-position:1em .5em; background-repeat:no-repeat; }