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

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

Add configuration option to define template variable or not

File size: 512 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-label {
20        margin-top: 0;
21        font-size: larger;
22        text-align: center;
23  min-height: 40px;
24  margin-bottom: 5px;
25}
26.cf-lang {
27  display: none;
28  visibility: hidden;
29}
30.cf-log-infos, .cf-log-errors {
31        font-weight: bold;
32}
Note: See TracBrowser for help on using the repository browser.