2008-01-18 02:51:07 -08:00
|
|
|
#xpinstallheader {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#itemList {
|
2007-07-09 11:56:54 -07:00
|
|
|
-moz-appearance: listbox;
|
2008-01-18 02:51:07 -08:00
|
|
|
margin: 3px 4px 10px 4px;
|
|
|
|
height: 14em;
|
2007-03-22 10:30:00 -07:00
|
|
|
border: 2px solid;
|
|
|
|
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
|
|
|
|
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
|
|
|
|
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
|
|
|
|
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
|
|
|
background-color: -moz-Field;
|
|
|
|
color: -moz-FieldText;
|
|
|
|
}
|
|
|
|
|
2008-01-18 02:51:07 -08:00
|
|
|
#itemWarningIntro {
|
|
|
|
-moz-margin-start: 8px;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#dialogContentBox {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
installitem {
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
-moz-padding-start: 5px;
|
2008-01-18 02:51:07 -08:00
|
|
|
-moz-padding-end: 0;
|
2007-03-22 10:30:00 -07:00
|
|
|
border-bottom: 1px dotted #C0C0C0;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2008-01-18 02:51:07 -08:00
|
|
|
.alert-icon {
|
2008-03-17 16:06:23 -07:00
|
|
|
%ifdef XP_WIN
|
|
|
|
list-style-image: url("chrome://global/skin/icons/warning-large.png");
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
%endif
|
2008-01-18 02:51:07 -08:00
|
|
|
-moz-margin-end: 20px;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
.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;
|
|
|
|
-moz-margin-end: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
2008-01-18 02:51:07 -08:00
|
|
|
padding: 0;
|
2007-03-22 10:30:00 -07:00
|
|
|
background-color: -moz-Field;
|
|
|
|
color: -moz-FieldText;
|
2008-01-18 02:51:07 -08:00
|
|
|
margin-top: 1px;
|
|
|
|
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;
|
2007-03-22 10:30:00 -07:00
|
|
|
list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
|
|
|
|
}
|