michael@0: /* Stop animations when the page they are on are not displayed (bug 341749). */ michael@0: #updates:not([currentpageid="checking"]) #checkingProgress, michael@0: #updates:not([currentpageid="incompatibleCheck"]) #incompatibleCheckProgress, michael@0: #updates:not([currentpageid="downloading"]) #downloadProgress { michael@0: display: none; michael@0: } michael@0: michael@0: /* Hide the wizard's header so the size of the billboard can size the window michael@0: on creation. A custom header will be used in its place when a header is michael@0: needed. */ michael@0: .wizard-header { michael@0: display: none; michael@0: } michael@0: michael@0: /* Display the custom header */ michael@0: .update-header { michael@0: display: -moz-box !important; michael@0: } michael@0: michael@0: /* Custom header implementation based on the Wizard's header. This allows the michael@0: size of the billboard's remotecontent to size the window since it does not michael@0: have an updateheader on the billboard page. */ michael@0: updateheader { michael@0: -moz-binding: url("chrome://mozapps/content/update/updates.xml#updateheader"); michael@0: display: -moz-box; michael@0: -moz-box-orient: horizontal; michael@0: } michael@0: michael@0: /* Remote content displayed in the billboard and license pages. */ michael@0: remotecontent { michael@0: -moz-binding: url("chrome://mozapps/content/update/updates.xml#remotecontent"); michael@0: display: -moz-deck; michael@0: } michael@0: michael@0: /* Update History Window */ michael@0: update { michael@0: -moz-binding: url("chrome://mozapps/content/update/updates.xml#update"); michael@0: display: -moz-box; michael@0: -moz-box-orient: vertical; michael@0: } michael@0: