summaryrefslogtreecommitdiff
path: root/bug/bug/jquery-validation-1.8.1/demo/css/cmxformTemplate.css
diff options
context:
space:
mode:
Diffstat (limited to 'bug/bug/jquery-validation-1.8.1/demo/css/cmxformTemplate.css')
-rw-r--r--bug/bug/jquery-validation-1.8.1/demo/css/cmxformTemplate.css55
1 files changed, 55 insertions, 0 deletions
diff --git a/bug/bug/jquery-validation-1.8.1/demo/css/cmxformTemplate.css b/bug/bug/jquery-validation-1.8.1/demo/css/cmxformTemplate.css
new file mode 100644
index 0000000..ac52f71
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/demo/css/cmxformTemplate.css
@@ -0,0 +1,55 @@
+/**********************************
+
+Use: cmxform template
+
+***********************************/
+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;
+ cursor: hand;
+}
+
+form.cmxform fieldset p {
+ 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 label { width: 100px; } /* Width of labels */
+form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
+form.cmxform label.error {
+ margin-left: 103px;
+ width: 220px;
+}
+
+form.cmxform input.submit {
+ margin-left: 103px;
+}
+
+/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */ \ No newline at end of file