git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / options / options.css
diff --git a/doc/webdeveloper/options/options.css b/doc/webdeveloper/options/options.css
new file mode 100644 (file)
index 0000000..5af0118
--- /dev/null
@@ -0,0 +1,44 @@
+@import url("chrome://global/skin/");
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+hbox > label
+{
+    margin-left: 0 !important;
+}
+
+#webdeveloper-options-dialog
+{
+    height: 40em !important;
+    width: 60em !important;
+}
+
+#webdeveloper-options-page-list
+{
+    width: 11em !important;
+}
+
+#webdeveloper-options-page-list listitem
+{
+    padding: 0.25em !important;
+}
+
+spacer.large-spacer
+{
+    width: 20px !important;
+}
+
+spacer.small-spacer
+{
+    width: 10px !important;
+}
+
+.indent
+{
+    margin-left: 25px !important;
+}
+
+.scroll
+{
+    height: 25em !important;
+       overflow: auto !important;
+}