2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2008-01-18 02:51:07 -08:00
|
|
|
#xpinstallheader {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-icon {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
list-style-image: url("chrome://global/skin/icons/warning-large.png");
|
|
|
|
margin-top: 0 !important;
|
|
|
|
margin-bottom: 6px !important;
|
|
|
|
-moz-margin-start: 6px !important;
|
|
|
|
-moz-margin-end: 20px !important;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#itemList {
|
|
|
|
-moz-appearance: listbox;
|
2008-01-18 02:51:07 -08:00
|
|
|
margin: 3px 4px 10px 4px;
|
|
|
|
height: 14em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#itemWarningIntro {
|
|
|
|
-moz-margin-start: 8px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#dialogContentBox {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
installitem {
|
2008-01-18 02:51:07 -08:00
|
|
|
padding: 5px 0 5px 5px;
|
2007-03-22 10:30:00 -07:00
|
|
|
border-bottom: 1px dotted #C0C0C0;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.warning {
|
|
|
|
font-weight: bold;
|
2008-01-18 02:51:07 -08:00
|
|
|
font-size: 1.25em;
|
|
|
|
margin-bottom: 1em;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2008-02-08 04:47:30 -08:00
|
|
|
.xpinstallIconContainer {
|
2007-03-22 10:30:00 -07:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
2008-01-18 02:51:07 -08:00
|
|
|
-moz-margin-end: 5px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.xpinstallItemName {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xpinstallItemSigned {
|
|
|
|
font-style: italic;
|
2008-01-18 02:51:07 -08:00
|
|
|
font-size: 0.9em;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.xpinstallItemURL {
|
|
|
|
-moz-appearance: none;
|
|
|
|
border: none;
|
|
|
|
background-color: Window;
|
2008-01-18 02:51:07 -08:00
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
-moz-margin-start: 6px;
|
|
|
|
-moz-margin-end: 5px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.xpinstallItemIcon {
|
2008-03-20 14:43:46 -07:00
|
|
|
max-width: 32px;
|
|
|
|
max-height: 32px;
|
2010-06-18 14:10:13 -07:00
|
|
|
list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-06-18 14:10:13 -07:00
|
|
|
installitem[type="theme"] .xpinstallItemIcon {
|
|
|
|
list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
installitem[type="locale"] .xpinstallItemIcon {
|
|
|
|
list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
installitem[type="plugin"] .xpinstallItemIcon {
|
|
|
|
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
|
|
|
|
}
|
2011-10-06 12:06:18 -07:00
|
|
|
|
|
|
|
installitem[type="dictionary"] .xpinstallItemIcon {
|
|
|
|
list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
|
|
|
|
}
|