summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-05-11 15:48:05 -0700
committerArun Persaud <arun@nubati.net>2008-05-11 21:52:15 -0700
commit5973166a4b936e2f8e2d923bc6dcb8bc3db89d85 (patch)
tree4e553f3afceb9cf17cfe6d46ebe8cd255d80ac62 /css
parent46319a55bbfaddcf07fed1c19120563807d9670d (diff)
downloade-DoKo-5973166a4b936e2f8e2d923bc6dcb8bc3db89d85.tar.gz
e-DoKo-5973166a4b936e2f8e2d923bc6dcb8bc3db89d85.tar.bz2
e-DoKo-5973166a4b936e2f8e2d923bc6dcb8bc3db89d85.zip
BUGFIX: rewrote poverty, should fix lots of bugs
poverty should work now, even if the user doesn't do everything in one go. Cleaned up the layout at the same time. The cards were sometime displayed below the main page, which led to a lot of empty space... Indicating whos turns it is during the pre-game phase should now be ok. Also cleaned up whitespaces. Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'css')
-rw-r--r--css/standard002.css (renamed from css/standard001.css)18
1 files changed, 6 insertions, 12 deletions
diff --git a/css/standard001.css b/css/standard002.css
index b694fe9..b4d1fe0 100644
--- a/css/standard001.css
+++ b/css/standard002.css
@@ -38,7 +38,7 @@
position: absolute;
background-color: #fff;
width: 20%;
- top:22em;
+ top:19em;
left:40%;
right:40%;
text-align: center;
@@ -61,12 +61,6 @@
z-index:15;
}
-.poverty {
- top:32em;
- z-index:15;
- background-color:#fff;
-}
-
.rules {
margin-top:20em;
}
@@ -86,7 +80,7 @@ margin-top:20em;
/* display the table and the names */
div.table {
position:absolute;
- width:99%;
+ width:100%;
height:35em;
margin:0;
left:0;
@@ -198,7 +192,7 @@ ul.tricks li div div.card0 img,ul.tricks li div div.card0 .score, .vorbehalt0 {
left:37.5%;
right:56x.5%;
width:6%;
- z-index:9;
+ z-index:30;
}
ul.tricks li div div.card0 span.comment{
position:absolute;
@@ -220,7 +214,7 @@ ul.tricks li div div.card1 img,ul.tricks li div div.card1 .score, .vorbehalt1 {
right:47%;
width:6%;
text-align:center;
- z-index:9;
+ z-index:30;
}
ul.tricks li div div.card1 span.comment{
position:absolute;
@@ -242,7 +236,7 @@ ul.tricks li div div.card2 img,ul.tricks li div div.card2 .score, .vorbehalt2{
right:37.5%;
left:56x.5%;
width:6%;
- z-index:9;
+ z-index:30;
}
ul.tricks li div div.card2 span.comment{
position:absolute;
@@ -265,7 +259,7 @@ ul.tricks li div div.card3 img,ul.tricks li div div.card3 .score, .vorbehalt3{
right:47%;
width:6%;
text-align:center;
- z-index:9;
+ z-index:30;
}
ul.tricks li div div.card3 span.comment{
position:absolute;