first part of LCARStrek sync to browser windows theme changes in Firefox 25
[themes.git] / LCARStrek / mozapps / extensions / eula.css
index cce346f01fe02d0601a66cc0ecefff9b77f84795..c06f81e9c643ec309884051e2640e2c549812fdf 100644 (file)
@@ -1,12 +1,39 @@
+#icon {
+  list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
+  max-width: 48px;
+  max-height: 48px;
+  -moz-margin-end: 6px;
+}
+
+#eula-dialog[addontype="theme"] #icon {
+  list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
+}
+
+#eula-dialog[addontype="locale"] #icon {
+  list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
+}
+
+#eula-dialog[addontype="plugin"] #icon {
+  list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
+}
+
+#eula-dialog[addontype="dictionary"] #icon {
+  list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
+}
+
+#heading-container {
+  -moz-box-align: center;
+}
+
 #heading {
   font-size: 120%;
 }
 
 #eula {
   -moz-appearance: none;
-  font-family: monospace;
+  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
   background-color: #000000;
   color: #FF9F00;
   border: 1px solid #9C9CFF;
-  margin: 1em 0 1em 0;
+  margin: 1em 0;
 }