fix css to mostly prevent scroll bars

This commit is contained in:
Uwe Steinmann 2021-08-20 09:44:30 +02:00
parent ffc2565933
commit ee654df475

View File

@ -324,15 +324,15 @@ div.buttons button {margin: 3px; _float: right;}
div.buttons #zoom {margin: 3px; _float: right;}
#legend {display: inline-block; margin-left: 10px;}
#preview {height: 122px; background: #f5f5f5; border-top: 1px solid #e3e3e3;}
#preview img {float: left;border: 1px solid #bbb; background: #fff; min-height: 115px; height: 115px; _width: 100px; padding: 3px; margin: 3px;}
#preview img {float: left;border: 1px solid #bbb; background: #fff; min-height: 18vh; height: 18vh; _width: 100px; padding: 3px; margin: 3px;}
</style>
', 'css');
$this->htmlStartPage(getMLText("admin_tools"));
// $this->contentContainerStart();
?>
<div id="canvas" style="width: 100%; height:545px; _border: 1px solid #bbb;"></div>
<div id="preview">
<div id="canvas" style="width: 100%; height:78vh; _border: 1px solid #bbb;"></div>
<div id="preview" style="height:21vh; padding-top: 5px; padding-left: 5px;">
<img id="png" />
<div id="legend">
<i class="fa fa-circle initstate"></i> <?php printMLText("workflow_initstate"); ?><br />