style: no longer use a red square to mark required fields (#7368)

This commit is contained in:
Frédéric Péters 2015-05-27 10:36:56 +02:00
parent a305dffdb3
commit b413c91688
1 changed files with 3 additions and 5 deletions

View File

@ -162,11 +162,9 @@ div.hint {
}
span.required {
background: transparent url(required.png) 0px 0.5ex no-repeat;
padding: 0 0 0 24px;
margin-left: 1ex;
overflow: hidden;
color: white;
margin-left: 0.7ex;
position: relative;
top: -0.2ex;
}
div.buttons {