The Mother Of All Download Landings, Phase I
http://bugzilla.mozilla.org/show_bug.cgi?id=214259 Firebird Download System Upgrades. components/prefwindow/skin/pref.css - Skin support changes for new Options Updates git-svn-id: svn://10.0.0.236/trunk@145568 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
BIN
mozilla/browser/components/prefwindow/skin/check.gif
Normal file
BIN
mozilla/browser/components/prefwindow/skin/check.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 103 B |
BIN
mozilla/browser/components/prefwindow/skin/dot.gif
Normal file
BIN
mozilla/browser/components/prefwindow/skin/dot.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 B |
@@ -105,6 +105,10 @@
|
||||
margin-right: 23px;
|
||||
}
|
||||
|
||||
.small-indent {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.uniWidthButton {
|
||||
min-width: 8em;
|
||||
}
|
||||
@@ -151,3 +155,39 @@
|
||||
background-color: -moz-Field !important;
|
||||
height: 10em;
|
||||
}
|
||||
|
||||
#fileExtension {
|
||||
width: 5em;
|
||||
}
|
||||
|
||||
#fileExtension.pluginsList {
|
||||
width: 5.5em;
|
||||
}
|
||||
|
||||
#typeIcon,
|
||||
.extensionChildren::-moz-tree-image(fileExtension),
|
||||
.pluginTypesChildren::-moz-tree-image(fileExtension) {
|
||||
margin: 0px 5px 0px 0px;
|
||||
}
|
||||
|
||||
.pluginTypesChildren::-moz-tree-image(pluginEnabled) {
|
||||
margin: 0px 5px 0px 0px;
|
||||
list-style-image: url(chrome://browser/skin/pref/dot.gif);
|
||||
}
|
||||
|
||||
.pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) {
|
||||
margin: 0px 5px 0px 0px;
|
||||
list-style-image: url(chrome://browser/skin/pref/check.gif);
|
||||
}
|
||||
|
||||
.biggerIndent {
|
||||
margin-left: 28px;
|
||||
}
|
||||
|
||||
#typeField {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#defaultAppName {
|
||||
margin-left: 6px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user