Merge pull request #251 from simonlnu/master

fix .item-select
This commit is contained in:
Simon 2012-04-19 10:41:25 -07:00
commit 4a292e4137
2 changed files with 2 additions and 4 deletions

View File

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

View File

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