* Adjust code .
This commit is contained in:
@@ -35,6 +35,7 @@ i.btn-info, i.btn-info:hover {border: none; background: #fff; box-shadow: unset;
|
||||
/* css for sidebar */
|
||||
.sidebar-toggle {flex: 0 0 16px;}
|
||||
.sidebar-toggle > .icon {width: 12px; height: 30px; margin-top: -10px; line-height: 30px; color: #fff; text-align: center; background: #7dcdfe; border-radius: 6px; cursor: pointer; padding-left: 0; padding-top: 0;}
|
||||
.bottom-btn-tree {position: fixed; width: 150px; bottom: 40px;}
|
||||
|
||||
.spliter {flex: 0 0 12px;}
|
||||
.spliter-btn {height: 28px; width: 10px; background: #fff; position: absolute; top: 30%; left: -1px; border: 1px solid #D9D9D9; border-radius: 2px;}
|
||||
@@ -78,6 +79,9 @@ js::set('objectID', isset($objectID) ? $objectID : '');
|
||||
</div>
|
||||
<?php endif;?>
|
||||
</div>
|
||||
<div class="text-center bottom-btn-tree">
|
||||
<?php common::printLink('project', 'programTitle', '', $lang->doc->customShowLibs, '', "class='btn btn-info btn-wide iframe'", true, true);?>
|
||||
</div>
|
||||
|
||||
<!-- Code for dropdown menu. -->
|
||||
<?php js::set('hasLibPriv', common::hasPriv('tree', 'browse') || common::hasPriv($app->rawModule, 'editLib') || common::hasPriv($app->rawModule, 'deleteLib'));?>
|
||||
|
||||
Reference in New Issue
Block a user