Fixed long data string display (flower toggle) TICKETS #3384
This commit is contained in:
parent
a64a042e72
commit
89aacbfb9b
|
@ -1361,7 +1361,6 @@ table.databox {
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 0px solid #fff;
|
border: 0px solid #fff;
|
||||||
max-width: 200px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.databox th {
|
.databox th {
|
||||||
|
|
|
@ -655,7 +655,7 @@ require('include/php_to_js_values.php');
|
||||||
var t = (ulim + $('#foot').outerHeight() > wh) ? ulim : wh - $('#foot').outerHeight();
|
var t = (ulim + $('#foot').outerHeight() > wh) ? ulim : wh - $('#foot').outerHeight();
|
||||||
|
|
||||||
if ($('#foot').position().top != t) {
|
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);
|
$('#foot').height(h);
|
||||||
}
|
}
|
||||||
if ($('#foot').width() != $(window).width()) {
|
if ($('#foot').width() != $(window).width()) {
|
||||||
|
|
Loading…
Reference in New Issue