Switched bars

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

View file

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