Browse Source

Fix menu phone styling

pull/2140/head
Ruud 12 years ago
parent
commit
43af25a30e
  1. 10
      couchpotato/static/style/main.css

10
couchpotato/static/style/main.css

@ -201,14 +201,22 @@ body > .spinner, .mask{
top: -3px; top: -3px;
} }
.icon2.menu:before { .icon2.menu:before {
content: "\e076 \e076 \e076"; content: "\e076\00a0 \e076\00a0 \e076\00a0";
line-height: 6px; line-height: 6px;
transform: scaleX(2); transform: scaleX(2);
width: 20px; width: 20px;
font-size: 10px; font-size: 10px;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
word-wrap: break-word;
text-align:center;
margin-left: 5px;
} }
@media screen and (-webkit-min-device-pixel-ratio:0) {
.icon2.menu:before {
margin-top: -7px;
}
}
/*** Navigation ***/ /*** Navigation ***/
.header { .header {

Loading…
Cancel
Save