Right-align 'suggest title' button

This commit is contained in:
Chad Birch
2013-02-01 11:50:24 -08:00
committed by Neil Williams
parent 264a3bc5f4
commit 4662dcc409
2 changed files with 4 additions and 3 deletions

View File

@@ -3092,7 +3092,8 @@ form input[type=radio] {margin: 2px .5em 0 0; }
/*submit*/
#url-field button {margin: 10px 5px 0 0;}
#url-field #suggest-title { text-align: right; }
#url-field button {margin: 10px 0 0 5px;}
#url-field .title-status { color: red; font-size: small}
.content.submit .info-notice {

View File

@@ -77,9 +77,9 @@ ${thing.formtabs_menu}
${error_field("NO_LINKS", "sr")}
${error_field("NO_SELFS", "sr")}
<div>
<button type="button" tabindex="100" onclick="fetch_title()">${_("suggest title")}</button>
<div id="suggest-title">
<span class="title-status"></span>
<button type="button" tabindex="100" onclick="fetch_title()">${_("suggest title")}</button>
</div>
</%utils:round_field>
</div>