Bug 350183 - [regression] Back / Forward icons not vertically aligned anymore; too high. r+a=mconnor.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@208439 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -276,6 +276,11 @@ toolbar:not([mode="text"]) #forward-button .toolbarbutton-menubutton-dropmarker
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
toolbar[mode="icons"] #back-button .toolbarbutton-text-box,
|
||||
toolbar[mode="icons"] #forward-button .toolbarbutton-text-box {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ----- DEFAULT PRIMARY TOOLBAR BUTTONS ----- */
|
||||
|
||||
/* ----- DEFAULT BACK BUTTON ----- */
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
class="toolbarbutton-menubutton-dropmarker"
|
||||
xbl:inherits="align,dir,pack,orient,disabled,toolbarmode,buttonstyle,label"/>
|
||||
</xul:hbox>
|
||||
<xul:hbox flex="1" class="allowevents-box">
|
||||
<xul:hbox flex="1" class="toolbarbutton-text-box allowevents-box">
|
||||
<xul:label class="toolbarbutton-text"
|
||||
crop="right"
|
||||
xbl:inherits="value=label,accesskey,crop,toolbarmode,buttonstyle"
|
||||
|
||||
@@ -314,6 +314,11 @@ toolbar:not([mode="text"]) #forward-button .toolbarbutton-menubutton-button {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
toolbar[mode="icons"] #back-button .toolbarbutton-text-box,
|
||||
toolbar[mode="icons"] #forward-button .toolbarbutton-text-box {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ::::: 24px primary toolbar buttons ::::: */
|
||||
|
||||
/* back button-- */
|
||||
|
||||
@@ -41,7 +41,9 @@
|
||||
class="toolbarbutton-menubutton-dropmarker"
|
||||
xbl:inherits="align,dir,pack,orient,disabled,toolbarmode,buttonstyle,label"/>
|
||||
</xul:hbox>
|
||||
<xul:hbox flex="1" class="allowevents-box" align="center">
|
||||
<xul:hbox flex="1"
|
||||
class="toolbarbutton-text-box allowevents-box"
|
||||
align="center">
|
||||
<xul:label class="toolbarbutton-text"
|
||||
crop="right"
|
||||
xbl:inherits="value=label,accesskey,crop,toolbarmode,buttonstyle"
|
||||
|
||||
Reference in New Issue
Block a user