blob: 43abda40676c7f058b3f0ffdb9ea66abb557c4b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
.v-captionwrapper {
margin: 0.3em 0 0 0;
}
.v-errorindicator {
width: 12px;
height: 16px;
background: transparent url(../icons/16/error.png) no-repeat top right;
}
.v-ie7 .v-errorindicator {
margin-left: -3px;
}
|