aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-30 10:26:41 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-30 10:26:41 +0200
commita6c7b210db38d72438ac177f1d807b3a796da0c9 (patch)
tree558a70d2807d576c3cf254db237700bf0d86cb02
parent3a2534d3bd72501fea600284261dd426ea4c96b4 (diff)
downloadnextcloud-server-a6c7b210db38d72438ac177f1d807b3a796da0c9.tar.gz
nextcloud-server-a6c7b210db38d72438ac177f1d807b3a796da0c9.zip
adjust right padding of controls bar, fix #4650
-rw-r--r--core/css/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index dc91834e7b4..d5a79d349a6 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -150,9 +150,9 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b
/* CONTENT ------------------------------------------------------------------ */
#controls {
position: fixed;
- height: 2.8em;
+ height: 36px;
width: 100%;
- padding: 0 70px 0 0.5em;
+ padding: 0 75px 0 6px;
margin: 0;
background: #eee;
border-bottom: 1px solid #e7e7e7;