summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2007-10-31 10:29:54 +0100
committerArun Persaud <arun@nubati.net>2007-10-31 10:29:54 +0100
commit01e982e40cc5679cdb4647aec7c37d3d789eeb4b (patch)
tree62d6de8709c1209910b16186a49dd2f3c8d797e8 /css
parent34ca8d684f3515232508f4a581828f5f069c323f (diff)
downloade-DoKo-01e982e40cc5679cdb4647aec7c37d3d789eeb4b.tar.gz
e-DoKo-01e982e40cc5679cdb4647aec7c37d3d789eeb4b.tar.bz2
e-DoKo-01e982e40cc5679cdb4647aec7c37d3d789eeb4b.zip
LAYOUT: moved more text during the setup into the middle
there was still a lot of text that wasn't aligned yet. Still not perfect, but much better than before ;)
Diffstat (limited to 'css')
-rw-r--r--css/standard.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/css/standard.css b/css/standard.css
index d913af1..bea5189 100644
--- a/css/standard.css
+++ b/css/standard.css
@@ -27,16 +27,22 @@
font-size: smaller;
}
-.joingame,.sickness,.poverty,.total {
+.joingame,.sickness,.poverty,.total,.message {
position: absolute;
- width: 10%;
+ width: 20%;
- top:24em;
- left:45%;
- right:45%;
+ top:20em;
+ left:40%;
+ right:40%;
text-align: center;
}
+.poverty {
+ top:32em;
+ z-index:15;
+ background-color:#fff;
+}
+
.rules {
margin-top:20em;
}