Bug 1441198 - Part 3 - Add some space above the cookies preferences. r=nhnt11 draft
authorJohann Hofmann <jhofmann@mozilla.com>
Wed, 28 Feb 2018 09:59:39 +0100
changeset 761024 9fd16608bc4f38ef8d94e7b57d2732c54e8bd318
parent 761023 249290d0d0a2a2ffbe3293edabc1548f7f5ab82f
child 761027 ef94c84aa9aacacedbdc7a607e0e621c7dacd0e6
push id100814
push userjhofmann@mozilla.com
push dateWed, 28 Feb 2018 14:52:37 +0000
reviewersnhnt11
bugs1441198
milestone60.0a1
Bug 1441198 - Part 3 - Add some space above the cookies preferences. r=nhnt11 MozReview-Commit-ID: 4d0aYIgZZ32
browser/themes/shared/incontentprefs/preferences.inc.css
--- a/browser/themes/shared/incontentprefs/preferences.inc.css
+++ b/browser/themes/shared/incontentprefs/preferences.inc.css
@@ -384,16 +384,20 @@ button > hbox > label {
 #trackingProtectionAdvancedSettings {
   margin-inline-start: 15px;
 }
 
 #historyPane {
   margin-top: 4px;
 }
 
+#acceptCookies {
+  margin-top: 1.5em;
+}
+
 /* Collapse the non-active vboxes in decks to use only the height the
    active vbox needs */
 #historyPane:not([selectedIndex="1"]) > #historyDontRememberPane,
 #historyPane:not([selectedIndex="2"]) > #historyCustomPane,
 #weavePrefsDeck:not([selectedIndex="1"]) > #hasFxaAccount,
 #fxaLoginStatus:not([selectedIndex="1"]) > #fxaLoginUnverified,
 #fxaLoginStatus:not([selectedIndex="2"]) > #fxaLoginRejected {
   visibility: collapse;