From e5be1e88daab5b9c722e6970c480ec250bed6fbf Mon Sep 17 00:00:00 2001 From: Andrey Ponomarenko Date: Fri, 21 Aug 2015 22:11:30 +0300 Subject: Fixed CSS styles of the report. --- modules/Internals/Styles/CmpSystems.css | 2 +- modules/Internals/Styles/Report.css | 3 ++- modules/Internals/Styles/SymbolsList.css | 3 ++- modules/Internals/Styles/Tabs.css | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) (limited to 'modules/Internals/Styles') diff --git a/modules/Internals/Styles/CmpSystems.css b/modules/Internals/Styles/CmpSystems.css index e4b4e5a..ed8b1cb 100644 --- a/modules/Internals/Styles/CmpSystems.css +++ b/modules/Internals/Styles/CmpSystems.css @@ -1,7 +1,7 @@ body { font-family:Arial, sans-serif; font-size:14px; - background:#FFFFFF; + background-color:White; color:Black; } hr { diff --git a/modules/Internals/Styles/Report.css b/modules/Internals/Styles/Report.css index c5987fb..56e4119 100644 --- a/modules/Internals/Styles/Report.css +++ b/modules/Internals/Styles/Report.css @@ -1,5 +1,6 @@ body { font-family:Arial, sans-serif; + background-color:White; color:Black; } hr { @@ -106,7 +107,7 @@ div.affected { table.ptable { border-collapse:collapse; border:1px outset black; - line-height:16px; + line-height:1em; margin-left:15px; margin-top:3px; margin-bottom:3px; diff --git a/modules/Internals/Styles/SymbolsList.css b/modules/Internals/Styles/SymbolsList.css index 2f1e05b..8e61a9a 100644 --- a/modules/Internals/Styles/SymbolsList.css +++ b/modules/Internals/Styles/SymbolsList.css @@ -1,7 +1,8 @@ body { font-family:Arial, sans-serif; - color:Black; font-size:14px; + background-color:White; + color:Black; } hr { color:Black; diff --git a/modules/Internals/Styles/Tabs.css b/modules/Internals/Styles/Tabs.css index d982edd..7875919 100644 --- a/modules/Internals/Styles/Tabs.css +++ b/modules/Internals/Styles/Tabs.css @@ -7,7 +7,7 @@ a.tab { margin:0px 5px -1px 0px; padding:3px 5px 3px 5px; position:relative; - font-size:14px; + font-size:0.875em; background-color:#DDD; text-decoration:none; color:Black; -- cgit v1.2.3