diff --git a/module/doc/css/tablecontents.css b/module/doc/css/tablecontents.css index 5f85727d1e..ea5460acaf 100644 --- a/module/doc/css/tablecontents.css +++ b/module/doc/css/tablecontents.css @@ -9,6 +9,7 @@ .overflow-auto {overflow: auto;} .overflow-visible {overflow: visible;} .overflow-hidden {overflow: hidden;} +#main {padding-bottom: 0;} .img-lib {width: 14px; height: 14px; margin-bottom: 2px; flex: 0 0 14px;} #mainContent {padding-top: 0; padding-bottom: 0;} #mainContent #createDropdown {display: inline-block;} diff --git a/module/doc/view/lefttree.html.php b/module/doc/view/lefttree.html.php index f5efc7bb47..fd200dba9e 100644 --- a/module/doc/view/lefttree.html.php +++ b/module/doc/view/lefttree.html.php @@ -22,7 +22,7 @@ .input-tree {width: 120px;} .tree-icon {position: absolute; right: 0;} .tree li.has-input {overflow: hidden;} -.img-lib {flex: 0 0 16px; height: 14px;} +.img-lib {flex: 0 0 14px; height: 14px;} .tree-icon {position: absolute; right: 0;} .tree li > a {max-width: 100%; padding: 2px;} .file-tree a.show-icon > div {padding-right: 15px;} @@ -102,7 +102,7 @@ table.table > thead > tr {height: 32px;}