(1) Support for x*720px phones (like Galaxy Nexus) (2) Fix for user popup
This commit is contained in:
parent
2481c1cb4f
commit
9203ac2362
|
@ -1178,7 +1178,7 @@ 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: 720px) {
|
||||||
#editbar ul li {
|
#editbar ul li {
|
||||||
padding: 4px 3px;
|
padding: 4px 3px;
|
||||||
}
|
}
|
||||||
|
@ -1190,12 +1190,10 @@ label[for=readonlyinput] {
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
}
|
}
|
||||||
#users {
|
#users {
|
||||||
right: none;
|
right: 4px;
|
||||||
left: 30px;
|
|
||||||
}
|
}
|
||||||
#mycolorpicker {
|
#mycolorpicker {
|
||||||
right: 0;
|
left: -72px; /* #mycolorpicker:width - #users:width */
|
||||||
left: 0 !important;
|
|
||||||
}
|
}
|
||||||
#editorcontainer {
|
#editorcontainer {
|
||||||
margin-bottom: 33px;
|
margin-bottom: 33px;
|
||||||
|
|
Loading…
Reference in New Issue