mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
fix css to mostly prevent scroll bars
This commit is contained in:
parent
ffc2565933
commit
ee654df475
|
@ -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 />
|
||||
|
|
Loading…
Reference in New Issue
Block a user