##// END OF EJS Templates
Adding z-index to image previews automatically
neko259 -
r541:90d66ad5 1.7-dev
parent child Browse files
Show More
@@ -13,7 +13,6 b''
13
13
14 .img-full {
14 .img-full {
15 position: fixed;
15 position: fixed;
16 z-index: 9999;
17 background-color: #CCC;
16 background-color: #CCC;
18 border: 1px solid #000;
17 border: 1px solid #000;
19 cursor: pointer;
18 cursor: pointer;
@@ -85,7 +85,10 b' function addImgPreview() {'
85
85
86 return false;
86 return false;
87 }
87 }
88 ).draggable()
88 ).draggable({
89 addClasses: false,
90 stack: '.img-full'
91 })
89 }
92 }
90 else {
93 else {
91 $('#'+thumb_id).remove();
94 $('#'+thumb_id).remove();
General Comments 0
You need to be logged in to leave comments. Login now