diff --git a/css/top_bar.styl b/css/top_bar.styl index f1c2e42..2cf38c6 100755 --- a/css/top_bar.styl +++ b/css/top_bar.styl @@ -115,11 +115,16 @@ body.show-top-bar .progress display: none - .inputs - display: inline + .inputs + display: inline-block - .buttons - display: inline + p + display: inline + + .buttons + display: inline-block + position: relative + top: -28px #zooniverse-top-bar-languages float: right diff --git a/src/views/top_bar.coffee b/src/views/top_bar.coffee index 490d430..e3ee2c1 100644 --- a/src/views/top_bar.coffee +++ b/src/views/top_bar.coffee @@ -14,9 +14,13 @@ module.exports = """