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:
ben%bengoodger.com
2003-08-04 22:42:57 +00:00
parent 665a07cb3d
commit ec2eba963f
3 changed files with 40 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 B

View File

@@ -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;
}