From b3632bc22200fe8ce3b3a1356eb6efca863e5c5f Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Mon, 13 Oct 2014 12:49:42 -0300 Subject: Fixing tip message top margin (that was not aligned because I removed the top bar --- web-ui/app/scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/app') diff --git a/web-ui/app/scss/main.scss b/web-ui/app/scss/main.scss index 8489d525..0e96a027 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: 8px 20px -25px 20px; + margin: 38px 20px -25px 20px; background: $warning; color: darken($warning, 50%); font-size: 0.9em; -- cgit v1.2.3