update both themes for global winstripe changes up to 2010-12-30
authorRobert Kaiser <robert@notebook.box.kairo.at>
Sat, 1 Jan 2011 20:39:06 +0000 (21:39 +0100)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Sat, 1 Jan 2011 20:39:06 +0000 (21:39 +0100)
EarlyBlue/global/notification.css
EarlyBlue/global/popup.css
EarlyBlue/global/webConsole.css
EarlyBlue/mozapps/extensions/about.css
EarlyBlue/mozapps/extensions/extensions.css
LCARStrek/global/notification.css
LCARStrek/global/popup.css
LCARStrek/global/webConsole.css
LCARStrek/mozapps/extensions/about.css
LCARStrek/mozapps/extensions/extensions.css

index 5488ed13127506a132c459e0e1db719d1306d261..d3d59b0fe97e24c60819dfd7af572baecc3858e0 100644 (file)
@@ -47,3 +47,17 @@ notification[type="critical"] .messageImage {
 .messageCloseButton > .toolbarbutton-icon {
   -moz-margin-start: 5px;
 }
+
+/* Popup notification */
+
+.popup-notification-description {
+  max-width: 248px;
+}
+
+.popup-notification-menubutton {
+  margin-top: 17px;
+}
+
+.popup-notification-closeitem {
+  list-style-image: url("chrome://global/skin/icons/close-button.gif");
+}
index 078954c4a004d8ed3220f8c13ad63f011927101d..b312935798b2f87d7e7ba7b8e61ad7496659a0e6 100644 (file)
@@ -51,6 +51,18 @@ panel[type="arrow"] {
   -moz-transition: opacity 300ms;
 }
 
+panel[type="arrow"][side="top"],
+panel[type="arrow"][side="bottom"] {
+  margin-left: -25px;
+  margin-right: -25px;
+}
+
+panel[type="arrow"][side="left"],
+panel[type="arrow"][side="right"] {
+  margin-top: -25px;
+  margin-bottom: -25px;
+}
+
 .panel-arrowcontent {
   border-radius: 6px;
   padding: 6px;
@@ -62,6 +74,7 @@ panel[type="arrow"] {
   margin-left: 6px;
   margin-right: 6px;
   margin-bottom: -13px;
+  margin-top: -4px;
 }
 
 .panel-arrow[side="bottom"] {
@@ -69,6 +82,7 @@ panel[type="arrow"] {
   margin-left: 6px;
   margin-right: 6px;
   margin-top: -12px;
+  margin-bottom: -4px;
 }
 
 .panel-arrow[side="left"] {
@@ -76,6 +90,7 @@ panel[type="arrow"] {
   margin-top: 6px;
   margin-bottom: 6px;
   margin-right: -12px;
+  margin-left: -4px;
 }
 
 .panel-arrow[side="right"] {
@@ -84,6 +99,7 @@ panel[type="arrow"] {
   margin-top: 6px;
   margin-bottom: 6px;
   margin-left: -12px;
+  margin-right: -4px;
 }
 
 tooltip {
index 8ef278f1f06ec7fecf33f5c20a4397cb1201e1f6..440c91afe89d5211ef0278f24fbb7eb577fd0e36 100644 (file)
   height: 1px; width: 1px; position: relative; top: 92%; display: block;
 }
 
-.jsterm-input-node {
+.jsterm-input-node,
+.jsterm-complete-node {
   font-family: monospace;
   font-size: 9pt;
-  background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat;
   border: none;
-  padding: 0px 0px 0px 16px;
+  padding: 0 0 0 16px;
+}
+
+.jsterm-input-node {
+  background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat;
 }
 
-.jsterm-input-node > .textbox-input-box > .textbox-textarea {
+:-moz-any(.jsterm-input-node,
+          .jsterm-complete-node) > .textbox-input-box > .textbox-textarea {
   overflow-x: hidden;
 }
 
+.jsterm-complete-node > .textbox-input-box > .textbox-textarea {
+  color: #808080;
+}
+
 .jsterm-output-line {
   font-size: 1em;
 }
index 92d681e8a8a0d5f5f18387a4a0bd78c20dd79656..9a19ccac3a85c415dac4be51a39085ae5942a9f6 100644 (file)
@@ -1,8 +1,38 @@
+#genericAbout {
+  padding: 0px;
+  min-height: 200px;
+  max-height: 400px;
+  width: 30em;
+}
+
 #clientBox {
   background-color: #FFFFFF;
   color: #000000;
 }
 
+.basic-info {
+  padding: 10px;
+}
+
+#extensionIcon {
+  list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
+  max-width: 64px;
+  max-height: 64px;
+  -moz-margin-end: 6px;
+}
+
+#genericAbout[addontype="theme"] #extensionIcon {
+  list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
+}
+
+#genericAbout[addontype="locale"] #extensionIcon {
+  list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
+}
+
+#genericAbout[addontype="plugin"] #extensionIcon {
+  list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
+}
+
 #extensionName {
   font-size: large;
   font-weight: bold;
   color: #808080;
 }
 
