Skip to content

Commit d979b74

Browse files
committed
Styling hacks
1 parent b8ca4e2 commit d979b74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

styles/prosilver/template/manage/queue_validate.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ <h2>{{ PAGE_TITLE }}</h2>
2929
{% if S_SHOW_POST_AS_OPTION %}
3030
<fieldset>
3131
<dl>
32-
<dt><label>{{ POST_AS_LABEL ~ lang('COLON') }}</label></dt>
33-
<dd>
34-
<label><input type="radio" name="post_as_robot" value="1"{% if POST_AS_ROBOT %} checked="checked"{% endif %} /> {{ lang('POST_AS_ROBOT', ROBOT_NAME) }}</label>
35-
<label><input type="radio" name="post_as_robot" value="0"{% if not POST_AS_ROBOT %} checked="checked"{% endif %} /> {{ lang('POST_AS_SELF') }}</label>
32+
<dt style="width: auto"><label>{{ POST_AS_LABEL ~ lang('COLON') }}</label></dt>
33+
<dd style="margin: 0 0 12px 10%">
34+
<label><input type="radio" name="post_as_robot" value="1"{% if POST_AS_ROBOT %} checked="checked"{% endif %} />{{ lang('POST_AS_ROBOT', ROBOT_NAME) }}</label>
35+
<label><input type="radio" name="post_as_robot" value="0"{% if not POST_AS_ROBOT %} checked="checked"{% endif %} />{{ lang('POST_AS_SELF') }}</label>
3636
</dd>
3737
</dl>
3838
</fieldset>

0 commit comments

Comments
 (0)