From 13be5de4625e9523651dbbcebce93afa185ad47c Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Thu, 11 Sep 2014 11:55:16 +0100 Subject: [PATCH] Fix/improve CSS colors and layout --- zxingorg/src/web/w/decoderesult.jspx | 9 ++++----- zxingorg/src/web/w/style.css | 7 +++++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/zxingorg/src/web/w/decoderesult.jspx b/zxingorg/src/web/w/decoderesult.jspx index 9e9159c2e..b668c196d 100644 --- a/zxingorg/src/web/w/decoderesult.jspx +++ b/zxingorg/src/web/w/decoderesult.jspx @@ -68,14 +68,14 @@ displayResult = XmlEscapers.xmlContentEscaper().escape(displayResult); } - +
- + - + @@ -87,10 +87,9 @@ - +
Raw text
text
text
Raw bytes
rawBytesString
rawBytesString
Barcode format
Parsed Result
displayResult
displayResult
-
} diff --git a/zxingorg/src/web/w/style.css b/zxingorg/src/web/w/style.css index e2e6dde87..0cdb6ec42 100644 --- a/zxingorg/src/web/w/style.css +++ b/zxingorg/src/web/w/style.css @@ -3,5 +3,8 @@ body,th,td,p{font-family:Arial,sans-serif} div#main{width:800px;text-align:left;border:0;padding:0;margin:0 auto} td{vertical-align:top} table#upload td{padding:12px;height:30px;background-color:#dde3e9} -#header{background-color:#dde3e9;border-bottom:1px solid #f2f7fc} -#header h1{font-size:24px;padding:12px;border-bottom:1px solid #c8d0d9} +table#result{width:100%} +table#result td{background-color:#dde3e9} +table#result pre{margin:0} +#header{background-color:#dde3e9;border-bottom:1px solid #dde3e9} +#header h1{font-size:24px;padding:12px;margin:0}