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.css17
1 files changed, 1 insertions, 16 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 0392733f4ca..629c8689682 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -92,21 +92,6 @@
height: 100%;
}
-/**
- * Override global #controls styles
- * to be more flexible / relative
- */
-#body-user .app-files #controls {
- left: 250px; /* sidebar width */
- position: fixed;
- padding-left: 0px;
-}
-
-/* this is mostly for file viewer apps, text editor, etc */
-#body-user .app-files.no-sidebar #controls {
- left: 0px;
-}
-
/* move Deleted Files to bottom of sidebar */
.nav-trashbin {
position: absolute !important;
@@ -224,7 +209,7 @@ table.multiselect thead {
z-index: 10;
-moz-box-sizing: border-box;
box-sizing: border-box;
- left: 230px; /* sidebar */
+ left: 250px; /* sidebar */
}
table.multiselect thead th {