]> source.dussan.org Git - nextcloud-server.git/commitdiff
Reduce top position for content below controls.
authorThomas Tanghus <thomas@tanghus.net>
Wed, 6 Feb 2013 15:56:26 +0000 (16:56 +0100)
committerThomas Tanghus <thomas@tanghus.net>
Wed, 6 Feb 2013 15:56:26 +0000 (16:56 +0100)
core/css/styles.css

index 02300ff4cd35482d00fdd5ee9ff429b9cc0eeb50..39212a6799f436c2aa05e460e3060bb009a12b0a 100644 (file)
@@ -130,7 +130,7 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b
 #controls .button { display:inline-block; }
 
 #content { position:relative; height:100%; width:100%; }
-#content .hascontrols { position: relative; top: 3em; }
+#content .hascontrols { position: relative; top: 2.9em; }
 #content-wrapper {
        position:absolute; height:100%; width:100%; padding-top:3.5em; padding-left:64px;
        -moz-box-sizing:border-box; box-sizing:border-box;