More consistent scrollbars, 4 x tool links have IDs

This commit is contained in:
mattpass
2020-06-30 20:09:37 +01:00
parent 4ef637a0f5
commit 227d2467ab
6 changed files with 30 additions and 13 deletions

View File

@@ -222,7 +222,7 @@ function deletePlugin($dir) {
<h1><?php echo $t['plugins'];?></h1>
<a href="javascript:parent.ICEcoder.showManual('<?php echo $ICEcoder["versionNo"];?>','plugins')" style="position: absolute; top: 26px; right: 20px"><div style="padding: 10px; background: #333; color: #fff; font-size: 18px"><?php echo $t['Guide to writing...'];?></div></a>
<div style="display: inline-block; width: 760px; height: 340px; overflow-y: auto">
<div class="pluginsPane">
<?php
$plugins = $ICEcoder['plugins'];
if (0 < count($plugins)) {