mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed services in visual console. Ticket#2745
This commit is contained in:
parent
f8a77bde45
commit
f432535f07
File diff suppressed because it is too large
Load Diff
@ -163,12 +163,10 @@ function center_labels() {
|
||||
dif_width = $(item).width() - $("img", item).width();
|
||||
|
||||
x = parseInt($(item).css("left"));
|
||||
|
||||
x = x - (dif_width / 2)
|
||||
|
||||
$(item)
|
||||
.css("left", x + "px")
|
||||
.css("text-align", "center");
|
||||
|
||||
x = x - (dif_width / 2);
|
||||
|
||||
$(item).css("left", x + "px").css("text-align", "center");
|
||||
}
|
||||
});
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user