BUG 11284 "When you select an image, the apply button image is shown on

the right bottom side" SOLVED

-When you select an image, the apply buttom image is not shown right on
the right bottom side.
-Solved, now the apply buttom image is not shown under the selected
image.
This commit is contained in:
marcelo
2013-04-22 11:42:31 -04:00
parent 881d349c2d
commit 43ea1fbdd4

View File

@@ -72,7 +72,7 @@
display : inline;
margin : 4px;
margin-right : 0;
padding : 5px;
padding : 22px;
border : 1px solid white;
}
#images-view .thumb-wrap span {
@@ -84,7 +84,7 @@
border : 1px solid #99bbe8;
opacity : 0.5;
background : #efefef url(/images/ext/row-over.gif) repeat-x left top;
padding : 5px;
padding : 22px;
}
@@ -92,7 +92,8 @@
border : 1px solid #99bbe8;
background : #eff5fb url(/images/select-icon.png) no-repeat right bottom;
opacity : 0.5;
padding : 5px;
padding : 22px;
text-align : center;
}
#images-view .x-view-selected .thumb {
background : transparent;