mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
A few small tweaks, and added link to the iOS app.
This commit is contained in:
+7
-15
@@ -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
@@ -146,4 +146,9 @@
|
||||
|
||||
.endGameRestart {
|
||||
font-size: 32px;
|
||||
}
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.endGameRestart:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user