QA: some minor UI consistency fixes.
This commit is contained in:
@@ -164,5 +164,5 @@
|
||||
{else}
|
||||
<span class="msg_notice"><span class="icon-info-circle"></span> {$CONST.NO_CATEGORIES}</span>
|
||||
{/if}
|
||||
<a class="block_level" href="?serendipity[adminModule]=category&serendipity[adminAction]=new">{$CONST.CREATE_NEW_CAT}</a>
|
||||
<a class="button_link icon_link" href="?serendipity[adminModule]=category&serendipity[adminAction]=new">{$CONST.CREATE_NEW_CAT}</a>
|
||||
{/if}
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
</div>
|
||||
|
||||
{if $plugin_data['can_configure']}
|
||||
<a class="pluginmanager_configure icon_link" href="?serendipity[adminModule]=plugins&serendipity[plugin_to_conf]={$plugin_data['key']}" title="{$CONST.CONFIGURATION}"><span class="icon-cog-alt"></span><span class="visuallyhidden"> {$CONST.CONFIGURATION}</span></a>
|
||||
<a class="pluginmanager_configure button_link icon_link" href="?serendipity[adminModule]=plugins&serendipity[plugin_to_conf]={$plugin_data['key']}" title="{$CONST.CONFIGURATION}"><span class="icon-cog-alt"></span><span class="visuallyhidden"> {$CONST.CONFIGURATION}</span></a>
|
||||
{/if}
|
||||
|
||||
<ul class="pluginmanager_plugininfo plainList">
|
||||
|
||||
@@ -851,7 +851,6 @@ summary { cursor: pointer; }
|
||||
.category_data,
|
||||
.user_name,
|
||||
.group_name,
|
||||
.edit_actions,
|
||||
#serendipity_comments_list .form_check,
|
||||
#serendipity_comments_list h4,
|
||||
.comment_data dt,
|
||||
@@ -886,6 +885,7 @@ summary { cursor: pointer; }
|
||||
margin: .75em 1em .75em 0;
|
||||
}
|
||||
|
||||
.edit_actions,
|
||||
#entries_list .actions { float: right; }
|
||||
|
||||
#edit_entry_title label,
|
||||
@@ -973,7 +973,7 @@ summary { cursor: pointer; }
|
||||
|
||||
#reset_timestamp {
|
||||
max-height: 1.25em;
|
||||
right: .1875em;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#media_pane_filter #toggle_filters { right: 1.5em;}
|
||||
@@ -1210,8 +1210,6 @@ fieldset p,
|
||||
margin: 0 2% 0 0;
|
||||
}
|
||||
|
||||
.edit_actions { float: right; }
|
||||
|
||||
#user_menu,
|
||||
#main_menu {
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user