start 2.9 cycle with most of the toolkit winstripe changes for both themes
[themes.git] / EarlyBlue / mozapps / extensions / extensions.css
index 9f5e40f2a6a27a5e18d3c6f4a5aeb59a79b4df0e..21f90ab35f5e330ac78991fc0d36c7843112f780 100644 (file)
@@ -90,7 +90,7 @@
   border-bottom: 1px solid #9999CC;
 }
 
-@media all and (max-width: 600px) {
+@media (max-width: 600px) {
   .global-warning-text {
     display: none;
   }
 }
 
 /* Maximize the size of the viewport when the window is small */
-@media all and (max-width: 800px) {
+@media (max-width: 800px) {
   .category-name {
     display: none;
   }
   -moz-margin-start: 0;
 }
 
-#detail-icon {
+#detail-icon-container {
+  width: 64px;
   -moz-margin-end: 10px;
   margin-top: 6px;
+}
+
+#detail-icon {
   max-width: 64px;
   max-height: 64px;
 }
 }
 
 #detail-grid > columns > column:first-child {
+  min-width: 15em;
   max-width: 25em;
 }