update both themes to toolkit winstripe changes up to 2010-09-24
[themes.git] / LCARStrek / mozapps / extensions / extensions.css
index 534a8892bc3f7bdfccc2b9669d63b973f84b14a5..50db5f2e7623c57c6336da0b0321553c87993d38 100644 (file)
 
 #view-port {
   border: 1px solid #9C9CFF;
 
 #view-port {
   border: 1px solid #9C9CFF;
-  -moz-border-radius: 5px;
+  border-radius: 5px;
 }
 
 }
 
+/*** global warnings ***/
+.global-warning {
+  -moz-box-align: center;
+  padding: 0 8px;
+  color: #000000;
+  font-weight: bold;
+}
+
+#addons-page[warning] .global-warning-container {
+  background-color: #FFCF00;
+}
+
+#detail-view .global-warning {
+  padding: 4px 12px;
+  border-bottom: 3px solid #000000;  
+}
+
+/*** notification icons ***/
+
+.warning-icon {
+  list-style-image: url("chrome://global/skin/icons/warning-16.png");
+  width: 16px;
+  height: 16px;
+  margin: 3px 0;
+}
+
+.error-icon {
+  list-style-image: url("chrome://global/skin/icons/error-16.png");
+  width: 16px;
+  height: 16px;
+  margin: 3px 0;
+}
+
+.pending-icon,
+.info-icon {
+  list-style-image: url("chrome://global/skin/icons/information-16.png");
+  width: 16px;
+  height: 16px;
+  margin: 3px 0;
+}
 
 /*** category selector ***/
 
 
 /*** category selector ***/
 
 }
 
 .category:-moz-locale-dir(ltr) {
 }
 
 .category:-moz-locale-dir(ltr) {
-  -moz-border-radius-topleft: 5px;
-  -moz-border-radius-bottomleft: 5px;
+  border-top-left-radius: 5px;
+  border-bottom-left-radius: 5px;
 }
 
 .category:-moz-locale-dir(rtl) {
 }
 
 .category:-moz-locale-dir(rtl) {
-  -moz-border-radius-topright: 5px;
-  -moz-border-radius-bottomright: 5px;
+  border-top-right-radius: 5px;
+  border-bottom-right-radius: 5px;
 }
 
 .category[disabled] {
 }
 
 .category[disabled] {
   background-color: #E7ADE7;
   padding: 2px 8px;
   margin: 6px 0px;
   background-color: #E7ADE7;
   padding: 2px 8px;
   margin: 6px 0px;
-  -moz-border-radius: 100%;
+  border-radius: 10000px;
   color: #000000;
   font-weight: bold;
   text-align: center;
   color: #000000;
   font-weight: bold;
   text-align: center;
 }
 
 .view-header {
 }
 
 .view-header {
-  -moz-border-radius: 8px;
+  border-radius: 8px;
   padding: 0px 4em;
   margin: 3px;
 }
   padding: 0px 4em;
   margin: 3px;
 }
   border-left: 3px solid #000000;
   border-right: 3px solid #000000;
   background-color: transparent;
   border-left: 3px solid #000000;
   border-right: 3px solid #000000;
   background-color: transparent;
-  -moz-border-radius: 0;
+  border-radius: 0;
   padding: 0px 6px;
   margin: 0px 6px;
   min-width: 12px !important;
   padding: 0px 6px;
   margin: 0px 6px;
   min-width: 12px !important;
   max-height: 48px;
 }
 
   max-height: 48px;
 }
 
-.addon[type="theme"] .icon {
+.addon-view[type="theme"] .icon {
   list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
 }
 
   list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
 }
 
-.addon[type="locale"] .icon {
+.addon-view[type="locale"] .icon {
   list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
 }
 
   list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
 }
 
-.addon[type="plugin"] .icon {
+.addon-view[type="plugin"] .icon {
   list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
 }
 
   list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
 }
 
-.name,
-.version,
-.update-postfix {
+.name-container {
   font-size: 150%;
   margin-bottom: 0px;
 }
 
   font-size: 150%;
   margin-bottom: 0px;
 }
 
-.disabled-postfix {
-  font-size: 130%;
-}
-
 .description-container {
   margin-top: 8px;
   -moz-margin-start: 6px;
 .description-container {
   margin-top: 8px;
   -moz-margin-start: 6px;
   -moz-margin-start: 48px;
 }
 
   -moz-margin-start: 48px;
 }
 
-.addon:not([selected]) .warning {
+.addon-view:not([selected]) .warning {
   color: #FFCF00;
 }
 
   color: #FFCF00;
 }
 
-.addon:not([selected]) .error {
+.addon-view:not([selected]) .error {
   color: #FF0000;
 }
 
   color: #FF0000;
 }
 
