diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_base.scss | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index c5f9db467..e87f26690 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -651,8 +651,16 @@ body.mappage .wrapper { float: $right; } -#report-share iframe { - vertical-align: top; +#report-share { + .btn { + padding-left: 1.5em; + padding-right: 1.5em; + display: inline-block; + } + + .btn + .btn { + margin-left: 1em; + } } //footer blocks @@ -749,10 +757,13 @@ input.final-submit { } } +.btn--block { + display: block; + width: auto; +} + // Under the button to override its text transform and width .btn--social { - display: block; - width: 100%; text-transform: none; text-align: center; } |