Switched bars

This commit is contained in:
0ip 2011-11-27 12:55:03 +01:00
parent 7ccfb37e90
commit b8e83b3fe6

View file

@ -1169,7 +1169,11 @@ label[for=readonlyinput] {
@media only screen and (min-device-width: 320px) and (max-device-width: 600px) { @media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
#editbar ul li { #editbar ul li {
padding: 4px 3px; padding: 4px 3px;
} }
#editbar ul#menu_right > li {
padding: 4px 8px;
margin-top: 2px;
}
#chaticon { #chaticon {
opacity: .8; opacity: .8;
} }
@ -1205,9 +1209,6 @@ label[for=readonlyinput] {
margin-bottom: 33px; margin-bottom: 33px;
} }
#editbar ul#menu_right { #editbar ul#menu_right {
float: left;
}
#editbar ul#menu_left {
background: #f7f7f7; background: #f7f7f7;
background: -moz-linear-gradient(#f7f7f7, #f1f1f1 80%); background: -moz-linear-gradient(#f7f7f7, #f1f1f1 80%);
background: -ms-linear-gradient(#f7f7f7, #f1f1f1 80%); background: -ms-linear-gradient(#f7f7f7, #f1f1f1 80%);
@ -1220,9 +1221,6 @@ label[for=readonlyinput] {
bottom: 0; bottom: 0;
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
} }
#editbar ul#menu_left > li {
margin-top: 2px;
}
#chaticon, #chatbox { #chaticon, #chatbox {
bottom: 33px; bottom: 33px;
right: 0; right: 0;