From 212d580745332563ac21a15cc8722aae088aef58 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Fri, 1 Aug 2014 15:11:55 -0400 Subject: [PATCH] FIX: styling of bouncing validation errors in composer was broken --- app/assets/stylesheets/common/input_tip.scss | 2 +- app/assets/stylesheets/mobile/compose.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/input_tip.scss b/app/assets/stylesheets/common/input_tip.scss index c43302fb37c..34ca79c8997 100644 --- a/app/assets/stylesheets/common/input_tip.scss +++ b/app/assets/stylesheets/common/input_tip.scss @@ -21,7 +21,7 @@ color: $primary; opacity: 0.5; font-size: 15px; - margin-left: 4px; + margin: 0 0 0 4px; cursor: pointer; } .close:hover { diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index 36fdbeac197..ec961827326 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -244,6 +244,9 @@ display: none; .category-input { display: inline; } + .popup-tip .close { + padding: 0 2px 2px 8px; // so my fingers can touch the little x + } .title-input .popup-tip { width: 240px; right: 5px;