From 7efe74899eb577d1fc7122f4dd84901fb32e3fdf Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 23 Nov 2011 12:17:06 +0100 Subject: [PATCH] Fix the double 60% on field list with links. Remove the vertical-align since it works opposite on urls --- www/iphone/UiUIKit/stylesheets/iphone.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/www/iphone/UiUIKit/stylesheets/iphone.css b/www/iphone/UiUIKit/stylesheets/iphone.css index fdcd647..e2136ee 100644 --- a/www/iphone/UiUIKit/stylesheets/iphone.css +++ b/www/iphone/UiUIKit/stylesheets/iphone.css @@ -748,19 +748,23 @@ padding: 0; } + ul.field li span { + display: inline-block; + } + ul.field li a { font-size: 13px; /* line-height: 18px; */ overflow: visible; white-space: normal; display: inline-block; - width: 60%; + width: 100%; padding: 0; margin: 0 0 0 0; - vertical-align: top; + /*vertical-align: top;*/ } - ul.field li big, ul.field li big a { + ul.field li big { font-size: 13px; /* line-height: 18px; */ /* font-weight: bold; */ @@ -770,11 +774,6 @@ width: 60%; } - - - - - ul.field li small { font-size: 13px; font-weight: bold -- 1.7.10.4