Subversion Repositories eFlore/Applications.cel

Rev

Rev 1495 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1495 aurelien 1
#tpl-form-contact {
2
	width: 350px;
3
	padding: 15px;
4
}
5
 
6
input, textarea {
7
    max-width: 100%;
8
    width: 100% !important;
9
}
10
 
11
textarea {
12
	height: 185px !important;
13
}
14
 
15
.error {
16
	color: red;
17
}