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