sync LCARStrek with part of the modification in Firefox 10 - some more work is still...
[themes.git] / EarlyBlue / global / console / console.css
index 0b2e04fcb8a9e68f67d8f7e87c26d695d291c115..87d9b96ef56013c56150ffb95dbc484e46fad733 100644 (file)
 /* ..... message rows ..... */
 
 .console-row[type="message"] {
-  font-family: monospace;
+  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
 }
 
 /* ..... selected state ..... */
 /* ::::: toolbars ::::: */
 
 #TextboxEval {
-  margin: 1px 2px 1px 2px ;
+  margin: 1px 2px;
 }
 
 #ButtonEval {
-  margin: 1px 2px 1px 0px;
+  margin-top: 1px;
+  margin-bottom: 1px;
+  -moz-margin-start: 0;
+  -moz-margin-end: 2px;
 }
 
 toolbarseparator {