take in fixes for bug 1043797, bug 1043803, and bug 1043805 to make content blocking...
[themes.git] / LCARStrek / browser / preferences / preferences.css
index acd50262282d4b6425be9e529bc9dbe64d3630fa..2c5e3c163f5739e20b73188df6cb6f6a5951a0cb 100644 (file)
@@ -79,6 +79,12 @@ label.small {
   margin: 6px;
 }
 
+/* Content Pane */
+#translationAttributionImage {
+  width: 70px;
+  cursor: pointer;
+}
+
 /* Applications Pane */
 #BrowserPreferences[animated="true"] #handlersView {
   height: 25em;
@@ -182,3 +188,11 @@ label.small {
 #noFxaAccount > label:first-child {
   margin-bottom: 0.6em;
 }
+
+#fxa-pweng-help-link > label {
+  margin: 0;
+}
+
+#fxa-pweng-help-link > image {
+  list-style-image: url("chrome://global/skin/icons/question-16.png");
+}