From 101f97a3fb44a299efaa8cad9b6d8480c06ba0c0 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 19 Sep 2012 23:11:53 -0700 Subject: [PATCH 1/1] LAYOUT/BUGFIX: fixed wrong scaling of cards that was introduced a few commits earlier --- css/standard.css | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/css/standard.css b/css/standard.css index 0ddaf77..ea6cbe5 100644 --- a/css/standard.css +++ b/css/standard.css @@ -323,10 +323,15 @@ hr {clear:both;} padding:0; /*border: 1px solid red;*/ top: 30%; - left:33.5%; - right:59.5%; + left:37.5%; + right:56.5%; height:40%; z-index:30; +} + +.vorbehalt0 { + left:33.5%; + right:59.5%; width:10%; text-align:left; } @@ -351,11 +356,16 @@ 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; } @@ -380,11 +390,15 @@ hr {clear:both;} padding:0; /*border: 1px solid red;*/ top: 30%; - right:34%; - width:10%; - left:56%; + right:37.5%; + left:56.5%; height:40%; z-index:30; +} +.vorbehalt2{ + left:56%; + right:34%; + width:10%; text-align:right; } @@ -409,15 +423,12 @@ hr {clear:both;} padding:0; /*border: 1px solid red;*/ bottom: 0%; - left:45%; - right:45%; + left:47%; + right:47%; height: 40%; z-index:30; - width:10%; - height: 3em; - text-align:center; } -.tricks div div.card3 .score{ +.tricks div div.card3 .score, .vorbehalt3{ left:45%; right:45%; width:10%; -- 2.25.1