]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix leftcontent/right content, fixes tasks app
authorVincent Petry <pvince81@owncloud.com>
Thu, 24 Oct 2013 10:26:10 +0000 (12:26 +0200)
committerVincent Petry <pvince81@owncloud.com>
Thu, 24 Oct 2013 10:28:28 +0000 (12:28 +0200)
Tasks app layout was broken since the controls bar is higher now.
This change should hopefully fix other apps using the same layout.

core/css/styles.css
settings/css/settings.css

index 62ee0e56cae8ac93e1158433cfee873d7d7c986a..20357434c1322a1bd5652b002299dc04d53d75ea 100644 (file)
@@ -202,7 +202,7 @@ input[type="submit"].enabled {
        -moz-box-sizing:border-box; box-sizing:border-box;
 }
 #leftcontent, .leftcontent {
-       position:relative; overflow:auto; width:20em; height:100%;
+       position:relative; overflow:auto; width:256px; height:100%;
        background:#f8f8f8; border-right:1px solid #ddd;
        -moz-box-sizing:border-box; box-sizing:border-box;
 }
@@ -211,7 +211,11 @@ input[type="submit"].enabled {
 #leftcontent li.active, .leftcontent li.active { font-weight:bold; }
 #leftcontent li:hover, .leftcontent li:hover { color:#333; background:#ddd; }
 #leftcontent a { height:100%; display:block; margin:0; padding:0 1em 0 0; float:left; }
-#rightcontent, .rightcontent { position:fixed; top:6.4em; left:24.5em; overflow:auto }
+#rightcontent, .rightcontent { position:fixed; top:89px; left: 336px; overflow:auto }
+
+#controls + .leftcontent{
+       top: 44px;
+}
 
 #emptycontent {
        font-size: 1.5em;
index b47075241dfd9a75cf7fa28e0191041127793f26..6eef96c2dc1e5bcf299b31a64af133bbe874971d 100644 (file)
@@ -58,10 +58,6 @@ tr:hover>td.remove>a, tr:hover>td.password>img,tr:hover>td.displayName>img, tr:h
 tr:hover>td.remove>a { float:right; }
 li.selected { background-color:#ddd; }
 table.grid { width:100%; }
-#leftcontent, .leftcontent {
-       width: 256px;
-}
-#rightcontent, .rightcontent { top: 80px; left: 336px; }
 #rightcontent { padding-left: 10px; }
 div.quota {
        float: right;