You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
726 B

13 years ago
@import 'compass/css3/border-radius';
@import 'compass/css3/text-shadow';
13 years ago
#main .block .content {
#error_explanation {
@include border-top-radius(6px);
border-left: 1px solid #993624;
border-right: 1px solid #993624;
border-bottom: 1px solid #993624;
h2 {
background-color: #cc4831;
color: white;
padding: 10px 15px;
margin: 0;
@include text-shadow(none);
@include border-top-radius(6px);
}
13 years ago
}
.field_with_errors {
display: inline;
13 years ago
label {
color: #cc4831;
}
input, textarea, select {
border: 1px solid #cc4831;
}
}
}