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:
@@ -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;
|
||||||
|
|||||||
@@ -182,6 +182,7 @@ Ext.onReady(function() {
|
|||||||
autoHeight : false,
|
autoHeight : false,
|
||||||
height : 800,
|
height : 800,
|
||||||
multiSelect : true,
|
multiSelect : true,
|
||||||
|
autoScroll: true,
|
||||||
overClass : 'x-view-over',
|
overClass : 'x-view-over',
|
||||||
itemSelector: 'div.thumb-wrap',
|
itemSelector: 'div.thumb-wrap',
|
||||||
emptyText : _('ID_NO_IMAGES_TO_DISPLAY'),
|
emptyText : _('ID_NO_IMAGES_TO_DISPLAY'),
|
||||||
|
|||||||
Reference in New Issue
Block a user