-#genericAbout {
-  padding: 0px 0px 10px;
-  min-height: 200px;
-  width: 30em;
+#extensionDescription {
+  margin-top: 4px;
 }
 
 #groove {
   margin-top: 0px;
 }
 
-#clientBox {
-  padding: 10px;
-}
-
-#extensionDescription {
-  color: #666699;
+#extensionDetailsBox {
+  overflow: auto;
+  min-height: 100px;
 }
 
 .boxIndent {
index 3a93bc315b8b953280a685750f87a8fb18a324a0..7b074c642339a93a59b5473714f15551f8009cde 100644 (file)
   }
 }
 
+/* Plugins aren't yet disabled by safemode (bug 342333),
+   so don't show that warning when viewing plugins. */
+#addons-page[warning="safemode"] .view-pane[type="plugin"] .global-warning-container,
+#addons-page[warning="safemode"] #detail-view[loading="true"] .global-warning-container {
+  background-color: inherit;
+  background-image: none;
+}
+
+
 /*** notification icons ***/
 
 .warning-icon {
@@ -780,12 +789,23 @@ richlistbox:focus > .addon-view[notification="warning"][selected="true"] {
   margin: 0 8px;
 }
 
+.download-progress[mode="undetermined"] .status-container {
+  padding: 0 2px;
+}
+
 .download-progress .start-cap,
 .download-progress[complete] .end-cap,
+.download-progress[mode="undetermined"] .end-cap,
 .download-progress .progress .progress-bar {
   background-color: #336699;
 }
 
+.download-progress .progress .progress-bar  {
+  border-left-width: 0;
+  border-right-width: 0;
+  min-height: 21px;
+}
+
 .download-progress .progress {
   background-color: transparent;
   padding: 0;
index 689be2ba316384d4c99dd38f0a6aaeea44031411..0eb17ae2a9d01bfd5e06785a1e29ea0b7f06f38d 100644 (file)
@@ -54,3 +54,17 @@ notification[type="critical"] .messageImage {
 .messageCloseButton > .toolbarbutton-icon {
   -moz-margin-start: 5px;
 }
+
+/* Popup notification */
+
+.popup-notification-description {
+  max-width: 248px;
+}
+
+.popup-notification-menubutton {
+  margin-top: 17px;
+}
+
+.popup-notification-closeitem {
+  list-style-image: url("chrome://global/skin/icons/close-button.gif");
+}
index 108c08d72d71526925b1aaf78bd1b22f51abbe1e..d4b60d1da48fc6c58e38c3b15256a96fca5d0802 100644 (file)
@@ -55,6 +55,18 @@ panel[type="arrow"] {
   -moz-transition: opacity 300ms;
 }
 
+panel[type="arrow"][side="top"],
+panel[type="arrow"][side="bottom"] {
+  margin-left: -25px;
+  margin-right: -25px;
+}
+
+panel[type="arrow"][side="left"],
+panel[type="arrow"][side="right"] {
+  margin-top: -25px;
+  margin-bottom: -25px;
+}
+
 .panel-arrowcontent {
   border-radius: 6px;
   padding: 6px;
@@ -66,6 +78,7 @@ panel[type="arrow"] {
   margin-left: 6px;
   margin-right: 6px;
   margin-bottom: -13px;
+  margin-top: -4px;
 }
 
 .panel-arrow[side="bottom"] {
@@ -73,6 +86,7 @@ panel[type="arrow"] {
   margin-left: 6px;
   margin-right: 6px;
   margin-top: -12px;
+  margin-bottom: -4px;
 }
 
 .panel-arrow[side="left"] {
@@ -80,6 +94,7 @@ panel[type="arrow"] {
   margin-top: 6px;
   margin-bottom: 6px;
   margin-right: -12px;
+  margin-left: -4px;
 }
 
 .panel-arrow[side="right"] {
@@ -88,6 +103,7 @@ panel[type="arrow"] {
   margin-top: 6px;
   margin-bottom: 6px;
   margin-left: -12px;
+  margin-right: -4px;
 }
 
 tooltip {
index 0b25735c90afde28b732cde221974ba57c243e4d..5d4422176bec087ede9ba5eb24e5281cadb11bf6 100644 (file)
   height: 1px; width: 1px; position: relative; top: 92%; display: block;
 }
 
-.jsterm-input-node {
+.jsterm-input-node,
+.jsterm-complete-node {
   font-family: monospace;
   font-size: 9pt;
-  background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat;
   border: none;
-  padding: 0px 0px 0px 16px;
+  padding: 0 0 0 16px;
+}
+
+.jsterm-input-node {
+  background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat;
 }
 
-.jsterm-input-node > .textbox-input-box > .textbox-textarea {
+:-moz-any(.jsterm-input-node,
+          .jsterm-complete-node) > .textbox-input-box > .textbox-textarea {
   overflow-x: hidden;
 }
 
+.jsterm-complete-node > .textbox-input-box > .textbox-textarea {
+  color: #8050B0;
+}
+
 .jsterm-output-line {
   font-size: 1em;
 }
index a9498a400a36bf899d27c83a584b9a0607370bd7..803d8accdbcbec9c00ab69246c4f52130f1735fa 100644 (file)
@@ -1,8 +1,38 @@
+#genericAbout {
+  padding: 0px;
+  min-height: 200px;
+  max-height: 400px;
+  width: 30em;
+}
+
 #clientBox {
   background-color: #000000;
   color: #FF9F00;
 }
 
+.basic-info {
+  padding: 10px;
+}
+
+#extensionIcon {
+  list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
+  max-width: 64px;
+  max-height: 64px;
+  -moz-margin-end: 6px;
+}
+
+#genericAbout[addontype="theme"] #extensionIcon {
+  list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
+}
+
+#genericAbout[addontype="locale"] #extensionIcon {
+  list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
+}
+
+#genericAbout[addontype="plugin"] #extensionIcon {
+  list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
+}
+
 #extensionName {
   font-size: large;
   font-weight: bold;
   color: #9C9CFF;
 }
 
-#genericAbout {
-  padding: 0px 0px 10px;
-  min-height: 200px;
-  width: 30em;
+#extensionDescription {
+  margin-top: 4px;
 }
 
 #groove {
   margin-top: 0px;
 }
 
