[Theme] reinstalle le carre pour les champs requis

This commit is contained in:
Benjamin Dauvergne 2010-08-26 11:28:49 +02:00
parent 6f40342333
commit 0ad6a873c2
1 changed files with 8 additions and 5 deletions

View File

@ -43,15 +43,18 @@ div.widget div.title {
color:gray;
}
span.required {
background: transparent url(/qo/css/required.png) 0px 0.5ex no-repeat;
padding: 0 0 0 24px;
margin-left: 1ex;
overflow: hidden;
color: white;
}
div.widget {
margin-bottom: 1em;
}
span.required {
display: none;
}
div.SubmitWidget input, input[type=submit] {
font: 12px/100% Arial, Helvetica, sans-serif;
color: #ffffff;