зеркало из https://github.com/mozilla/pjs.git
Bug 632941 - statuspanel's minimum width should be an em value and max width should be a percentage value. r+a=dolske
This commit is contained in:
Родитель
a5fd6421aa
Коммит
7b89cc6945
|
@ -472,7 +472,13 @@ statuspanel:-moz-locale-dir(rtl):not([mirror]) {
|
|||
}
|
||||
|
||||
statuspanel[type=status] {
|
||||
min-width: 25%;
|
||||
min-width: 23em;
|
||||
}
|
||||
|
||||
@media all and (max-width: 800px) {
|
||||
statuspanel[type=status] {
|
||||
min-width: 33%;
|
||||
}
|
||||
}
|
||||
|
||||
statuspanel[type=overLink] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче