update both themes to state of toolkit winstripe trunk of 2010-11-14
[themes.git] / LCARStrek / mozapps / extensions / extensions.css
index 0487d420b31f98c5ce5dac05951ce55fab2abbbc..a71f19aa48e6bfea4112ecc24f5f198d35b17c4d 100644 (file)
@@ -40,7 +40,9 @@
   margin: 20px;
 }
 
-#view-port {
+#view-port-container {
+  /* Needed to allow the radius to clip the inner content, see bug 595656 */
+  overflow: hidden;
   border: 1px solid #9C9CFF;
   border-radius: 5px;
 }
 }
 
 .detail-view-container {
-  overflow: auto;
   padding: 2em;
   font-size: 110%;
 }
 
 #detail-desc-container {
   margin-bottom: 2em;
-  /* This is necessary to fix layout issues with multi-line descriptions, see
-     bug 592712*/
-  outline: solid transparent;
 }
 
 #detail-desc {
   -moz-margin-start: 6px;
   white-space: pre-wrap;
+  /* This is necessary to fix layout issues with multi-line descriptions, see
+     bug 592712*/
+  outline: solid transparent;
 }
 
 #detail-contributions {
   margin-bottom: 2em;
 }
 
+.detail-row[first-row="true"],
+.detail-row-complex[first-row="true"] {
+  border-top: none;
+}
+
 .detail-row,
 .detail-row-complex {
-  border-bottom: 1px solid #9C9CFF;
+  border-top: 1px solid #9C9CFF;
   -moz-box-align: center;
 }