Merge branch 'ent-5679-Barras-desplazamiento-en-Consola-Visual-DIBA' into 'develop'
Ent 5679 barras desplazamiento en consola visual diba See merge request artica/pandorafms!3253
This commit is contained in:
commit
9245e598a9
|
@ -196,7 +196,6 @@ $ignored_params['refr'] = '';
|
|||
|
||||
$('body').css('background-color','<?php echo $layout['background_color']; ?>');
|
||||
$('body').css('margin','0');
|
||||
$('body').css('overflow','hidden');
|
||||
$(".module_graph .menu_graph").css('display','none');
|
||||
|
||||
$(".parent_graph").each(function(){
|
||||
|
|
|
@ -257,7 +257,6 @@ if ($config['pure']) {
|
|||
body.pure {
|
||||
min-height: 100px;
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
<?php
|
||||
echo 'background-color: '.$layout['background_color'].';';
|
||||
|
|
|
@ -373,7 +373,6 @@ if ($pure === true) {
|
|||
body.pure {
|
||||
min-height: 100px;
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
background-color: <?php echo $visualConsoleData['backgroundColor']; ?>;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue