Lock icon moved up

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-24 21:13:13 +02:00
parent 2d18ee8ef6
commit 789044cf3d

View File

@@ -78,7 +78,7 @@ display: inline;
@media only screen and (min-width: 992px) { @media only screen and (min-width: 992px) {
nav .zbrand { nav .zbrand {
display: inline-block; display: inline-block;
} }
} }
.navbar-fixed { .navbar-fixed {
@@ -234,7 +234,7 @@ hide mdi-action-visibility mdi-action-visibility-off
overflow: hidden; overflow: hidden;
} }
.title-container li{ .title-container li{
height: 64px; height: 64px;
height:100%; height:100%;
width: 84%; width: 84%;
@@ -532,3 +532,8 @@ hide mdi-action-visibility mdi-action-visibility-off
-webkit-transition: width 1s ease; -webkit-transition: width 1s ease;
transition: width 1s ease; transition: width 1s ease;
} }
.mdi-action-lock
{
position:absolute;
}