summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 14:52:55 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 14:52:55 +0200
commit933c05566e21c27e4f2d4b4e9c2d54e7b363d304 (patch)
tree415fb2d7261273fd655afaf65e169e87e8af5e4d /apps
parent1a519b851d3a867d13c9fc25b0cff6ec9cb29642 (diff)
parentecdfea241f7e6837189549686fe3401888a27b77 (diff)
downloadnextcloud-server-933c05566e21c27e4f2d4b4e9c2d54e7b363d304.tar.gz
nextcloud-server-933c05566e21c27e4f2d4b4e9c2d54e7b363d304.zip
Merge pull request #8922 from owncloud/design-controls-transparency
Bugfixes for mobile
Diffstat (limited to 'apps')
-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 ce6d3f9aed5..55f3d17ac2b 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;
@@ -220,7 +205,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 {