diff --git a/src/main/webapp/ReportGenerator.css b/src/main/webapp/ReportGenerator.css index 1ebc37c..9b66cd7 100644 --- a/src/main/webapp/ReportGenerator.css +++ b/src/main/webapp/ReportGenerator.css @@ -66,6 +66,8 @@ tableBorder td { .wpFlow { border: none; margin-left: 20px; + padding-left: 44px; + background-color: #e3e8f3; } .highlight_background { @@ -188,10 +190,11 @@ tableBorder td { } .attributeArea { + margin-top: 5px; background-image: url(images/attribute_area.png); background-repeat: no-repeat; padding-left: 20px; - border: 1px dashed #CCC; + border: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: Blue; @@ -214,9 +217,10 @@ tableBorder td { font-family: "Courier New", Courier, monospace; font-size: 11px; color: #666; - height: 20px; - padding-left: 20px; - padding-top: 8px; + height: 16px; + padding-left: 25px; + padding-top: 5px; + overflow:auto; } .gridAttribute {