update both themes for toolkit winstripe changes up to 2011-02-27
authorRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 27 Feb 2011 19:15:33 +0000 (20:15 +0100)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 27 Feb 2011 19:15:33 +0000 (20:15 +0100)
EarlyBlue/global/webConsole.css
EarlyBlue/mozapps/extensions/extensions.css
LCARStrek/global/webConsole.css
LCARStrek/mozapps/extensions/extensions.css

index a468233dd6641ab5573c69ceb3846f6439afe018..ade85f346288c7e4140858af7f702bd130d31d61 100644 (file)
   margin: 0 6px;
 }
 
   margin: 0 6px;
 }
 
+/* Repeated messages */
+.webconsole-msg-repeat {
+  margin: 2px 0;
+  padding-left: 4px;
+  padding-right: 4px;
+  width: 1em;
+  color: #FFFFFF;
+  background-color: #FF0000;
+  border-radius: 40px;
+  /* font: message-box; */
+  font-size: 10px;
+  font-weight: 600;
+}
+
+/* TODO move this and other functional rules to content - bug 635359 */
+.webconsole-msg-repeat[value="1"] {
+  display: none;
+}
+
 .webconsole-location {
   margin-top: 0;
   margin-bottom: 0;
 .webconsole-location {
   margin-top: 0;
   margin-bottom: 0;
index e5fe8613b1db1a2d607d00b880c9636ed2ac1af4..48de940a6db2698320b09bfbc63be7f3ebaf46e7 100644 (file)
@@ -77,6 +77,7 @@
   -moz-image-region: rect(63px 50px 84px 25px);
 }
 
   -moz-image-region: rect(63px 50px 84px 25px);
 }
 
+
 /*** global warnings ***/
 
 .global-warning-container {
 /*** global warnings ***/
 
 .global-warning-container {
   border: 1px inset #CCD0DD;
   border-radius: 8px;
   background-color: #CCD0DD;
   border: 1px inset #CCD0DD;
   border-radius: 8px;
   background-color: #CCD0DD;
+  background-clip: padding-box;
 }
 
 .alert .alert-title {
 }
 
 .alert .alert-title {
   width: 48px;
   height: 48px;
   margin: 3px 7px;
   width: 48px;
   height: 48px;
   margin: 3px 7px;
-}
-
-.addon[active="false"] .icon {
-/*  filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); */
+  -moz-box-align: center;
+  -moz-box-pack: center;
 }
 
 .icon {
 }
 
 .icon {
   max-height: 48px;
 }
 
   max-height: 48px;
 }
 
+.addon[active="false"] .icon {
+/*  filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); */
+}
+
 .addon-view[type="theme"] .icon {
   list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
 }
 .addon-view[type="theme"] .icon {
   list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
 }
   font-weight: bold;
   color: #404040;
   margin-bottom: 0;
   font-weight: bold;
   color: #404040;
   margin-bottom: 0;
+  -moz-box-align: end;
 }
 
 .creator {
 }
 
 .creator {
 .description-container {
   margin-top: 8px;
   -moz-margin-start: 6px;
 .description-container {
   margin-top: 8px;
   -moz-margin-start: 6px;
+  -moz-box-align: center;
 }
 
 .description {
 }
 
 .description {
 .info {
   -moz-margin-start: 48px;
   font-weight: bold;
 .info {
   -moz-margin-start: 48px;
   font-weight: bold;
+  -moz-box-align: center;
+}
+
+.content-container,
+.basicinfo-container {
+  -moz-box-align: start;
+}
+
+.addon[status="installing"] > .content-container {
+  -moz-box-align: stretch;
+}
+
+.update-info-container {
+  -moz-box-align: center;
+}
+
+.advancedinfo-container,
+.update-available {
+  -moz-box-align: end;
+}
+
+.install-status-container {
+  -moz-box-pack: end;
+  -moz-box-align: end;
+}
+
+.name-outer-container {
+  -moz-box-pack: center;
+}
+
+.relnotes-toggle-container,
+.icon-outer-container {
+  -moz-box-pack: start;
+}
+
+.status-container,
+.control-container {
+  -moz-box-pack: end;
 }
 
 .addon-view .warning {
 }
 
 .addon-view .warning {
index 88bcc2310b42371868a2a68bca667d601a0454ed..8860808906a7320addd9d60980475dbb712c38b0 100644 (file)
   margin: 0 6px;
 }
 
   margin: 0 6px;
 }
 
+/* Repeated messages */
+.webconsole-msg-repeat {
+  margin: 2px 0;
+  padding-left: 4px;
+  padding-right: 4px;
+  width: 1em;
+  color: #000000;
+  background-color: #FF0000;
+  border-radius: 40px;
+  /* font: message-box; */
+  font-size: 10px;
+  font-weight: 600;
+}
+
+/* TODO move this and other functional rules to content - bug 635359 */
+.webconsole-msg-repeat[value="1"] {
+  display: none;
+}
+
 .webconsole-location {
   margin-top: 0;
   margin-bottom: 0;
 .webconsole-location {
   margin-top: 0;
   margin-bottom: 0;
index a8b949001684f5daf821c0e49cd13c0c99180a29..c5ac80b557db276973ec017fe200f1de5d7fcd6a 100644 (file)
@@ -77,6 +77,7 @@
   -moz-image-region: rect(63px 50px 84px 25px);
 }
 
   -moz-image-region: rect(63px 50px 84px 25px);
 }
 
+
 /*** global warnings ***/
 
 .global-warning-container {
 /*** global warnings ***/
 
 .global-warning-container {
   border: 1px solid #9C9CFF;
   border-radius: 8px;
   background-color: #000000;
   border: 1px solid #9C9CFF;
   border-radius: 8px;
   background-color: #000000;
+  background-clip: padding-box;
 }
 
 .alert .alert-title {
 }
 
 .alert .alert-title {
   width: 48px;
   height: 48px;
   margin: 3px 7px;
   width: 48px;
   height: 48px;
   margin: 3px 7px;
+  -moz-box-align: center;
+  -moz-box-pack: center;
 }
 
 .icon {
 }
 
 .icon {
   font-weight: bold;
   color: #9C9CFF;
   margin-bottom: 0;
   font-weight: bold;
   color: #9C9CFF;
   margin-bottom: 0;
+  -moz-box-align: end;
 }
 
 .creator {
 }
 
 .creator {
 .description-container {
   margin-top: 8px;
   -moz-margin-start: 6px;
 .description-container {
   margin-top: 8px;
   -moz-margin-start: 6px;
+  -moz-box-align: center;
 }
 
 .description {
 }
 
 .description {
 .info {
   -moz-margin-start: 48px;
   font-weight: bold;
 .info {
   -moz-margin-start: 48px;
   font-weight: bold;
+  -moz-box-align: center;
+}
+
+.content-container,
+.basicinfo-container {
+  -moz-box-align: start;
+}
+
+.addon[status="installing"] > .content-container {
+  -moz-box-align: stretch;
+}
+
+.update-info-container {
+  -moz-box-align: center;
+}
+
+.advancedinfo-container,
+.update-available {
+  -moz-box-align: end;
+}
+
+.install-status-container {
+  -moz-box-pack: end;
+  -moz-box-align: end;
+}
+
+.name-outer-container {
+  -moz-box-pack: center;
+}
+
+.relnotes-toggle-container,
+.icon-outer-container {
+  -moz-box-pack: start;
+}
+
+.status-container,
+.control-container {
+  -moz-box-pack: end;
 }
 
 .addon-view .warning {
 }
 
 .addon-view .warning {