fix .item-select

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
Simon L'nu 2012-04-19 13:02:41 -04:00
parent 4fd1a17f06
commit 05173d0a8a
2 changed files with 2 additions and 4 deletions

View File

@ -2276,8 +2276,7 @@ div[id$="wrapper"] br {
.item-select {
opacity: 0.1;
filter:alpha(opacity=10);
float: right;
margin-right: 5px;
margin: 5px 0 0 6px !important;
}
.item-select:hover, .checkeditem {
opacity: 1;

View File

@ -2277,8 +2277,7 @@ div[id$="wrapper"] br {
.item-select {
opacity: 0.1;
filter:alpha(opacity=10);
float: right;
margin-right: 5px;
margin-right: 5px 0 0 6px !important;
}
.item-select:hover, .checkeditem {
opacity: 1;