]> source.dussan.org Git - nextcloud-server.git/commitdiff
adjust right padding of controls bar, fix #4650
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 30 Aug 2013 08:26:41 +0000 (10:26 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 30 Aug 2013 08:26:41 +0000 (10:26 +0200)
core/css/styles.css

index dc91834e7b4346ef6938486e53fd79f52ec29428..d5a79d349a612dfa8e4d211809dad1cec7f32150 100644 (file)
@@ -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;