late pducarme changes

This commit is contained in:
Frédéric Péters 2011-11-28 19:18:24 +01:00
parent 32170d7206
commit f258c9e1f7
1 changed files with 4 additions and 3 deletions

View File

@ -2046,7 +2046,7 @@ div.labelboxes {
/*-webkit-appearance: textfield;*/
padding: 1px;
background-color: white;
border-top: 2px solid #828282;
border-top: 2px solid #A3A3A3;
border-left: 2px solid #B5B5B5;
border-right: 2px solid #B5B5B5;
left:10px;
@ -2067,12 +2067,13 @@ input.ac_input, input.ac_input:focus {
span.labelbox {
display: inline-block;
background: #9FA9B7 url(../img/close_selected_item.png) no-repeat center right;
background: #7B8AA3 url(../img/close_selected_item.png) no-repeat center right;
color: #FFFFFF;
padding: 1px 18px 1px 3px;
margin-bottom: 3px;
margin-bottom: 1px;
border: 1px solid #00458A;
border-radius: 5px;
font-size: 11px;
}