-#clientBox {
-  padding: 10px;
-}
-
-#extensionDescription {
-  color: #8050B0;
-}
-
 .boxIndent {
   -moz-margin-start: 6px;
 }
index f58806c9af46dfc2d966602257a7138bed8f867f..0d74db7ce37dbc25d0a307f6bd40a8f1997d18a1 100644 (file)
   }
 }
 
+/* Plugins aren't yet disabled by safemode (bug 342333),
+   so don't show that warning when viewing plugins. */
+#addons-page[warning="safemode"] .view-pane[type="plugin"] .global-warning-container,
+#addons-page[warning="safemode"] #detail-view[loading="true"] .global-warning-container {
+  background-color: inherit;
+  background-image: none;
+}
+
+
 /*** notification icons ***/
 
 .warning-icon {
   margin: 0 8px;
 }
 
+.download-progress[mode="undetermined"] .status-container {
+  padding: 0 2px;
+}
+
 .download-progress .start-cap,
 .download-progress[complete] .end-cap,
+.download-progress[mode="undetermined"] .end-cap,
 .download-progress .progress .progress-bar {
   background-color: #008484;
 }
 
+.download-progress .progress .progress-bar  {
+  border-left-width: 0;
+  border-right-width: 0;
+  min-height: 21px;
+}
+
 .download-progress .progress {
   background-color: transparent;
   padding: 0;