diff --git a/src/web/stylesheets/components/_button.css b/src/web/stylesheets/components/_button.css index 54dfc339..8638bbb2 100755 --- a/src/web/stylesheets/components/_button.css +++ b/src/web/stylesheets/components/_button.css @@ -11,3 +11,7 @@ span.btn img { margin-right: 3px; margin-bottom: 1px; } + +button.btn.accessibleUX { + margin-top: -5px; +} \ No newline at end of file