Bug 903182 - URL textbox not showing in appbar in snapped r=ally,jwilde

This commit is contained in:
Rodrigo Silveira 2013-08-12 16:34:14 -07:00
parent a01894bf8f
commit 4f6106a065
3 changed files with 9 additions and 0 deletions

View File

@ -709,6 +709,10 @@ documenttab[selected] .documenttab-selection {
pointer-events: none;
}
#toolbar[viewstate="snapped"] #toolbar-contextual {
visibility: collapse;
}
.circularprogressindicator-progressButton {
margin: 0 @toolbar_horizontal_spacing@;
-moz-image-region: rect(0px, 40px, 40px, 0px) !important;

View File

@ -18,6 +18,7 @@
%define toolbar_vertical_spacing 5px
%define toolbar_horizontal_spacing 20px
%define toolbar_snapped_horizontal_spacing 10px
%define toolbar_height 68px
%define labelled_toolbar_height 90px
%define tabs_height 178px

View File

@ -635,6 +635,10 @@ appbar toolbar toolbarbutton {
background-color: transparent;
}
appbar[viewstate="snapped"] toolbar toolbarbutton {
margin: 0 @toolbar_snapped_horizontal_spacing@;
}
appbar toolbar toolbarbutton[disabled] {
visibility: collapse;
}