Merge pull request #5998 from owncloud/navigation-fix
Doesn't Cut the top arrow from navigation
This commit is contained in:
commit
60e2ee631a
|
@ -561,12 +561,13 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
|
||||||
|
|
||||||
/* NAVIGATION ------------------------------------------------------------- */
|
/* NAVIGATION ------------------------------------------------------------- */
|
||||||
#navigation {
|
#navigation {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
float: left;
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
padding-top: 3.5em;
|
margin-top:45px;
|
||||||
z-index: 75;
|
z-index: 75;
|
||||||
height: 100%;
|
|
||||||
background:#383c43 url('../img/noise.png') repeat;
|
background:#383c43 url('../img/noise.png') repeat;
|
||||||
overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box;
|
overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box;
|
||||||
/* prevent ugly selection effect on accidental selection */
|
/* prevent ugly selection effect on accidental selection */
|
||||||
|
@ -627,7 +628,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
|
||||||
margin: 0 auto -72px;
|
margin: 0 auto -72px;
|
||||||
}
|
}
|
||||||
#apps-management, #navigation .push {
|
#apps-management, #navigation .push {
|
||||||
height: 70px;
|
height: 72px;
|
||||||
}
|
}
|
||||||
#apps-management {
|
#apps-management {
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
||||||
|
|
Loading…
Reference in New Issue