diff options
author | Horst3180 | 2016-03-07 11:57:14 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-07 11:57:14 +0100 |
commit | eba6095819e2c2192d9a3399cec21f263076e9aa (patch) | |
tree | 327c56c7d12c94a63e631fffafaeb8c8b05be3a1 /arc-firefox-theme/chrome/browser/customizableui | |
parent | 88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3 (diff) | |
download | solarc-firefox-theme-eba6095819e2c2192d9a3399cec21f263076e9aa.tar.gz solarc-firefox-theme-eba6095819e2c2192d9a3399cec21f263076e9aa.tar.xz solarc-firefox-theme-eba6095819e2c2192d9a3399cec21f263076e9aa.zip |
update to 45.0rc2
Diffstat (limited to 'arc-firefox-theme/chrome/browser/customizableui')
-rw-r--r-- | arc-firefox-theme/chrome/browser/customizableui/panelUIOverlay.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arc-firefox-theme/chrome/browser/customizableui/panelUIOverlay.css b/arc-firefox-theme/chrome/browser/customizableui/panelUIOverlay.css index 330a0f9..9ad075f 100644 --- a/arc-firefox-theme/chrome/browser/customizableui/panelUIOverlay.css +++ b/arc-firefox-theme/chrome/browser/customizableui/panelUIOverlay.css @@ -673,10 +673,11 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton { color: GrayText; } -/* The boxes with "instructions" get extra padding for space around the - illustration and buttons */ +/* The boxes with "instructions" get extra top and bottom padding for space + around the illustration and buttons */ .PanelUI-remotetabs-instruction-box { - padding: 30px 15px 15px 15px; + padding-bottom: 30px; + padding-top: 15px; } .PanelUI-remotetabs-prefs-button { @@ -728,7 +729,7 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton { #PanelUI-remotetabs[mainview] #PanelUI-remotetabs-reauthsync, #PanelUI-remotetabs[mainview] #PanelUI-remotetabs-nodevicespane, #PanelUI-remotetabs[mainview] #PanelUI-remotetabs-tabsdisabledpane { - min-height: 30em; + min-height: 33em; } #PanelUI-remotetabs-tabslist > label[itemtype="client"] { |