mirror of
https://github.com/typecho/typecho.git
synced 2025-03-24 20:09:47 +01:00
修复标签管理按钮大小
This commit is contained in:
parent
2b18774aa6
commit
f7f73757de
@ -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;
|
||||
|
@ -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>
|
||||
|
@ -809,7 +809,7 @@ background: #FFF1A8;
|
||||
|
||||
#file-list {
|
||||
list-style: none;
|
||||
margin: 0 12px;
|
||||
margin: 0 10px;
|
||||
padding: 0;
|
||||
li {
|
||||
padding: 8px 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user