Bug 685285 - Reduce main toolbar height to match planned design (r=wesj)

This commit is contained in:
Lucas Rocha 2011-09-22 12:16:29 +01:00
parent f7e3f5a65b
commit 1c1c62afea
2 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@
padding: 0;
background: @color_toolbar_background@;
border: none;
min-height: @touch_button_xlarge@;
min-height: @touch_button_small@;
}
#toolbar-moveable-container[mode="discovery"],

View File

@ -232,12 +232,12 @@ spinbuttons {
toolbar {
-moz-appearance: none;
background-color: @color_background_default@;
max-height: @touch_button_large@;
max-height: @touch_button_small@;
}
toolbarbutton {
min-width: @touch_button_xlarge@ !important; /* primary button size */
min-height: @touch_button_xlarge@ !important; /* primary button size */
min-width: @touch_button_small@ !important; /* primary button size */
min-height: @touch_button_small@ !important; /* primary button size */
-moz-appearance: none !important;
padding: @padding_xsmall@;
-moz-margin-end: @margin_xxxnormal@;