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 { span.required {
background: transparent url(required.png) 0px 0.5ex no-repeat; margin-left: 0.7ex;
padding: 0 0 0 24px; position: relative;
margin-left: 1ex; top: -0.2ex;
overflow: hidden;
color: white;
} }
div.buttons { div.buttons {