summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-05 17:21:49 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-05 17:21:49 +0200
commit990405d6eef3abfbe1becbad58e1c4fcf68db233 (patch)
treef98ead4fecd60a9efcecb43065a96321a977ec1a /core/css
parent96278e0201f947a8aba0897a97167b672c6ec6e0 (diff)
downloadnextcloud-server-990405d6eef3abfbe1becbad58e1c4fcf68db233.tar.gz
nextcloud-server-990405d6eef3abfbe1becbad58e1c4fcf68db233.zip
fix position of sidebar toggle, fix Files controls position problems
Diffstat (limited to 'core/css')
-rw-r--r--core/css/mobile.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css
index f36ec2e6f0f..a4a289ebff5 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -79,13 +79,13 @@
width: 100% !important;
left: 0 !important;
background-color: #fff;
- overflow: hidden;
+ overflow-x: hidden !important;
}
#app-navigation-toggle {
- position: absolute;
+ position: fixed;
display: inline-block !important;
- top: 0;
+ top: 45px;
left: 0;
width: 44px;
height: 44px;
@@ -114,7 +114,16 @@ table.multiselect thead {
left: 0 !important;
}
+/* shorten elements for mobile */
+#uploadprogresswrapper {
+ width: 50px;
+}
+
+
/* fix controls bar jumping when navigation is slid out */
+.snapjs-left #app-navigation-toggle {
+ top: 0;
+}
.snapjs-left .app-files #controls,
.snapjs-left #user-controls {
top: 0;