Reindent updates.css
This commit is contained in:
parent
00703c0b8f
commit
fc48025629
1 changed files with 13 additions and 13 deletions
|
@ -1,34 +1,34 @@
|
|||
/* Hide the wizard's header so the size of the billboard can size the window
|
||||
on creation. A custom header will be used in its place when a header is
|
||||
needed. */
|
||||
on creation. A custom header will be used in its place when a header is
|
||||
needed. */
|
||||
.wizard-header {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Display the custom header */
|
||||
.update-header {
|
||||
display: -moz-box !important;
|
||||
display: -moz-box !important;
|
||||
}
|
||||
|
||||
/* Custom header implementation based on the Wizard's header. This allows the
|
||||
size of the billboard's remotecontent to size the window since it does not
|
||||
have an updateheader on the billboard page. */
|
||||
size of the billboard's remotecontent to size the window since it does not
|
||||
have an updateheader on the billboard page. */
|
||||
updateheader {
|
||||
-moz-binding: url("chrome://mozapps/content/update/updates.xml#updateheader");
|
||||
display: -moz-box;
|
||||
-moz-box-orient: horizontal;
|
||||
-moz-binding: url("chrome://mozapps/content/update/updates.xml#updateheader");
|
||||
display: -moz-box;
|
||||
-moz-box-orient: horizontal;
|
||||
}
|
||||
|
||||
#downloadProgress {
|
||||
-moz-box-flex: 1;
|
||||
-moz-box-flex: 1;
|
||||
}
|
||||
|
||||
/* Update History Window */
|
||||
richlistitem.update {
|
||||
display: -moz-box;
|
||||
-moz-box-orient: vertical;
|
||||
display: -moz-box;
|
||||
-moz-box-orient: vertical;
|
||||
}
|
||||
|
||||
.update-name {
|
||||
-moz-box-flex: 1;
|
||||
-moz-box-flex: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue