mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-29 18:35:47 -04:00
Visual tweaks for IE8 compatibility.
Set the min width and min height to what IE8 wants the thumbnail's box to be when the inner image maxes out at 120 pixels (specified in Organize_Controller::album_info()). Avoid using inline-block.
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
var div = document.createElement("div");
|
||||
div.className = "multi-proxy";
|
||||
for (var i = 0; i != selected_nodes.length; i++) {
|
||||
div.appendChild(selected_nodes[i].cloneNode(true));
|
||||
div.appendChild(Ext.get(selected_nodes[i]).dom.firstChild.cloneNode(true));
|
||||
if ((i + 1) % 3 == 0) {
|
||||
div.appendChild(document.createElement("br"));
|
||||
}
|
||||
@@ -290,7 +290,7 @@
|
||||
enableDD: true,
|
||||
dropConfig: {
|
||||
appendOnly: true,
|
||||
ddGroup: "organizeDD",
|
||||
ddGroup: "organizeDD"
|
||||
},
|
||||
listeners: {
|
||||
"click": function(node) {
|
||||
|
||||
Reference in New Issue
Block a user