* Finish task #9102.
This commit is contained in:
@@ -31,7 +31,13 @@
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<?php include '../../common/view/markdown.html.php';?>
|
||||
<?php if($lang->navGroup->doc == 'doc'):?>
|
||||
<style>#mainHeader{height: 0px;}</style>
|
||||
<style>
|
||||
#subHeader {margin-top: -50px; background-color: rgba(0,0,0,0);}
|
||||
#pageActions .btn-link { color: #84a2e2; font-size: 14px; line-height: 18px; border: #84a2e2 1px solid;}
|
||||
.header-angle-btn {padding: 0;}
|
||||
.header-angle-btn .btn{padding: 6px 12px;}
|
||||
.header-angle-btn+.header-angle-btn::after, .header-angle-btn+.header-angle-btn::before {top: -40px;}
|
||||
</style>
|
||||
<?php endif;?>
|
||||
<?php js::set('holders', $lang->doc->placeholder);?>
|
||||
<?php js::set('type', 'doc');?>
|
||||
|
||||
Reference in New Issue
Block a user