summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-11-19 15:53:49 +0100
committerMorris Jobke <morris.jobke@gmail.com>2013-12-03 10:54:16 +0100
commitc44f534c2b88b39dc90219699328510eca29e076 (patch)
tree6d2f5e69ba6d61ad129652152b915537e0d27faa
parentb83e891456489475953438cc2ecad6bed2d5d49e (diff)
downloadnextcloud-server-c44f534c2b88b39dc90219699328510eca29e076.tar.gz
nextcloud-server-c44f534c2b88b39dc90219699328510eca29e076.zip
account for shift of controls bar due to app navigation, do not shift on public page
-rw-r--r--core/css/styles.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index c651eb05238..73e9a8d073d 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -204,11 +204,18 @@ input[type="submit"].enabled {
right: 0;
left: 80px;
height: 44px;
+ width: 100%;
+ padding: 0;
margin: 0;
background: #eee;
border-bottom: 1px solid #e7e7e7;
z-index: 50;
}
+/* account for shift of controls bar due to app navigation */
+#body-user #controls,
+#body-settings #controls {
+ padding-right: 75px;
+}
#controls .button,
#controls button,
#controls input[type='submit'],