start 2.9 cycle with most of the toolkit winstripe changes for both themes
[themes.git] / LCARStrek / mozapps / extensions / extensions.css
index 24f925b4485e7b525724d7fc97a9354fec7c1eb0..b8e7e4f91b7e9542b15bff8185ab6c949c628b49 100644 (file)
@@ -90,7 +90,7 @@
   border-bottom: 3px solid #000000;
 }
 
-@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 {
+  min-width: 15em;
   margin-bottom: 2em;
 }