diff options
author | Arun Persaud <arun@nubati.net> | 2012-09-19 22:25:11 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2012-09-19 22:25:11 -0700 |
commit | f3069376c510ac7dfd57d801004c5657a07fdca6 (patch) | |
tree | 46ca2059140797abddbee0d0db3fd3fb36551d20 /css | |
parent | 3f1dad2b194db78c5e8e4f72d22eb7310022a999 (diff) | |
download | e-DoKo-f3069376c510ac7dfd57d801004c5657a07fdca6.tar.gz e-DoKo-f3069376c510ac7dfd57d801004c5657a07fdca6.tar.bz2 e-DoKo-f3069376c510ac7dfd57d801004c5657a07fdca6.zip |
BUGFIX: css index prevented user from selecting a radio button and minor tweaks
* fixed in sickness screen
* removed unnessecary questions
* pre-selected yes for starting a game
* some minor css tweaks
Diffstat (limited to 'css')
-rw-r--r-- | css/standard.css | 44 |
1 files changed, 19 insertions, 25 deletions
diff --git a/css/standard.css b/css/standard.css index 88ff9fd..8f609f5 100644 --- a/css/standard.css +++ b/css/standard.css @@ -126,12 +126,13 @@ footer .left { float:left; font-size:smaller;} .joingame,.sickness,.poverty,.total { position: absolute; background-color: #fff; + border-radius: 5px; width: 20%; top: 30%; left: 40%; margin: auto; text-align: center; - z-index:22; + z-index:42; } .total { width: 14%; @@ -204,6 +205,7 @@ div.table div.table0 .start { background-color: #f00; border-radius: 5px; padding: 3px; + padding-bottom: 1px; margin: 3px; } @@ -311,18 +313,14 @@ hr {clear:both;} padding:0; /*border: 1px solid red;*/ top: 30%; - left:37.5%; - right:56.5%; + left:33.5%; + right:59.5%; height:40%; z-index:30; -} - -.vorbehalt0 { - left:37.5%; - right:57.5%; width:10%; text-align:left; } + .tricks div div.card0 span.comment{ position:absolute; margin:0; @@ -343,18 +341,14 @@ hr {clear:both;} padding:0; /*border: 1px solid red;*/ top: 0%; - left:47%; - right:47%; - height:40%; - text-align:center; - z-index:30; -} -.vorbehalt1{ left:45%; right:45%; width:10%; + height:40%; + text-align:center; z-index:30; } + .tricks div div.card1 span.comment{ position:absolute; margin:0; @@ -376,17 +370,14 @@ hr {clear:both;} padding:0; /*border: 1px solid red;*/ top: 30%; - right:37.5%; - left:56.5%; + right:34%; + width:10%; + left:56%; height:40%; z-index:30; -} -.vorbehalt2{ - left:auto; - right:38%; - width:10%; text-align:right; } + .tricks div div.card2 span.comment{ position:absolute; margin:0; @@ -408,12 +399,15 @@ hr {clear:both;} padding:0; /*border: 1px solid red;*/ bottom: 0%; - left:47%; - right:47%; + left:45%; + right:45%; height: 40%; z-index:30; + width:10%; + height: 3em; + text-align:center; } -.tricks div div.card3 .score, .vorbehalt3{ +.tricks div div.card3 .score{ left:45%; right:45%; width:10%; |