update both themes to state of toolkit winstripe trunk of 2010-11-14
[themes.git] / LCARStrek / global / webConsole.css
index dcb30d220b73b82aa7b2aecb043011547e98adaf..8f5d30da51901b5e4b65e8d087a84e30a418f6c0 100644 (file)
@@ -39,8 +39,8 @@
   border-bottom: 3px solid #000000;
 }
 
-.hud-group label {
-  padding-left: 1em;
+.hud-box.animated {
+  -moz-transition: height 350ms;
 }
 
 .hud-outer-wrapper {
 }
 
 .hud-clickable {
-  cursor: pointer !important;
+  cursor: pointer;
   text-decoration: underline;
 }
 
-.hud-output-node .hud-network {
+.hud-network {
   color: blue;
 }
 
-.hud-output-node .hud-error {
+.hud-error {
   color: red;
 }
 
-.hud-output-node .hud-log {
+.hud-log {
   color: black;
 }
 
-.hud-output-node .hud-warn {
+.hud-warn {
   color: orange;
 }
 
-.hud-output-node .hud-info {
+.hud-info {
   color: green;
 }
 
-.hud-output-node .hud-exception {
+.hud-exception {
   color: red; font-weight: bold;
 }
 
   width: 100%;
   margin-top: 0.3em; 
   margin-bottom: 0.3em; 
-  padding-left: 0.3em;
-  /* border-bottom: 1px solid #eee; */
+  padding-left: 1em;
+  -moz-user-select: text;
+  white-space: pre-wrap;
+  -moz-user-focus: normal;
 }
 
 .hud-output-node {
   width: 100%;
 }
 
-.hud-filtered-by-type, .hud-filtered-by-string {
+.hud-filtered-by-type,
+.hud-filtered-by-string {
   display: none;
 }
 
-.hud-group:first-child .hud-divider {
+.hud-group:first-child .hud-divider {
   display: none;
 }
 
   -moz-box-direction: reverse;
 }
 
-.jsterm-output-node div {
-  -moz-user-select: text;
-}
-
 .jsterm-scroll-to-node {
   height: 1px; width: 1px; position: relative; top: 92%; display: block;
 }
 .jsterm-input-node {
   font-family: monospace;
   font-size: 9pt;
-  background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat !important;
-  border: none !important;
-  padding: 0px 0px 0px 16px !important;
+  background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat;
+  border: none;
+  padding: 0px 0px 0px 16px;
 }
 
-.jsterm-input-node textarea {
+.jsterm-input-node > .textbox-input-box > .textbox-textarea {
   overflow-x: hidden;
 }
 
 }
 
 .jsterm-close-button {
-  background: none !important;
-  border: none !important;
+  background: none;
+  border: none;
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
-  margin: 0px !important;
-  min-width: 0px !important;
-  padding: 1px 3px 1px 7px !important;
+  margin: 0px;
+  min-width: 0px;
+  padding: 1px 3px 1px 7px;
   -moz-user-focus: ignore;
 }