mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
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:
parent
55a40e5f08
commit
d6c121708e
@ -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] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user