2007-03-22 10:30:00 -07:00
|
|
|
/**
|
|
|
|
* General
|
|
|
|
*/
|
|
|
|
wizard[description=""] .wizard-header-description {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2010-03-03 10:56:59 -08:00
|
|
|
/**
|
|
|
|
* Stop animations when they aren't displayed (bug 341749).
|
|
|
|
*/
|
|
|
|
#updates:not([currentpageid="checking"]) #checkingProgress,
|
|
|
|
#updates:not([currentpageid="incompatibleCheck"]) #incompatibleCheckProgress,
|
|
|
|
#updates:not([currentpageid="downloading"]) #downloadThrobber,
|
|
|
|
#updates:not([currentpageid="downloading"]) #downloadProgress {
|
|
|
|
display: none;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
2010-03-03 10:56:59 -08:00
|
|
|
* Remote content displayed in the billboard and license pages.
|
2007-03-22 10:30:00 -07:00
|
|
|
*/
|
2008-11-04 21:50:52 -08:00
|
|
|
remotecontent {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/update/updates.xml#remotecontent");
|
2007-03-22 10:30:00 -07:00
|
|
|
display: -moz-deck;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Update History Window
|
|
|
|
*/
|
|
|
|
update {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/update/updates.xml#update");
|
|
|
|
display: -moz-box;
|
|
|
|
-moz-box-orient: vertical;
|
|
|
|
}
|
|
|
|
|