-.addon:not([selected]) .pending {
+.addon-view:not([selected]) .pending {
   color: #008484;
 }
 
   color: #008484;
 }
 
-.addon .warning-icon {
-  list-style-image: url("chrome://global/skin/icons/warning-16.png");
-  width: 16px;
-  height: 16px;
-  margin: 0;
-}
-
-.addon .error-icon {
-  list-style-image: url("chrome://global/skin/icons/error-16.png");
-  width: 16px;
-  height: 16px;
-  margin: 0;
-}
-
-.addon .pending-icon,
-.addon .info-icon {
-  list-style-image: url("chrome://global/skin/icons/information-16.png");
-  width: 16px;
-  height: 16px;
-  margin: 0;
-}
-
-.addon[notification="warning"] {
+.addon-view[notification="warning"] {
   background-color : #FFCF00;
   color: #000000;
 }
 
   background-color : #FFCF00;
   color: #000000;
 }
 
-.addon[notification="error"] {
+.addon-view[notification="error"] {
   background-color: #FF0000;
   color: #000000;
 }
 
   background-color: #FF0000;
   color: #000000;
 }
 
-.addon[notification="info"] {
+.addon-view[notification="info"] {
   background-color: #9C9CFF;
   color: #000000;
 }
 
   background-color: #9C9CFF;
   color: #000000;
 }
 
-.addon[pending="enable"],
-.addon[pending="upgrade"],
-.addon[pending="install"] {
+.addon-view[pending="enable"],
+.addon-view[pending="upgrade"],
+.addon-view[pending="install"] {
   background-color: #008484;
 }
 
   background-color: #008484;
 }
 
-.addon[pending="disable"],
-.addon[pending="uninstall"] {
+.addon-view[pending="disable"],
+.addon-view[pending="uninstall"] {
   color: #8050B0;
 }
 
   color: #8050B0;
 }
 
-
-.remove-container {
-  width: 16px;
-}
-
 /*** item - uninstalled ***/
 
 .addon[status="uninstalled"] {
 /*** item - uninstalled ***/
 
 .addon[status="uninstalled"] {
   -moz-box-align: center;
   padding: 4px 20px;
   background-color: #8050B0;
   -moz-box-align: center;
   padding: 4px 20px;
   background-color: #8050B0;
-  -moz-border-radius: 8px;
+  border-radius: 8px;
   font-size: 120%;
 }
 
   font-size: 120%;
 }
 
 }
 
 
 }
 
 
-
 /*** search view ***/
 
 #search-filter {
 /*** search view ***/
 
 #search-filter {
 .search-filter-radio {
   padding: 0px 6px;
   margin: 0px 3px;
 .search-filter-radio {
   padding: 0px 6px;
   margin: 0px 3px;
-  -moz-border-radius: 100%;
+  border-radius: 10000px;
 }
 
 .search-filter-radio[selected] {
 }
 
 .search-filter-radio[selected] {
   opacity: 0.5;
 }
 
   opacity: 0.5;
 }
 
-#detail-view .loading {
+#detail-view .loading {
   opacity: 0;
 }
 
   opacity: 0;
 }
 
-#detail-view:not([loading]) .loading {
+#detail-view:not([loading]) .loading {
   visibility: collapse;
 }
 
   visibility: collapse;
 }
 
-#detail-view[loading-extended] .loading {
+#detail-view[loading-extended] .loading {
   -moz-box-align: center;
   -moz-box-pack: center;
   opacity: 1;
   -moz-box-align: center;
   -moz-box-pack: center;
   opacity: 1;
   -moz-transition-duration: 1s;
 }
 
   -moz-transition-duration: 1s;
 }
 
-#detail-view .loading > image {
+#detail-view .loading > image {
   list-style-image: url("chrome://global/skin/icons/loading.gif");
 }
 
 .detail-view-container {
   overflow: auto;
   list-style-image: url("chrome://global/skin/icons/loading.gif");
 }
 
 .detail-view-container {
   overflow: auto;
-  padding: 10px 20px;
-}
-
-.detail-basicinfo {
-  padding: 10px 0px;
-  -moz-box-align: center;
+  padding: 2em;
+  font-size: 110%;
 }
 
 }
 
-.detail-extra {
-  margin-top: 20px;
+#detail-notifications {
+  margin-bottom: 2em;
 }
 
 }
 
-#detail-desc {
-  min-height: 40px;
-  margin-bottom: 20px;
+#detail-notifications .warning,
+#detail-notifications .pending,
+#detail-notifications .error,
+#detail-notifications .info {
+  -moz-margin-start: 0;
 }
 
 #detail-icon {
 }
 
 #detail-icon {
-  width: 32px;
-  height: 32px;
   -moz-margin-end: 10px;
   -moz-margin-end: 10px;
