ben%bengoodger.com 166356dab1 302066 - move SoftwareUpdate CSS style rules into Skin CSS to support skinability - this will allow 299389 to be fixed properly.
git-svn-id: svn://10.0.0.236/trunk@176574 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-25 22:17:53 +00:00

42 lines
666 B
CSS
Executable File

/**
* General
*/
wizard[description=""] .wizard-header-description {
display: none;
}
link {
-moz-binding: url("chrome://mozapps/content/update/updates.xml#link");
-moz-user-focus: normal;
cursor: pointer;
}
link > label {
cursor: inherit;
}
/**
* License Page
*/
license {
-moz-binding: url("chrome://mozapps/content/update/updates.xml#license");
display: -moz-deck;
}
/**
* Update Found Page
*/
wizard[currentpageid="updatesfound"] .wizard-buttons {
display: none;
}
/**
* Update History Window
*/
update {
-moz-binding: url("chrome://mozapps/content/update/updates.xml#update");
display: -moz-box;
-moz-box-orient: vertical;
}