mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 01:55:44 +00:00
Bug 396121 - make Applications prefpane the right height on all primary platforms. r=mconnor, a1.9=mconnor
This commit is contained in:
parent
279e26bd59
commit
2c79d2887d
@ -108,6 +108,15 @@ radio[pane=paneAdvanced][selected="true"] {
|
||||
background-color: -moz-Dialog;
|
||||
}
|
||||
|
||||
/* Applications Pane */
|
||||
#BrowserPreferences[animated="true"] #handlersView {
|
||||
height: 25em;
|
||||
}
|
||||
|
||||
#BrowserPreferences[animated="false"] #handlersView {
|
||||
-moz-box-flex: 1;
|
||||
}
|
||||
|
||||
/* File Field Widget */
|
||||
filefield {
|
||||
margin: 2px 4px;
|
||||
|
Loading…
Reference in New Issue
Block a user