* finish task #2489.

This commit is contained in:
wangyidong
2016-02-17 14:18:54 +08:00
parent 8b1c8fb46f
commit d01b8eb8df
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ $(function()
<?php echo $this->action->printChanges($action->objectType, $action->history);?>
</div>
<?php if($canEditComment):?>
<span class='pull-right comment<?php echo $action->id;?>'><?php echo html::a('javascript:toggleComment(' . $action->id . ')', '<i class="icon-pencil"></i>', '', "class='btn btn-mini'")?></span>
<span class='pull-right comment<?php echo $action->id;?>'><?php echo html::a('javascript:toggleComment(' . $action->id . ')', '<i class="icon-pencil"></i>', '', "class='btn btn-mini' style='border:none'")?></span>
<?php endif;?>
<?php
if($action->comment)

View File

@@ -182,7 +182,7 @@ i[class^="icon-"],i[class*=" icon-"],.link-icon i[class^="icon-"],.link-icon i[c
.actionbox #historyItem {margin:0}
.actionbox blockquote {margin:0}
.actionbox > legend > i, .actionbox > .panel-heading > i {display: none}
.actionbox .history {background: #f5f5f5; padding: 4px 10px 6px; min-height: 20px; border: 1px solid #f1f1f1; border-left: 1px dashed #ddd}
.actionbox .history {background: #fbfbfb; padding: 4px 10px 6px; min-height: 20px; border: 1px solid #f5f5f5; border-left: 1px dashed #ddd}
fieldset.actionbox {padding-bottom: 10px;}
/* actionbox, hack for ie8 */