From e06e34e2a6cf6439d143732f6b7ab1700fbb9113 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Thu, 16 Oct 2014 18:36:39 -0300 Subject: Fixing compose message tip top margin --- web-ui/app/scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/app/scss/main.scss') diff --git a/web-ui/app/scss/main.scss b/web-ui/app/scss/main.scss index 0e96a027..8489d525 100644 --- a/web-ui/app/scss/main.scss +++ b/web-ui/app/scss/main.scss @@ -28,7 +28,7 @@ header#main { .tip-msg { padding: 10px; - margin: 38px 20px -25px 20px; + margin: 8px 20px -25px 20px; background: $warning; color: darken($warning, 50%); font-size: 0.9em; -- cgit v1.2.3