Last change
on this file since 11658 was
10035,
checked in by plg, 14 years ago
|
compatibility with Piwigo 2.2 (remove "adviser", get_comment_post_key()
replaced by get_ephemeral_key(), known_script replaced by combine_script
and use of combine_css)
textarea is no more "resizable" (useless and break CSS rules)
|
File size:
779 bytes
|
Line | |
---|
1 | div.contact-form { |
---|
2 | padding-top: 10px; |
---|
3 | padding-bottom: 10px; |
---|
4 | } |
---|
5 | div.contact-form-content { |
---|
6 | border-width: 0px; |
---|
7 | border-style: solid; |
---|
8 | margin-top: 5px; |
---|
9 | margin-bottom: 5px; |
---|
10 | margin-left: 20px; |
---|
11 | margin-right: 20px; |
---|
12 | padding: 10px; |
---|
13 | } |
---|
14 | .cf-input-disabled { |
---|
15 | position: relative; |
---|
16 | } |
---|
17 | .cf-input, .cf-input-disabled { |
---|
18 | left: 5px; |
---|
19 | } |
---|
20 | td.contact-form-left { |
---|
21 | padding-right: 5px; |
---|
22 | text-align: right; |
---|
23 | vertical-align: middle; |
---|
24 | } |
---|
25 | td.contact-form-left#cf_message_label { |
---|
26 | vertical-align: top; |
---|
27 | padding-top: 5px; |
---|
28 | } |
---|
29 | td.contact-form-right { |
---|
30 | padding-left: 5px; |
---|
31 | text-align: left; |
---|
32 | } |
---|
33 | #cf-redirect { |
---|
34 | margin-left: 10em; |
---|
35 | margin-right: 10em; |
---|
36 | padding: 5px; |
---|
37 | } |
---|
38 | .cf-log-infos, .cf-log-errors { |
---|
39 | font-weight: bold; |
---|
40 | } |
---|
41 | div.cf-button { |
---|
42 | margin-left: 5px; |
---|
43 | } |
---|
44 | |
---|
45 | #cf_message {width:400px;height:200px;} |
---|
Note: See
TracBrowser
for help on using the repository browser.