From c1b1407c9a58e21060e4d09593b02990f6456c25 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 21 Aug 2015 17:50:24 +0200 Subject: update to 41.0b2 --- .../browser/preferences/aboutPermissions.css | 34 +++++++++++++++++----- 1 file changed, 27 insertions(+), 7 deletions(-) (limited to 'arc-firefox-theme/chrome/browser/preferences/aboutPermissions.css') diff --git a/arc-firefox-theme/chrome/browser/preferences/aboutPermissions.css b/arc-firefox-theme/chrome/browser/preferences/aboutPermissions.css index 1de69ff..a7eaff1 100644 --- a/arc-firefox-theme/chrome/browser/preferences/aboutPermissions.css +++ b/arc-firefox-theme/chrome/browser/preferences/aboutPermissions.css @@ -2,13 +2,16 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -@import url("chrome://global/skin/inContentUI.css"); +@import url("chrome://global/skin/in-content/common.css"); +#permissions-content { + padding-top: 48px; + -moz-padding-end: 0; /* no padding to move the scroll bar to the edge */ +} /* sites box */ #sites-box { - padding: 10px; width: 25em; } @@ -39,13 +42,17 @@ /* permissions box */ #permissions-box { - padding-top: 10px; + -moz-padding-start: 10px; +} + +#permissions-list { overflow-y: auto; + padding-top: 5px; + -moz-padding-end: 44px; } #site-description { font-size: 125%; - -moz-margin-start: 6px; /* to match button margin */ } #site-label { @@ -57,7 +64,15 @@ #defaults-description { font-size: 125%; font-weight: bold; - -moz-margin-start: 6px; +} + +#header-deck { + -moz-margin-end: 44px; +} + +#site-header, +#defaults-header { + margin-bottom: 1px; } .pref-item { @@ -109,11 +124,16 @@ .pref-title { font-size: 125%; + -moz-margin-start: 4px; margin-bottom: 0; font-weight: bold; } .pref-menulist { - margin-left: 6px; - margin-right: 6px; + min-width: 10em; + } + +#cookies-label, +#passwords-label { + -moz-margin-start: 4px; /* align with the menulists */ } -- cgit v1.2.3