summaryrefslogtreecommitdiffstats
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.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 3dc5ef5a396..db23f54f215 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -84,6 +84,9 @@
}
#filestable tbody tr { background-color:#fff; height:51px; }
+.app-files #controls {
+ left: 300px;
+}
#filestable tbody tr:hover, tbody tr:active {
background-color: rgb(240,240,240);
}
@@ -431,3 +434,7 @@ table.dragshadow td.size {
.mask.transparent{
opacity: 0;
}
+
+.app-files #app-settings input {
+ width: 90%;
+}