Bug 1027174 - Remove in-content preferences.css overrides now that the old prefs are backed out. r=jaws draft
authorSrivatsav Gunisetty <srivatsav1998@gmail.com>
Mon, 09 Jan 2017 13:17:26 -0500
changeset 457700 7300877df998c7eb27bad0e6d26dc5daf6ea9ab4
parent 457446 d192a99be4b436f2dc839435319f7630d5d8f4b0
child 541570 c99183446deec516247d972b5c0923e39c1737e7
push id40871
push userbmo:jaws@mozilla.com
push dateMon, 09 Jan 2017 18:18:13 +0000
reviewersjaws
bugs1027174
milestone53.0a1
Bug 1027174 - Remove in-content preferences.css overrides now that the old prefs are backed out. r=jaws MozReview-Commit-ID: LWD1CLbyq8Z
browser/themes/linux/preferences/preferences.css
browser/themes/osx/preferences/preferences.css
browser/themes/shared/incontentprefs/preferences.inc.css
browser/themes/windows/preferences/preferences.css
--- a/browser/themes/linux/preferences/preferences.css
+++ b/browser/themes/linux/preferences/preferences.css
@@ -49,17 +49,17 @@
 }
 
 #linksOpenInBox {
   margin-top: 5px;
 }
 
 #advancedPrefs {
   margin-left: 0;
-  margin-right: 0; 
+  margin-right: 0;
 }
 
 #cookiesChildren::-moz-tree-image(domainCol, container) {
   list-style-image: url("moz-icon://stock/gtk-directory?size=menu");
 }
 
 #cookieInfoBox {
   border: 1px solid ThreeDShadow;
@@ -92,15 +92,14 @@
 }
 
 #syncAddDeviceLabel {
   margin-top: 1em;
   margin-bottom: 1em;
 }
 
 #noFxaAccount {
-  margin: 5px;
   line-height: 1.2em;
 }
 
 #noFxaAccount > label:first-child {
   margin-bottom: 0.6em;
 }
--- a/browser/themes/osx/preferences/preferences.css
+++ b/browser/themes/osx/preferences/preferences.css
@@ -117,15 +117,14 @@ caption {
 }
 
 #syncAddDeviceLabel {
   margin-top: 1em;
   margin-bottom: 1em;
 }
 
 #noFxaAccount {
-  margin: 12px 4px;
   line-height: 1.2em;
 }
 
 #noFxaAccount > label:first-child {
   margin-bottom: 0.6em;
 }
--- a/browser/themes/shared/incontentprefs/preferences.inc.css
+++ b/browser/themes/shared/incontentprefs/preferences.inc.css
@@ -416,19 +416,16 @@ description > html|a {
   box-shadow: 0px 0px 0px 1px #0095DD;
 }
 
 #fxaProfileImage.actionable:hover:active {
   box-shadow: 0px 0px 0px 1px #ff9500;
 }
 
 #noFxaAccount {
-  /* Overriding the margins from the base preferences.css theme file.
-     These overrides can be simplified by fixing bug 1027174 */
-  margin: 0;
   padding-top: 15px;
 }
 
 #fxaContentWrapper {
   -moz-box-flex: 1;
 }
 
 #noFxaGroup {
--- a/browser/themes/windows/preferences/preferences.css
+++ b/browser/themes/windows/preferences/preferences.css
@@ -83,15 +83,14 @@
 }
 
 #syncAddDeviceLabel {
   margin-top: 1em;
   margin-bottom: 1em;
 }
 
 #noFxaAccount {
-  margin: 6px;
   line-height: 1.2em;
 }
 
 #noFxaAccount > label:first-child {
   margin-bottom: 0.6em;
 }