]> source.dussan.org Git - nextcloud-server.git/commitdiff
Doesn't Cut the top arrow from navigation
authorraghunayyar <me@iraghu.com>
Thu, 21 Nov 2013 20:40:22 +0000 (02:10 +0530)
committerraghunayyar <me@iraghu.com>
Thu, 21 Nov 2013 20:40:22 +0000 (02:10 +0530)
core/css/styles.css

index f2561dd4620fe7f49c24a3bbc080d257bc574124..1761115903e826795f43652e833abccfd55a20d8 100644 (file)
@@ -564,7 +564,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
        position: fixed;
        float: left;
        width: 80px;
-       padding-top: 3.5em;
+       margin-top:45px;
        z-index: 75;
        height: 100%;
        background:#383c43 url('../img/noise.png') repeat;
@@ -624,10 +624,10 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
 /* Apps management as sticky footer, less obtrusive in the list */
 #navigation .wrapper {
        min-height: 100%;
-       margin: 0 auto -72px;
+       margin: 0 auto -120px;
 }
 #apps-management, #navigation .push {
-       height: 70px;
+       height: 120px;
 }
 #apps-management {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";