Files
Mozilla/mozilla/toolkit/mozapps/update/content/update.css
scott%scott-macgregor.org 649de4bc28 Bug #303941 --> Convert update's link widget to use the existing text-link widget.
This allows link clicks to work correctly in Thunderbird. sr=ben

a=cbeard


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179519 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 23:09:46 +00:00

36 lines
804 B
CSS

radiogroup[type="update-types"] {
overflow: auto;
-moz-binding: url("chrome://mozapps/content/update/updates.xml#updateCategorySet");
}
radio[type="update-type"] {
-moz-binding: url("chrome://mozapps/content/update/updates.xml#updateCategory");
-moz-box-orient: vertical;
-moz-box-align: stretch;
}
radio[type="update-type"] .updateCategoryContent {
visibility: collapse;
}
radiogroup[_uninitialized] radio[type="update-type"] .updateCategoryContent {
visibility: visible !important;
}
.updateCategoryContent {
overflow: hidden;
}
radio[type="update-type"][selected="true"] .updateCategoryContent {
visibility: visible;
}
.wizard-header-description {
display: none;
}
checkbox[type="update"] {
-moz-binding: url("chrome://mozapps/content/update/updates.xml#updateItem");
}