From: Andy Allan Date: Wed, 24 Feb 2021 10:49:39 +0000 (+0000) Subject: Merge branch 'pull/3091' X-Git-Tag: live~2285 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/3debff60ef50158c5439003ad4357d1f3dcc120b?ds=inline;hp=-c Merge branch 'pull/3091' --- 3debff60ef50158c5439003ad4357d1f3dcc120b diff --combined app/assets/stylesheets/common.scss index 481025d81,136404858..a8f138caa --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -4,6 -4,8 +4,6 @@@ /* Styles common to large and small screens */ -.fillL { background-color: white; } - /* Default rules for the body of every page */ body { @@@ -975,6 -977,16 +975,16 @@@ tr.turn:hover } } + /* Bootstrap buttons don't have any vertical margin, so + they touch when adjacent buttons wrap onto a new line + e.g. wide form buttons on a narrow sidebar */ + + .btn-wrapper { + > .btn { + margin-bottom: $spacer * 0.25; + } + } + /* Rules for export sidebar */ .export_form { @@@ -1317,6 -1329,13 +1327,6 @@@ list-style-type: lower-alpha; } } - - #decline { - background: $lightblue; - &:hover { - background: darken($lightblue, $hovercolor); - } - } } /* Rules for the account settings page */