update both themes to state of toolkit winstripe trunk of 2010-11-14
[themes.git] / EarlyBlue / mozapps / extensions / extensions.css
index 8758d8061040b30880e525ccd420b8bc600b749c..3d65c987795206bab2cf5e9e93c993571ddcc3a0 100644 (file)
@@ -40,7 +40,9 @@
   margin: 20px;
 }
 
   margin: 20px;
 }
 
-#view-port {
+#view-port-container {
+  /* Needed to allow the radius to clip the inner content, see bug 595656 */
+  overflow: hidden;
   background-color: #FFFFFF;
   border: 1px solid #666699;
 }
   background-color: #FFFFFF;
   border: 1px solid #666699;
 }
@@ -531,7 +533,6 @@ richlistbox:focus > .addon-view[notification="warning"][selected="true"] {
 }
 
 .detail-view-container {
 }
 
 .detail-view-container {
-  overflow: auto;
   padding: 2em;
   font-size: 110%;
 }
   padding: 2em;
   font-size: 110%;
 }
@@ -565,14 +566,14 @@ richlistbox:focus > .addon-view[notification="warning"][selected="true"] {
 
 #detail-desc-container {
   margin-bottom: 2em;
 
 #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;
 }
 
 #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 {
 }
 
 #detail-contributions {
@@ -604,9 +605,14 @@ richlistbox:focus > .addon-view[notification="warning"][selected="true"] {
   margin-bottom: 2em;
 }
 
   margin-bottom: 2em;
 }
 
+.detail-row[first-row="true"],
+.detail-row-complex[first-row="true"] {
+  border-top: none;
+}
+
 .detail-row,
 .detail-row-complex {
 .detail-row,
 .detail-row-complex {
-  border-bottom: 1px solid #808080;
+  border-top: 1px solid #808080;
   -moz-box-align: center;
 }
 
   -moz-box-align: center;
 }