update both themes for toolkit winstripe changes up to 2011-02-27
[themes.git] / LCARStrek / global / webConsole.css
index 88bcc2310b42371868a2a68bca667d601a0454ed..8860808906a7320addd9d60980475dbb712c38b0 100644 (file)
   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;