PluginProbe
RSVP and Event Management / 1.3.0
RSVP and Event Management v1.3.0
trunk 0.5.0 0.6.0 0.7.0 0.8.0 0.9.0 0.9.5 1.0.0 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.5.0 1.6.0 1.6.1 1.6.2 1.6.5 1.7.0 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 All 136 releases
rsvp / jquery-validate / demo / css / cmxformTemplate.css

cmxformTemplate.css in RSVP and Event Management 1.3.0, at jquery-validate/demo/css/cmxformTemplate.css

55 lines 993 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**********************************
2
3 Use: cmxform template
4
5 ***********************************/
6 form.cmxform fieldset {
7 margin-bottom: 10px;
8 }
9
10 form.cmxform legend {
11 padding: 0 2px;
12 font-weight: bold;
13 _margin: 0 -7px; /* IE Win */
14 }
15
16 form.cmxform label {
17 display: inline-block;
18 line-height: 1.8;
19 vertical-align: top;
20 cursor: hand;
21 }
22
23 form.cmxform fieldset p {
24 list-style: none;
25 padding: 5px;
26 margin: 0;
27 }
28
29 form.cmxform fieldset fieldset {
30 border: none;
31 margin: 3px 0 0;
32 }
33
34 form.cmxform fieldset fieldset legend {
35 padding: 0 0 5px;
36 font-weight: normal;
37 }
38
39 form.cmxform fieldset fieldset label {
40 display: block;
41 width: auto;
42 }
43
44 form.cmxform label { width: 100px; } /* Width of labels */
45 form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
46 form.cmxform label.error {
47 margin-left: 103px;
48 width: 220px;
49 }
50
51 form.cmxform input.submit {
52 margin-left: 103px;
53 }
54
55 /*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */