update with classic theme development, keep about:plugins compatible for 1.7 release...
[themes.git] / LCARStrek / editor / editor.css
index 3d86836981498180e0f2ca802ca6adf12bd677b1..b6222640d05a244d550439f266ba1df86e3169b3 100644 (file)
  
 #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;
+}