From 1e43eac6009ebfe64070be171b0dad9bf5e97269 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 6 Mar 2013 12:07:09 -0500 Subject: [PATCH] Simple CSS changes to help with lower width screens such as Surface tablet --- .../admin/templates/site_settings.js.handlebars | 4 ++-- .../admin/templates/users_list.js.handlebars | 12 ++++++------ app/assets/stylesheets/admin/admin_base.scss | 6 ++---- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/app/assets/javascripts/admin/templates/site_settings.js.handlebars b/app/assets/javascripts/admin/templates/site_settings.js.handlebars index 8016088b041..ac24d512836 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 98602f9ef51..4831e9e9f45 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; } } }