137 lines
2.3 KiB
CSS
Executable File
137 lines
2.3 KiB
CSS
Executable File
/**
|
|
* General
|
|
*/
|
|
wizard[description=""] .wizard-header-description {
|
|
display: none;
|
|
}
|
|
|
|
.wizard-button[dlgtype="finish"] {
|
|
font-weight: bold;
|
|
}
|
|
|
|
link {
|
|
-moz-binding: url("chrome://mozapps/content/update/updates.xml#link");
|
|
-moz-user-focus: normal;
|
|
color: blue;
|
|
border: 1px solid transparent;
|
|
cursor: pointer;
|
|
text-decoration: underline !important;
|
|
margin-top: 1px;
|
|
margin-bottom: 2px;
|
|
-moz-margin-start: 6px;
|
|
-moz-margin-end: 5px;
|
|
}
|
|
|
|
link > label {
|
|
margin: 0px;
|
|
padding: 1px;
|
|
cursor: inherit;
|
|
text-decoration: underline !important;
|
|
}
|
|
|
|
link:hover:active {
|
|
color: red;
|
|
}
|
|
|
|
link:focus {
|
|
border: 1px dotted black;
|
|
}
|
|
|
|
/**
|
|
* License Page
|
|
*/
|
|
license {
|
|
-moz-binding: url("chrome://mozapps/content/update/updates.xml#license");
|
|
display: -moz-deck;
|
|
margin-top: 1px;
|
|
margin-bottom: 2px;
|
|
-moz-margin-start: 6px;
|
|
-moz-margin-end: 5px;
|
|
-moz-appearance: listbox;
|
|
padding-bottom: 1px;
|
|
}
|
|
.loadingBox {
|
|
padding: 3px 5px 3px 5px;
|
|
}
|
|
.licenseLoadingThrobber {
|
|
margin-top: 3px;
|
|
}
|
|
.licenseLoadingThrobber[state="loading"] {
|
|
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
|
}
|
|
.licenseLoadingThrobber[state="error"] {
|
|
list-style-image: url("chrome://global/skin/icons/notfound.png");
|
|
}
|
|
|
|
/**
|
|
* Update Found Page
|
|
*/
|
|
#updatesfoundContent {
|
|
margin: 10px 44px 10px 44px;
|
|
}
|
|
|
|
wizard[currentpageid="updatesfound"] .wizard-buttons {
|
|
display: none;
|
|
}
|
|
|
|
wizard[currentpageid="updatesfound"] .wizard-page-box {
|
|
margin: 0px;
|
|
}
|
|
|
|
#installButtons {
|
|
margin: 10px;
|
|
}
|
|
|
|
#downloadNow {
|
|
font-weight: bold;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
#updateForMoreInfo {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#updateName, #updateFinishedName {
|
|
font-weight: bold;
|
|
font-size: larger;
|
|
}
|
|
|
|
#alertImage {
|
|
list-style-image: url("chrome://global/skin/icons/Warning.png");
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#incompatibleWarning {
|
|
margin-right: 50px;
|
|
}
|
|
|
|
/**
|
|
* Downloading Page
|
|
*/
|
|
#downloadName {
|
|
margin-top: 3px;
|
|
}
|
|
|
|
#downloadStatus {
|
|
margin-top: 6px;
|
|
}
|
|
#downloadThrobber {
|
|
margin: 5px 3px 0px 5px;
|
|
list-style-image: url("chrome://global/skin/throbber/Throbber-small.png");
|
|
}
|
|
#downloadThrobber[state="loading"] {
|
|
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
|
}
|
|
|
|
/**
|
|
* Error Page
|
|
*/
|
|
#errorReason {
|
|
margin-top: 1px;
|
|
margin-bottom: 2px;
|
|
-moz-margin-start: 6px !important;
|
|
-moz-margin-end: 5px;
|
|
}
|
|
|