Merge pull request #1612 from cheloheredia/BUG-11284

BUG 11284 "When you select an image, the apply button image is shown on the right bottom side" SOLVED
This commit is contained in:
julceslauhub
2013-04-22 11:18:20 -07:00
2 changed files with 5 additions and 3 deletions

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;

View File

@@ -182,6 +182,7 @@ Ext.onReady(function() {
autoHeight : false,
height : 800,
multiSelect : true,
autoScroll: true,
overClass : 'x-view-over',
itemSelector: 'div.thumb-wrap',
emptyText : _('ID_NO_IMAGES_TO_DISPLAY'),