-  list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
 }
 
 }
 
-#detail-view[type="theme"] #detail-icon {
-  list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
+#detail-summary {
+  margin-bottom: 2em;
 }
 
 }
 
-#detail-view[type="locale"] #detail-icon {
-  list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
+#detail-name-container {
+  font-size: 200%;
 }
 
 }
 
-#detail-view[type="plugin"] #detail-icon {
-  list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
+#detail-screenshot {
+  -moz-margin-end: 2em;
 }
 
 }
 
-#detail-name {
-  font-size: 200%;
+#detail-desc-container {
+  margin-bottom: 2em;
+  /* This is necessary to fix layout issues with multi-line descriptions, see
+     bug 592712*/
+  outline: solid transparent;
 }
 
 }
 
-#detail-screenshot {
-  width: 140px;
-  height: 140px;
-  background-color: #9C9CFF;
-  margin: 0px 10px 0px 0px;
+#detail-desc {
+  -moz-margin-start: 6px;
+  white-space: pre-wrap;
+}
+
+#detail-contributions {
+  border-radius: 5px;
+  border: 1px solid #9C9CFF;
+  margin-bottom: 2em;
+  padding: 1em;
+  background: #FFCF00;
 }
 
 }
 
-.detail-prefs {
-  -moz-box-align: start;
+#detail-contrib-description {
+  font-style: italic;
+  margin-bottom: 1em;
 }
 
 }
 
-.meta-label {
-  font-weight: bold;
+#detail-contrib-suggested {
+  color: grey;
 }
 
 }
 
-#detail-notification {
+#detail-contrib-button {
+  list-style-image: url("chrome://mozapps/skin/extensions/heart.png");
+}
+
+#detail-contrib-button .button-icon {
+  -moz-margin-end: 3px;
+}
+
+#detail-grid {
+  margin-bottom: 2em;
+}
+
+.detail-row,
+.detail-row-complex {
+  border-bottom: 1px solid #9C9CFF;
   -moz-box-align: center;
   -moz-box-align: center;
-  -moz-box-pack: center;
-  margin: 0px 50px;
-  padding: 4px 20px;
-  background-color: #FFCF00;
-  -moz-border-radius: 8px;
-  font-size: 120%;
+}
+
+.detail-row-value {
+  -moz-margin-start: 0;
 }
 
 
 }
 
 
 
 .download-progress {
   background-color: #000000;
 
 .download-progress {
   background-color: #000000;
-  -moz-border-radius: 100%;
+  border-radius: 10000px;
   border: 1px solid #FF9F00;
   width: 200px;
   height: 24px;
   border: 1px solid #FF9F00;
   width: 200px;
   height: 24px;
 
 .download-progress .start-cap:-moz-locale-dir(ltr),
 .download-progress .end-cap:-moz-locale-dir(rtl) {
 
 .download-progress .start-cap:-moz-locale-dir(ltr),
 .download-progress .end-cap:-moz-locale-dir(rtl) {
-  -moz-border-radius: 100% 0 0 100%;
+  border-radius: 10000px 0 0 10000px;
 }
 
 .download-progress .end-cap:-moz-locale-dir(ltr),
 .download-progress .start-cap:-moz-locale-dir(rtl) {
 }
 
 .download-progress .end-cap:-moz-locale-dir(ltr),
 .download-progress .start-cap:-moz-locale-dir(rtl) {
-  -moz-border-radius: 0 100% 100% 0;
+  border-radius: 0 10000px 10000px 0;
 }
 
 .download-progress .progress {
 }
 
 .download-progress .progress {
   border-width: 1px 0px 0px 1px;
   padding-right: 1px;
   border-style: solid;
   border-width: 1px 0px 0px 1px;
   padding-right: 1px;
   border-style: solid;
-  -moz-border-radius: 100%;
+  border-radius: 10000px;
   min-width: 16px;
   width: 16px;
   height: 16px;
   min-width: 16px;
   width: 16px;
   height: 16px;
   font-weight: bold;
 }
 
   font-weight: bold;
 }
 
-
-/*** buttons ***/
-
-.remove-button {
-  padding: 0;
-  margin: 0;
-  list-style-image: url("chrome://global/skin/icons/delete.png");
-  -moz-image-region: rect(0, 16px, 16px, 0px);
-}
-
-.remove-button:hover, .remove-button:active {
-  -moz-image-region: rect(0, 32px, 16px, 16px);
-}
-
-.remove-button .button-text {
-  display: none;
+#update-selected {
+  margin: 12px;
 }
 
 }
 
-.contribute {
-  -moz-padding-start: 20px;
-  -moz-padding-end: 4px;
-}
+/*** buttons ***/
 
 .button-link {
   background: transparent;
 
 .button-link {
   background: transparent;