From 91893e3f8abf7f65e7e8ed4b0deefc1d03a5a9a9 Mon Sep 17 00:00:00 2001 From: Justin Dolske Date: Tue, 15 Oct 2013 19:52:37 +0200 Subject: [PATCH] Bug 918551 - divide the footer in 3, drop brand name in panel, r=jaws --- browser/components/customizableui/content/panelUI.inc.xul | 4 ---- browser/themes/shared/customizableui/panelUIOverlay.inc.css | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/browser/components/customizableui/content/panelUI.inc.xul b/browser/components/customizableui/content/panelUI.inc.xul index c4867d9ec0af..81304cc711d3 100644 --- a/browser/components/customizableui/content/panelUI.inc.xul +++ b/browser/components/customizableui/content/panelUI.inc.xul @@ -25,12 +25,8 @@ diff --git a/browser/themes/shared/customizableui/panelUIOverlay.inc.css b/browser/themes/shared/customizableui/panelUIOverlay.inc.css index 590a31236f09..bafc52c239b0 100644 --- a/browser/themes/shared/customizableui/panelUIOverlay.inc.css +++ b/browser/themes/shared/customizableui/panelUIOverlay.inc.css @@ -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;