diff --git a/app/assets/javascripts/admin/templates/site_settings.js.handlebars b/app/assets/javascripts/admin/templates/site_settings.js.handlebars index 8016088b0..ac24d5128 100644 --- a/app/assets/javascripts/admin/templates/site_settings.js.handlebars +++ b/app/assets/javascripts/admin/templates/site_settings.js.handlebars @@ -1,11 +1,11 @@
-
{{view Discourse.TextField valueBinding="controller.username" placeholderKey="username"}}
@@ -20,7 +20,7 @@ {{/if}} {{#if content.length}} - +
{{#if showApproval}} @@ -33,7 +33,7 @@ - + {{#if showApproval}} {{/if}} @@ -54,15 +54,15 @@ {{avatar this imageSize="small"}} - + - + - + {{#if controller.showApproval}}
{{view Ember.Checkbox checkedBinding="selectAll"}}{{i18n admin.user.topics_entered}} {{i18n admin.user.posts_read_count}} {{i18n admin.user.time_read}}{{i18n created}}{{i18n created}}{{i18n admin.users.approved}} {{unbound username}}{{unbound email}}{{shorten email}} {{{unbound last_emailed_age}}} {{{unbound last_seen_age}}} {{{unbound topics_entered}}} {{{unbound posts_read_count}}} {{{unbound time_read}}}{{{unbound created_at_age}}} {{#if approved}} diff --git a/app/assets/stylesheets/admin/admin_base.scss b/app/assets/stylesheets/admin/admin_base.scss index 98602f9ef..4831e9e9f 100644 --- a/app/assets/stylesheets/admin/admin_base.scss +++ b/app/assets/stylesheets/admin/admin_base.scss @@ -67,12 +67,10 @@ } } .search { + float: right; + margin-left: 10px; label { margin-top: 5px; - float: right; - } - input[type=text] { - float: right; } } }