diff --git a/app/assets/stylesheets/customUI.css b/app/assets/stylesheets/customUI.css index cab4213..508702f 100644 --- a/app/assets/stylesheets/customUI.css +++ b/app/assets/stylesheets/customUI.css @@ -17,6 +17,43 @@ margin: 5px 5px 0px 0px; } +#welcome-user-box { + float: left; + margin-right: 5px; + display: inline-block; + +} + +#logout-button-box { + float:left; + display: inline-block; + +} + +#logout-button { + height: 18px; + margin: -3px; +} + +#instruction-button-box { + margin: -10px 0px 0px 5px; + display: inline-block; +} + +#hint_button { + height: 18px; +} + +#mute-button-box { + float: right; + display: inline-block; + height +} + +#map-mute-button { + height: 10px; +} + #sidebar { z-index: 1000; position: fixed; @@ -68,17 +105,3 @@ animation-iteration-count: infinite; animation-direction: alternate; } - -#welcome-user-box { - float: left; - margin-right: 5px; -} - -#logout-button-box { - float: right; -} - -#logout-button { - height: 18px; - margin: -3px; -} diff --git a/app/assets/stylesheets/splashpage.css b/app/assets/stylesheets/splashpage.css index 85f8297..c2b9ef6 100644 --- a/app/assets/stylesheets/splashpage.css +++ b/app/assets/stylesheets/splashpage.css @@ -13,11 +13,6 @@ button, input { border: none; } -#mute_button, #hint_button { - float: right; - top: 0; -} - h1 { color: white; font-smooth: never; @@ -82,12 +77,15 @@ h1 { } .high-scores-head { + margin-bottom: 15px; position: block; width: 100%; } .high-score-container li { text-align: left; - margin-left: 40%; width: 50%; + margin-left: 40%; + margin-bottom: 10px; + font-size: 1.1em; } diff --git a/app/views/layouts/_customUI.html.erb b/app/views/layouts/_customUI.html.erb index 4f8cd9c..2cb9ee9 100644 --- a/app/views/layouts/_customUI.html.erb +++ b/app/views/layouts/_customUI.html.erb @@ -6,6 +6,7 @@