Styling template options button.
This commit is contained in:
parent
2911e71bc6
commit
f646621cc8
@ -423,7 +423,8 @@ form > a,
|
||||
#mediaPropertyForm footer b,
|
||||
#entries_list .entry_info span,
|
||||
.folder_name,
|
||||
#serendipityScaleForm .form_field label {
|
||||
#serendipityScaleForm .form_field label,
|
||||
#template_select .installed {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
*zoom: 1;
|
||||
@ -1230,6 +1231,10 @@ form > .button_link:first-of-type { margin-top: 0; }
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#template_select .installed {
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
.zebra_list,
|
||||
#categories .odd,
|
||||
#categories .even,
|
||||
|
@ -67,8 +67,8 @@
|
||||
<span class="unmet_requirements msg_error"><span class="icon-attention"></span> {$info.unmetRequirements}></span>
|
||||
{/if}
|
||||
{else}
|
||||
<span class="installed block_level"><span class="icon-ok-circle"></span> {$CONST.ALREADY_INSTALLED}</span>
|
||||
<a class="button_link" href="?serendipity[adminModule]=templates&serendipity[adminAction]=editConfiguration">{$CONST.CONFIGURATION}</a>
|
||||
<span class="installed"><span class="icon-ok-circle"></span> {$CONST.ALREADY_INSTALLED}</span>
|
||||
<a class="button_link state_submit" href="?serendipity[adminModule]=templates&serendipity[adminAction]=editConfiguration">{$CONST.CONFIGURATION}</a>
|
||||
{/if}
|
||||
</div>
|
||||
</article>
|
||||
|
Loading…
x
Reference in New Issue
Block a user