A few small tweaks, and added link to the iOS app.

This commit is contained in:
Michael!
2013-11-13 22:18:27 -05:00
parent 52974eaa96
commit c27430f29e
4 changed files with 36 additions and 32 deletions
+7 -15
View File
@@ -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 {
+6 -1
View File
@@ -146,4 +146,9 @@
.endGameRestart {
font-size: 32px;
}
cursor: pointer;
}
.endGameRestart:hover {
text-decoration: underline;
}