diff -r 635033a29c48 -r dabcd35f8f92 www/css/style.css --- a/www/css/style.css Thu Jan 03 14:21:35 2019 +0100 +++ b/www/css/style.css Thu Jan 03 20:56:47 2019 +0100 @@ -210,7 +210,7 @@ /* * New recipe wizzard */ -#hintBase, #hintStyle { +#hintBase, #hintStyle, #hintEq { float: left; margin-top: 30px; margin-right: 20px; @@ -233,6 +233,12 @@ margin-right: 10px; width: 320px; } +#eqButtonsWrapper { + float: right; + margin-top: 30px; + margin-right: 10px; + width: 320px; +} #completedButtonsWrapper { float: right; margin-right: 10px;