mozapps\update\update.css is an obsolete file leftover from the old

update system

a=ben
This commit is contained in:
scott%scott-macgregor.org 2005-07-25 19:49:29 +00:00
parent d6040bc73b
commit 1fe50fe884
2 changed files with 0 additions and 155 deletions

View File

@ -33,7 +33,6 @@ classic.jar:
skin/classic/mozapps/shared/richview.css (shared/richview.css)
skin/classic/mozapps/shared/richview.xml (shared/richview.xml)
skin/classic/mozapps/update/warning.gif (update/warning.gif)
skin/classic/mozapps/update/update.css (update/update.css)
skin/classic/mozapps/update/update.png (update/update.png)
skin/classic/mozapps/xpinstall/xpinstallItemGeneric.png (xpinstall/xpinstallItemGeneric.png)
skin/classic/mozapps/xpinstall/xpinstallConfirm.css (xpinstall/xpinstallConfirm.css)

View File

@ -1,154 +0,0 @@
/* Found Updates */
#foundList {
-moz-appearance: listbox;
margin: 10px 4px 10px 4px;
}
updateitem {
padding: 5px 0px 5px 5px;
border-bottom: 1px dotted #C0C0C0;
margin-bottom: 5px;
}
.warning {
font-weight: bold;
}
.updateItemIcon {
width: 32px;
height: 32px;
max-width: 32px !important;
max-height: 32px !important;
margin-right: 5px;
}
.updateItemName {
font-weight: bold;
}
.updateItemNameRow {
padding-bottom: 3px;
}
.updateItemURL {
-moz-appearance: none;
border: none;
background-color: Window;
}
.updateItemFromLabel {
padding-top: 2px;
}
.updateItemIcon {
list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
}
.updateItemChecked {
margin: 20px 0px 3px 0px;
padding: 0px;
}
.updateItemChecked .checkbox-label-box {
display: none;
}
/* Update Wizard */
#alert {
list-style-image: url("chrome://mozapps/skin/update/warning.gif");
}
/* Updates View */
radio[type="update-type"] {
margin: 2px;
-moz-appearance: none;
}
.updateCategoryBox {
background-color: #DFDFDF;
padding: 3px;
-moz-appearance: radio-container;
}
.updateCategoryContent {
padding: 5px 20px;
}
.updateCategoryLabel[selected="true"] {
font-weight: bold;
}
.updateCategoryIcon {
}
radiogroup[type="update-types"] {
-moz-appearance: listbox;
margin: 2px 4px;
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;
}
/* Inline Update Notifications */
.updateIndicator[updateCount="0"] {
visibility: hidden;
}
/* Inline Update Notifications */
toolbarbutton[type="updates"] {
padding: 0px;
-moz-appearance: none;
border: none;
width: 24px;
height: 24px;
-moz-box-align: center;
}
toolbarbutton[type="updates"][updateCount="0"] {
visibility: collapse;
}
toolbarbutton[type="updates"] > .toolbarbutton-icon {
list-style-image: url("chrome://mozapps/skin/update/update.png");
-moz-image-region: rect(0px 16px 16px 0px);
margin: 0px 2px;
display: -moz-box !important;
}
toolbarbutton[type="updates"][severity="2"] > .toolbarbutton-icon {
-moz-image-region: rect(0px 16px 16px 0px);
}
toolbarbutton[type="updates"][severity="1"] > .toolbarbutton-icon {
-moz-image-region: rect(0px 32px 16px 16px);
}
toolbarbutton[type="updates"][severity="0"] > .toolbarbutton-icon {
-moz-image-region: rect(0px 48px 16px 32px);
}
.updateIcon {
width: 16px;
height: 16px;
list-style-image: url("chrome://mozapps/skin/update/update.png");
}
.updateIcon[severity="0"] {
-moz-image-region: rect(0px, 48px, 16px, 32px);
}
.updateIcon[severity="1"] {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
.updateIcon[severity="2"] {
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
#statusbar-updates {
padding: 0px 4px 0px 0px;
}
.updateIndicator > label {
margin-left: 2px !important;
}