From 3927913a7ee3456abea51028cbeb6de513fb097d Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 17 Oct 2013 13:17:38 -0400 Subject: [PATCH] FIX: composer for creating a new topic on mobile --- app/assets/stylesheets/desktop/compose.scss | 4 ++++ app/assets/stylesheets/mobile/compose.scss | 16 ++++++---------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/assets/stylesheets/desktop/compose.scss b/app/assets/stylesheets/desktop/compose.scss index 79d66f4f111..85365cabfe2 100644 --- a/app/assets/stylesheets/desktop/compose.scss +++ b/app/assets/stylesheets/desktop/compose.scss @@ -337,6 +337,10 @@ left: 432px; top: -19px; } + button.btn.no-text { + margin: 7px 0 0 5px; + position: absolute; + } } .reply-to { diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index 484e2a8e448..2da6d56ca30 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -196,7 +196,7 @@ display: none; } .wmd-controls { @include transition(top 0.3s ease); - top: 100px; + top: 135px; } } } @@ -235,7 +235,6 @@ display: none; } #reply-title { margin-right: 10px; - float: left; &:disabled { background-color: $light_gray; } @@ -276,8 +275,7 @@ display: none; bottom: 8px; } } - .title-input, .category-input { - position: relative; + .category-input { display: inline; } .title-input .popup-tip { @@ -290,12 +288,10 @@ display: none; left: 432px; top: -7px; } -} -.reply-to { - margin-bottom: 10px; - position: absolute; - margin-right: 40px; - + button.btn.no-text { + margin: 7px 0 0 5px; + position: absolute; + } }