source: extensions/ContactForm/template/style.css @ 17483

Last change on this file since 17483 was 17483, checked in by mistic100, 12 years ago

entirely rewrite the plugin

  • send mail in html format (configurable to plain)
  • fully configurable email list
  • more...
File size: 762 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 {
21    border-radius:2px;
22    padding:3px;
23  }
24
25.LV_validation_message{
26  display:block;
27  font-weight:bold;
28  margin:0 0 0 5px;
29}
30.LV_valid {
31   display:none;
32}
33.LV_invalid {
34  color:#cc0000;
35}
36.LV_invalid_field, 
37input.LV_invalid_field:hover, 
38input.LV_invalid_field:active,
39textarea.LV_invalid_field:hover, 
40textarea.LV_invalid_field:active {
41  border: 1px solid #cc0000;
42}
Note: See TracBrowser for help on using the repository browser.