update both themes for changes in toolkit winstripe for Mozilla 10 platform
[themes.git] / LCARStrek / mozapps / extensions / eula.css
index cce346f01fe02d0601a66cc0ecefff9b77f84795..c996546007fcc7765de3d4bd3713419b224cc178 100644 (file)
@@ -1,3 +1,30 @@
+#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%;
 }
@@ -8,5 +35,5 @@
   background-color: #000000;
   color: #FF9F00;
   border: 1px solid #9C9CFF;
-  margin: 1em 0 1em 0;
+  margin: 1em 0;
 }