mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
Bug 649983 - Use more vertical space for dialogs [r=mfinkle]
This commit is contained in:
parent
3e3c4edf06
commit
cadef387c5
@ -534,7 +534,7 @@
|
||||
</hbox>
|
||||
<separator class="prompt-line"/>
|
||||
<vbox id="syncsetup-simple" class="syncsetup-page" flex="1">
|
||||
<scrollbox class="prompt-message" orient="vertical" flex="1">
|
||||
<scrollbox id="sync-message" class="prompt-message" orient="vertical" flex="1">
|
||||
<description class="syncsetup-desc syncsetup-center" flex="1">&sync.setup.jpake;</description>
|
||||
<description class="syncsetup-center syncsetup-link" flex="1" onclick="WeaveGlue.openTutorial();">&sync.setup.tutorial;</description>
|
||||
<separator/>
|
||||
|
@ -1461,6 +1461,10 @@ pageaction:not([image]) > hbox >.pageaction-image {
|
||||
-moz-margin-start: @margin_xnormal@;
|
||||
}
|
||||
|
||||
#sync-message {
|
||||
padding-bottom: 2em;
|
||||
}
|
||||
|
||||
/* content scrollbars */
|
||||
.scroller {
|
||||
opacity: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user