diff --git a/css/main.css b/css/main.css index 897f87f68..b788226b8 100644 --- a/css/main.css +++ b/css/main.css @@ -48,29 +48,21 @@ div#header { height: 20px; } -.deleteSave { +.menu { position: absolute; right: 10px; bottom: 10px; - cursor: pointer; + color: #666; } -.manualSave { - position: absolute; - right: 125px; - bottom: 10px; +.menu span { cursor: pointer; + float: right; + margin-left: 20px; } -.deleteSave:hover, .share:hover, .manualSave:hover { - text-decoration: underline; -} - -.share { - position: absolute; - right: 70px; - bottom: 10px; - cursor: pointer; +.menu span:hover { + text-decoration: underline; } div.headerButton { diff --git a/css/space.css b/css/space.css index 9bcf3316a..079bdd42f 100644 --- a/css/space.css +++ b/css/space.css @@ -146,4 +146,9 @@ .endGameRestart { font-size: 32px; -} \ No newline at end of file + cursor: pointer; +} + +.endGameRestart:hover { + text-decoration: underline; +} diff --git a/script/engine.js b/script/engine.js index 7b35cfa5e..57130b175 100644 --- a/script/engine.js +++ b/script/engine.js @@ -94,23 +94,33 @@ var Engine = { $('