Fixed long data string display (flower toggle) TICKETS #3384

This commit is contained in:
fermin831 2016-03-15 09:16:28 +01:00
parent a64a042e72
commit 89aacbfb9b
2 changed files with 1 additions and 2 deletions

View File

@ -1361,7 +1361,6 @@ table.databox {
-webkit-border-radius: 4px;
border-radius: 4px;
border: 0px solid #fff;
max-width: 200px;
}
.databox th {

View File

@ -655,7 +655,7 @@ require('include/php_to_js_values.php');
var t = (ulim + $('#foot').outerHeight() > wh) ? ulim : wh - $('#foot').outerHeight();
if ($('#foot').position().top != t) {
$('#foot').css({ position: "absolute", top: t, left: $('#foot').offset().left});
$('#foot').css({ top: t, left: $('#foot').offset().left});
$('#foot').height(h);
}
if ($('#foot').width() != $(window).width()) {