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 / cmxform.css

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

46 lines 1014 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**********************************
2
3 Name: cmxform Styles
4
5 ***********************************/
6 form.cmxform {
7 width: 370px;
8 font-size: 1.0em;
9 color: #333;
10 }
11
12 form.cmxform legend {
13 padding-left: 0;
14 }
15
16 form.cmxform legend, form.cmxform label {
17 color: #333;
18 }
19
20 form.cmxform fieldset {
21 border: none;
22 border-top: 1px solid #C9DCA6;
23 background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
24 background-color: #F8FDEF;
25 }
26
27 form.cmxform fieldset fieldset {
28 background: none;
29 }
30
31 form.cmxform fieldset p, form.cmxform fieldset fieldset {
32 padding: 5px 10px 7px;
33 background: url(../images/cmxform-divider.gif) left bottom repeat-x;
34 }
35
36 form.cmxform label.error, label.error {
37 /* remove the next line when you have trouble in IE6 with labels in list */
38 color: red;
39 font-style: italic
40 }
41 div.error { display: none; }
42 input { border: 1px solid black; }
43 input.checkbox { border: none }
44 input:focus { border: 1px dotted black; }
45 input.error { border: 1px dotted red; }
46 form.cmxform .gray * { color: gray; }