From 67c2560f8c9818bb2599c21a1c26af5cfa4cf6fa Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Fri, 20 Sep 2013 17:28:00 -0400 Subject: [PATCH] mobile: fixed quote control jump --- app/assets/stylesheets/mobile/topic-post.css.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic-post.css.scss b/app/assets/stylesheets/mobile/topic-post.css.scss index 6bf5c81f8..6e4cceaa7 100644 --- a/app/assets/stylesheets/mobile/topic-post.css.scss +++ b/app/assets/stylesheets/mobile/topic-post.css.scss @@ -31,6 +31,8 @@ span.badge-posts { } } + + button.create { float: right !important; border: 1px solid #888; @@ -449,6 +451,8 @@ blockquote { margin-left: 8px; color: #323232; font-family: "FontAwesome"; + position: relative; + z-index: 20; } .back:before { content: "\f062";