aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r--apps/files/css/files.css36
1 files changed, 27 insertions, 9 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 533050691d5..2aae73f8bd0 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -116,10 +116,29 @@ tr:hover span.extension {
table tr.mouseOver td { background-color:#eee; }
table th { height:24px; padding:0 8px; color:#999; }
-table th .name {
- position: absolute;
- left: 55px;
- top: 15px;
+table th .columntitle {
+ display: inline-block;
+ padding: 15px;
+ width: 100%;
+ height: 50px;
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ vertical-align: middle;
+}
+table th .columntitle.name {
+ padding-left: 5px;
+ margin-left: 50px;
+ max-width: 300px;
+}
+/* hover effect on sortable column */
+table th a.columntitle:hover {
+ background-color: #F0F0F0;
+}
+table th .sort-indicator {
+ width: 10px;
+ height: 8px;
+ margin-left: 10px;
+ display: inline-block;
}
table th, table td { border-bottom:1px solid #ddd; text-align:left; font-weight:normal; }
table td {
@@ -139,8 +158,11 @@ table th#headerName {
}
table th#headerSize, table td.filesize {
min-width: 48px;
- padding: 0 16px;
text-align: right;
+ padding: 0;
+}
+table table td.filesize {
+ padding: 0 16px;
}
table th#headerDate, table td.date {
-moz-box-sizing: border-box;
@@ -197,10 +219,6 @@ table td.filename input.filename {
table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:3px 8px 8px 3px; }
table td.filename .nametext, .uploadtext, .modified { float:left; padding:14px 0; }
-#modified {
- position: absolute;
- top: 15px;
-}
.modified {
position: relative;
padding-left: 8px;