From 226c9836e464b3066015799c7572cd8ff3758968 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 18 May 2017 00:38:01 +0200 Subject: Add reset button to admin accounts search, improve looks a little (#3100) --- app/javascript/styles/forms.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/javascript') diff --git a/app/javascript/styles/forms.scss b/app/javascript/styles/forms.scss index d66359943..ce31f01af 100644 --- a/app/javascript/styles/forms.scss +++ b/app/javascript/styles/forms.scss @@ -159,9 +159,11 @@ code { .actions { margin-top: 30px; + display: flex; } button, + .button, .block-button { display: block; width: 100%; @@ -170,6 +172,8 @@ code { background: $ui-highlight-color; color: $primary-text-color; font-size: 18px; + line-height: inherit; + height: auto; padding: 10px; text-transform: uppercase; text-decoration: none; @@ -179,6 +183,11 @@ code { font-weight: 500; outline: 0; margin-bottom: 10px; + margin-right: 10px; + + &:last-child { + margin-right: 0; + } &:hover { background-color: lighten($ui-highlight-color, 5%); -- cgit