mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
Right-align 'suggest title' button
This commit is contained in:
committed by
Neil Williams
parent
264a3bc5f4
commit
4662dcc409
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user