source: extensions/ContactForm/include/contactform.css @ 13741

Last change on this file since 13741 was 11830, checked in by Gotcha, 13 years ago

Minor CSS correction

File size: 732 bytes
Line 
1div.contact-form {
2        padding-top: 10px;
3        padding-bottom: 10px;
4}
5div.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}
17td.contact-form-left {
18        padding-right: 5px;
19        text-align: right;
20        vertical-align: middle;
21}
22td.contact-form-left#cf_message_label {
23  vertical-align: top;
24  padding-top: 5px;
25}
26td.contact-form-right {
27  padding-left: 5px;
28  text-align: left;
29}
30#cf-redirect {
31        margin-left: 10em;
32        margin-right: 10em;
33  padding: 5px;
34}
35.cf-log-infos, .cf-log-errors {
36        font-weight: bold;
37}
38div.cf-button {
39        margin-left: 5px;
40}
41
42#cf_message {width:400px;height:200px;}
Note: See TracBrowser for help on using the repository browser.