修改展开箭头

This commit is contained in:
fen
2013-11-25 13:40:56 +08:00
parent 8e68b2da2e
commit 4ac9bb0022
5 changed files with 23 additions and 11 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ $fields = isset($post) ? $post->getFieldItems() : $page->getFieldItems();
$defaultFields = isset($post) ? $post->getDefaultFieldItems() : $post->getDefaultFieldItems();
?>
<section id="custom-field" class="typecho-post-option<?php if (empty($defaultFields) && empty($fields)): ?> fold<?php endif; ?>">
<label id="custom-field-expand" class="typecho-label"><?php _e('自定义字段'); ?> <i class="i-caret-down"></i></label>
<label id="custom-field-expand" class="typecho-label"><i class="i-caret-right"></i> <?php _e('自定义字段'); ?></label>
<table class="typecho-list-table mono">
<colgroup>
<col width="25%"/>