summaryrefslogtreecommitdiffstats
path: root/media/forms/_library/cmxform.css
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-11-03 03:45:10 -0400
committereliott <eliott@cactuswax.net>2007-11-03 03:45:10 -0400
commit39a548fd2629f3b6383990264b2e331b3aea99fb (patch)
treef68c3156dad5f7814473ceff2461679ddf11a2e8 /media/forms/_library/cmxform.css
downloadarchweb-39a548fd2629f3b6383990264b2e331b3aea99fb.tar.gz
archweb-39a548fd2629f3b6383990264b2e331b3aea99fb.zip
Initial import for public release...
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!
Diffstat (limited to 'media/forms/_library/cmxform.css')
-rw-r--r--media/forms/_library/cmxform.css57
1 files changed, 57 insertions, 0 deletions
diff --git a/media/forms/_library/cmxform.css b/media/forms/_library/cmxform.css
new file mode 100644
index 00000000..ff362864
--- /dev/null
+++ b/media/forms/_library/cmxform.css
@@ -0,0 +1,57 @@
+/**********************************
+
+Use: cmxform template
+Author: Nick Rigby
+
+***********************************/
+
+form.cmxform fieldset { margin-bottom: 10px; }
+
+form.cmxform legend {
+ padding: 0 2px;
+ font-weight: bold;
+ _margin: 0 -7px; /* IE Win */
+ }
+
+form.cmxform label {
+ display: inline-block;
+ line-height: 1.8;
+ vertical-align: top;
+ }
+
+form.cmxform fieldset ol {
+ margin: 0;
+ padding: 0;
+ }
+
+form.cmxform fieldset li {
+ list-style: none;
+ padding: 5px;
+ margin: 0;
+ }
+
+form.cmxform fieldset fieldset {
+ border: none;
+ margin: 3px 0 0;
+ }
+
+form.cmxform fieldset fieldset legend {
+ padding: 0 0 5px;
+ font-weight: normal;
+ }
+
+form.cmxform fieldset fieldset label {
+ display: block;
+ width: auto;
+ }
+
+form.cmxform em {
+ font-weight: bold;
+ font-style: normal;
+ color: #f00;
+ }
+
+form.cmxform label { width: 120px; } /* Width of labels */
+form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */
+
+/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */ \ No newline at end of file