Patch tablet styling.
parent
5d0c853889
commit
9942c577dc
|
@ -1420,11 +1420,8 @@ input[type=checkbox] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (min-device-width: 320px) and (max-device-width: 720px) {
|
@media only screen and (min-device-width: 320px) and (max-device-width: 720px) {
|
||||||
.toolbar ul li.separator {
|
.toolbar ul li a {
|
||||||
padding: 3px;
|
padding: 4px 5px;
|
||||||
}
|
|
||||||
.toolbar ul li {
|
|
||||||
padding: 4px 3px
|
|
||||||
}
|
}
|
||||||
#users {
|
#users {
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -1455,15 +1452,6 @@ input[type=checkbox] {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
.toolbar ul.menu_right li:last-child {
|
|
||||||
height: 24px;
|
|
||||||
-webkit-border-radius: 0;
|
|
||||||
-moz-border-radius: 0;
|
|
||||||
border-radius: 0;
|
|
||||||
margin-top: 0;
|
|
||||||
border: 0;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
#chaticon {
|
#chaticon {
|
||||||
bottom: 3px;
|
bottom: 3px;
|
||||||
right: 55px;
|
right: 55px;
|
||||||
|
@ -1485,19 +1473,27 @@ input[type=checkbox] {
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
.toolbar ul li a span {
|
|
||||||
top: -3px
|
|
||||||
}
|
|
||||||
#usericonback {
|
#usericonback {
|
||||||
margin-top: 4px
|
margin-top: 4px
|
||||||
}
|
}
|
||||||
.toolbar ul.menu_right li:not(:last-child) {
|
.toolbar ul.menu_right > li:last-child {
|
||||||
display: block
|
float: right;
|
||||||
|
}
|
||||||
|
.toolbar ul.menu_right > li:not(:last-child) a {
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
.toolbar ul.menu_right > li {
|
.toolbar ul.menu_right > li {
|
||||||
background: none;
|
padding: 0;
|
||||||
|
}
|
||||||
|
.toolbar ul.menu_right > li a {
|
||||||
|
height: 24px;
|
||||||
|
line-height: 24px;
|
||||||
|
-webkit-border-radius: 0;
|
||||||
|
-moz-border-radius: 0;
|
||||||
|
border-radius: 0;
|
||||||
border: none;
|
border: none;
|
||||||
margin-top: 4px;
|
background: none;
|
||||||
|
margin: 0;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
}
|
}
|
||||||
.selected {
|
.selected {
|
||||||
|
|
Loading…
Reference in New Issue