latest updates from Classic, development, working towards the 1.5 version of the...
[themes.git] / EarlyBlue / editor / editor.css
index ebd3d79494130d47ced2d26d88a0dc617c202387..e3a06d6e201e35855ca9fd01a2c6fd01699ed98b 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: -moz-hidden-unscrollable;
+}
+
+#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;
+}