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

Last change on this file since 3753 was 3753, checked in by Criss, 15 years ago

Update configuration pages

File size: 347 bytes
Line 
1div.contact-form {
2        padding-top: 10px;
3        padding-bottom: 10px;
4}
5td.contact-form-left {
6        padding-right: 5px;
7        text-align: right;
8        vertical-align: top;
9}
10td.contact-form-right {
11  padding-left: 5px;
12  text-align: left;
13}
14#cf-redirect {
15        margin-left: 10em;
16        margin-right: 10em;
17  padding: 5px;
18}
19.cf-log-infos, .cf-log-errors {
20        font-weight: bold;
21}
Note: See TracBrowser for help on using the repository browser.