修复标签管理按钮大小

This commit is contained in:
fen 2013-11-26 11:49:28 +08:00
parent 2b18774aa6
commit f7f73757de
3 changed files with 4 additions and 4 deletions

View File

@ -1035,7 +1035,7 @@ a.operate-reply {
#file-list {
list-style: none;
margin: 0 12px;
margin: 0 10px;
padding: 0; }
#file-list li {
padding: 8px 0;

View File

@ -97,8 +97,8 @@ include 'menu.php';
<li><a lang="<?php _e('你确认要删除这些标签吗?'); ?>" href="<?php $options->index('/action/metas-tag-edit?do=delete'); ?>"><?php _e('删除'); ?></a></li>
<li><a lang="<?php _e('刷新标签可能需要等待较长时间, 你确认要刷新这些标签吗?'); ?>" href="<?php $options->index('/action/metas-tag-edit?do=refresh'); ?>"><?php _e('刷新'); ?></a></li>
<li class="multiline">
<button type="button" class="merge" rel="<?php $options->index('/action/metas-tag-edit?do=merge'); ?>"><?php _e('合并到'); ?></button>
<input type="text" name="merge" />
<button type="button" class="btn-s merge" rel="<?php $options->index('/action/metas-tag-edit?do=merge'); ?>"><?php _e('合并到'); ?></button>
<input type="text" name="merge" class="text-s" />
</li>
</ul>
</div>

View File

@ -809,7 +809,7 @@ background: #FFF1A8;
#file-list {
list-style: none;
margin: 0 12px;
margin: 0 10px;
padding: 0;
li {
padding: 8px 0;