Last change
on this file since 19647 was
17945,
checked in by mistic100, 12 years ago
|
- stores emails in database (/!\ update only from published version, not from trunk)
- allow emails to be categorized
|
File size:
820 bytes
|
Line | |
---|
1 | .contact { |
---|
2 | width:540px; |
---|
3 | margin:10px auto 10px auto; |
---|
4 | } |
---|
5 | .contact table td { |
---|
6 | padding-bottom:5px; |
---|
7 | text-align:left; |
---|
8 | } |
---|
9 | .contact table td.title { |
---|
10 | font-weight:bold; |
---|
11 | text-align:right !important; |
---|
12 | padding-top:3px; |
---|
13 | vertical-align:top; |
---|
14 | width:120px; |
---|
15 | } |
---|
16 | .filter label { |
---|
17 | float:none; |
---|
18 | margin-right:3px; |
---|
19 | } |
---|
20 | .contact input[type="text"], .contact textarea, .contact select { |
---|
21 | border-radius:2px; |
---|
22 | padding:3px; |
---|
23 | } |
---|
24 | .content select { |
---|
25 | padding:2px; |
---|
26 | } |
---|
27 | |
---|
28 | .LV_validation_message{ |
---|
29 | display:block; |
---|
30 | font-weight:bold; |
---|
31 | margin:0 0 0 5px; |
---|
32 | } |
---|
33 | .LV_valid { |
---|
34 | display:none; |
---|
35 | } |
---|
36 | .LV_invalid { |
---|
37 | color:#cc0000; |
---|
38 | } |
---|
39 | .LV_invalid_field, |
---|
40 | input.LV_invalid_field:hover, |
---|
41 | input.LV_invalid_field:active, |
---|
42 | textarea.LV_invalid_field:hover, |
---|
43 | textarea.LV_invalid_field:active { |
---|
44 | border: 1px solid #cc0000; |
---|
45 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.