summaryrefslogtreecommitdiffstats
path: root/media/forms/cmxform.css
diff options
context:
space:
mode:
Diffstat (limited to 'media/forms/cmxform.css')
-rw-r--r--media/forms/cmxform.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/media/forms/cmxform.css b/media/forms/cmxform.css
deleted file mode 100644
index f713714..0000000
--- a/media/forms/cmxform.css
+++ /dev/null
@@ -1,30 +0,0 @@
-/**********************************
-
-Name: cmxform Styles
-Author: Nick Rigby
-
-***********************************/
-
-form.cmxform {
- width: 370px;
- font-size: 1.1em;
- color: #333;
- }
-
-form.cmxform legend { padding-left: 0; }
-
-form.cmxform legend,
-form.cmxform label { color: #333; }
-
-form.cmxform fieldset {
- border: none;
- border-top: 1px solid #C9DCA6;
- background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
- }
-
-form.cmxform fieldset fieldset { background: none; }
-
-form.cmxform fieldset li {
- padding: 5px 10px 7px;
- background: url(../images/cmxform-divider.gif) left bottom repeat-x;
- } \ No newline at end of file