sync both themes with toolkit windows theme changes in Mozilla 33 cycle
[themes.git] / EarlyBlue / mozapps / extensions / newaddon.css
index a7a192620c75b3279a72462797ff7cfe155c2410..7a6a41d86de07d06f2e6b193a71d1c9d8bfd2122 100644 (file)
@@ -23,6 +23,7 @@
 }
 
 #addon-container {
+  overflow: visible; /* bug 761489 */
   max-width: 600px;
   margin: 20px;
   padding: 30px 90px;
@@ -35,6 +36,8 @@
 
 #icon {
   -moz-margin-end: 10px;
+  max-width: 64px;
+  max-height: 64px;
   list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
 }
 
@@ -51,7 +54,7 @@
 }
 
 .addon-info[type="dictionary"] #icon {
-  list-style-image: url("chrome://mozapps/skin/plugins/dictionaryGeneric.png");
+  list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
 }
 
 #name {