pducarme changes of the day

This commit is contained in:
Frédéric Péters 2011-11-28 17:18:20 +01:00
parent d12a2e21db
commit 32170d7206
1 changed files with 17 additions and 9 deletions

View File

@ -2043,29 +2043,37 @@ dl.portlet {
div.labelboxes {
-webkit-appearance: textfield;
/*-webkit-appearance: textfield;*/
padding: 1px;
background-color: white;
border: 1px inset;
border-top: 2px solid #828282;
border-left: 2px solid #B5B5B5;
border-right: 2px solid #B5B5B5;
left:10px;
margin-left: 230px;
min-height: 10px;
}
input.ac_input, input.ac_input:focus {
border: none;
background: transparent;
width: auto;
min-width: 120px;
decoration: none;
outline: none;
padding: none;
margin: none;
}
span.labelbox {
display: inline;
background: white url(../img/close_selected_item.png) no-repeat center right;
color: #666666;
padding: 2px 20px 1px 5px;
margin-top: 3px;
border: 1px solid #cccccc;
display: inline-block;
background: #9FA9B7 url(../img/close_selected_item.png) no-repeat center right;
color: #FFFFFF;
padding: 1px 18px 1px 3px;
margin-bottom: 3px;
border: 1px solid #00458A;
border-radius: 5px;
}
/*-------*/