ben%bengoodger.com 0afc326f96 302269 - remove unnecessary style rules now that the updates found page is using the standard wizard buttons. r=darin
git-svn-id: svn://10.0.0.236/trunk@177070 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-03 20:18:50 +00:00

35 lines
562 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 History Window
*/
update {
-moz-binding: url("chrome://mozapps/content/update/updates.xml#update");
display: -moz-box;
-moz-box-orient: vertical;
}