summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 6c7dd33c4e7..3dc5ef5a396 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -83,7 +83,7 @@
min-width: 688px; /* 768 (mobile break) - 80 (nav width) */
}
-#filestable tbody tr { background-color:#fff; height:40px; }
+#filestable tbody tr { background-color:#fff; height:51px; }
#filestable tbody tr:hover, tbody tr:active {
background-color: rgb(240,240,240);
}
@@ -243,7 +243,7 @@ table td.filename .nametext {
max-width: 800px;
}
table td.filename .uploadtext { font-weight:normal; margin-left:8px; }
-table td.filename form { font-size:14px; margin-left:48px; margin-right:48px; height: 50px; }
+table td.filename form { font-size:14px; margin-left:48px; margin-right:48px; }
.ie8 input[type="checkbox"]{
padding: 0;