From 98c8c48f6cf3a66749751a45bc86dcf3c78abd0b Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 11 Oct 2014 05:41:10 -0700 Subject: [PATCH] add better mobile inline title edit styles --- app/assets/stylesheets/mobile/topic.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index 7f9f581cd92..988a4314280 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -171,3 +171,19 @@ .heatmap-low {color: scale-color($danger, $lightness: 25%) !important;} sup sup, sub sup, sup sub, sub sub { top: 0; } + +// inline editing of title on mobile +.title-wrapper { + input#edit-title { + width: 95%; + padding: 5px; + } + .btn-small { + padding: 8px 12px; + margin: 6px 6px 0 0; + } + .select2-container { + margin-top: 8px; + width: 95% !important; + } +}