summaryrefslogtreecommitdiffstats
path: root/media/forms/_library
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-12 04:24:24 +0200
committerDusty Phillips <buchuki@gmail.com>2008-10-12 04:24:24 +0200
commitf4f34fe7c01a881f73221e14bd5c7ab0a4d3c9f8 (patch)
tree37b3250c08f7b25361a09a45a8dd9316e65c4f8b /media/forms/_library
parente6c1febc4b37c4d74cad3cecbc079f888481c27b (diff)
downloadarchweb-f4f34fe7c01a881f73221e14bd5c7ab0a4d3c9f8.tar.gz
archweb-f4f34fe7c01a881f73221e14bd5c7ab0a4d3c9f8.tar.xz
drop some extra media (may have to restore)
Diffstat (limited to 'media/forms/_library')
-rw-r--r--media/forms/_library/cmxform.css57
1 files changed, 0 insertions, 57 deletions
diff --git a/media/forms/_library/cmxform.css b/media/forms/_library/cmxform.css
deleted file mode 100644
index ff36286..0000000
--- a/media/forms/_library/cmxform.css
+++ /dev/null
@@ -1,57 +0,0 @@
-/**********************************
-
-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