summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/play.css b/play.css
index cb349ac..94531b9 100644
--- a/play.css
+++ b/play.css
@@ -73,18 +73,25 @@ body.Green .your_turn { background-color: hsl(99,36%,65%) }
#mapwrap {
width: 2550px;
- height: 1650px;
- box-shadow: 0px 1px 10px #0008;
- margin-bottom: 100px;
+ height: 1740px;
+ margin-bottom: 30px;
}
#map {
+ position: absolute;
+ width: 2550px;
+ height: 1740px;
+}
+
+#board {
+ position: absolute;
width: 2550px;
height: 1650px;
background-size: cover;
background-repeat: no-repeat;
background-image: url(map75.jpg);
background-color: #e8d792;
+ box-shadow: 0px 1px 10px #0008;
}
#crisis_table {
@@ -111,7 +118,7 @@ body.p3 #crisis_table {
display: block;
width: 250px;
height: 350px;
- bottom: 50px;
+ bottom: 150px;
left: 50px;
}