Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / README_jquery / static / css / validation_form.css @ 805cc54a

History | View | Annotate | Download (312 Bytes)

1
* { 
2
        font-family: Verdana; 
3
        font-size: 96%; 
4
}
5
label { 
6
        width: 10em; 
7
        float: left; 
8
}
9
label.error { 
10
        float: none; 
11
        color: red; 
12
        padding-left: .5em; 
13
        vertical-align: top; 
14
}
15
p { 
16
        clear: both; 
17
}
18
.submit { 
19
        margin-left: 12em; 
20
}
21
em { 
22
        font-weight: bold; 
23
        padding-right: 1em; 
24
        vertical-align: top; 
25
}
26