tweak inline style

This commit is contained in:
Thibault Duplessis 2015-04-09 07:36:24 +02:00
parent f65af77de9
commit 04c6ef18c5
2 changed files with 21 additions and 26 deletions

View file

@ -57,4 +57,25 @@ body.fpmenu #hamburger .bottom {
transform: translateX(-4.5px) rotate(45deg);
-webkit-transform: translateX(-4.5px) rotate(45deg);
}
#ham-plate {
position: absolute;
top: -7px;
right: 0;
background: #fff;
margin-left: 30px;
border-radius: 0 0 10px 10px;
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
-webkit-touch-callout: none;
user-select: none;
-webkit-user-select: none;
cursor: pointer;
transition: top 0.13s;
}
#ham-plate:hover {
top: -3px;
}
body.fpmenu #ham-plate {
top: -3px;
border-radius: 0 0 50% 50%;
}
</style>

View file

@ -572,27 +572,6 @@ body.fpmenu > div.content {
box-sizing: border-box;
z-index: 5001;
}
#ham-plate {
position: absolute;
top: -7px;
right: 0;
background: #fff;
margin-left: 30px;
border-radius: 0 0 10px 10px;
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
-webkit-touch-callout: none;
user-select: none;
-webkit-user-select: none;
cursor: pointer;
transition: 0.13s;
}
#ham-plate:hover {
top: -3px;
}
body.fpmenu #ham-plate {
top: -3px;
border-radius: 0 0 50% 50%;
}
#site_description {
position: absolute;
@ -1177,11 +1156,6 @@ body.fpmenu #fpmenu {
padding-left: 10px;
}
}
#ham-plate .help {
position: absolute;
top: 12px;
left: 50px;
}
#user_tag {
font-weight: bold;
}