Bug 918551 - divide the footer in 3, drop brand name in panel, r=jaws

This commit is contained in:
Justin Dolske 2013-10-15 19:52:37 +02:00
Родитель df3bc04515
Коммит 91893e3f8a
2 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -25,12 +25,8 @@
<toolbarbutton id="PanelUI-quit" tabindex="0"
#ifdef XP_WIN
label="&quitApplicationCmdWin.label;"
#else
#ifdef XP_MACOSX
label="&quitApplicationCmdMac.label;"
#else
label="&quitApplicationCmd.label;"
#endif
#endif
command="cmd_quitApplication"/>
</footer>

Просмотреть файл

@ -212,7 +212,7 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton {
#PanelUI-customize,
#PanelUI-quit {
margin: -1px 0 0;
padding: 10px;
padding: 10px 0;
-moz-appearance: none;
box-shadow: none;
background-image: none;
@ -221,7 +221,7 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton {
border-radius: 0;
transition: background-color;
-moz-box-orient: vertical;
flex: auto;
flex: 1 1 33.33%;
}
:-moz-any(#PanelUI-help, #PanelUI-customize, #PanelUI-quit) > .toolbarbutton-icon {
margin: 0 0 3px;