From abbc0995f2f7e0ee0982d0e44ac2502264d2ce04 Mon Sep 17 00:00:00 2001 From: zmagod Date: Thu, 3 May 2018 14:51:49 +0200 Subject: [PATCH] fix css --- app/assets/stylesheets/themes/scinote.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 0a42681e1..f34e12402 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -1728,6 +1728,7 @@ th.custom-field .modal-tooltiptext { } #alert-flash { + button { margin-right: 400px; } @@ -1737,9 +1738,11 @@ th.custom-field .modal-tooltiptext { } @media(max-width:768px) { + button { display: none; } + .glyphicon { margin-left: 10px; }