* Adjust the style.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
.checkbox-primary {margin-top: 6px;}
|
||||
#mainMenu div {display: inline-block;}
|
||||
#mainMenu .icon.icon-help {margin-left: 5px; margin-top: 5px;}
|
||||
.tip {display: inline-block; vertical-align: middle; margin-top: 6px;}
|
||||
#mainMenu .icon.icon-help {margin-left: 5px;}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<?php echo html::a(inlink("project", "status=$key&productID=$productID"), "<span class='text'>{$label}</span>" . ($status == $key ? " <span class='label label-light label-badge'>" . count($projectStats) . "</span>" : ''), '', "class='btn btn-link" . ($status == $key ? ' btn-active-text' : '') . "' id='{$key}Tab'");?>
|
||||
<?php endforeach;?>
|
||||
<?php echo html::checkbox('PRJMine', array('1' => $lang->program->mine), '', $this->cookie->PRJMine ? 'checked=checked' : '');?>
|
||||
<div><icon class='icon icon-help' data-toggle='popover' data-trigger='focus hover' data-placement='right' data-tip-class='text-muted popover-sm' data-content=<?php echo $lang->product->projectInfo;?>></icon></div>
|
||||
<div class="tip"><icon class='icon icon-help' data-toggle='popover' data-trigger='focus hover' data-placement='right' data-tip-class='text-muted popover-sm' data-content=<?php echo $lang->product->projectInfo;?>></icon></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mainContent">
|
||||
|
||||
Reference in New Issue
Block a user