keeping up with classic development
[themes.git] / LCARStrek / editor / editor.css
index 959fdf9037b6a382d566bc119e124ddb7617ef52..efab7d33c48abcc921d7986d0f18ee3f9dcb59ba 100644 (file)
@@ -59,6 +59,7 @@
 #content-source,
 #doctype-text {
   font-family: -moz-fixed;
+  font-size: -moz-initial;
 }
 
 #appcontent {
  
 #ContentWindowDeck {
 }
+
+/* ::::: struct toolbar ::::: */
+
+#structToolbar {
+  min-width: 1px;
+  overflow: hidden;
+}
+
+#structSpacer {
+  margin: 2px 0px;
+}
+
+.struct-button {
+  padding: 2px;
+}
+
+.struct-button[checked="true"] {
+  font-weight: bold;
+}
+
+.struct-textbox {
+  padding: 0px !important;
+  margin: 0px !important;
+  border: none !important;
+}
\ No newline at end of file