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:
Dão Gottwald 2011-02-24 08:37:25 +01:00
Родитель a5fd6421aa
Коммит 7b89cc6945
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -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] {