sync LCARStrek with part of the modification in Firefox 10 - some more work is still...
[themes.git] / LCARStrek / global / console / console.css
index 77bc784275fed4def961f069ebac4e5aa3841d7b..59b2b3f854d5d8e51e1c7840fb2c1866bb927edd 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 {