summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 12:22:09 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 12:22:09 +0200
commit23c83c076cdb3de039de7d1eafa2764247faefa4 (patch)
tree1e6eda99a9acdf017cb4ab226842489746745ef6 /apps/files
parent289accc31bd2adb98833e470162483119924e2e9 (diff)
downloadnextcloud-server-23c83c076cdb3de039de7d1eafa2764247faefa4.tar.gz
nextcloud-server-23c83c076cdb3de039de7d1eafa2764247faefa4.zip
unify controls bar, remove duplicate from user management
Diffstat (limited to 'apps/files')
-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 {