diff --git a/source/components/Results.css b/source/components/Results.css index afba9e53e..10951c6e6 100644 --- a/source/components/Results.css +++ b/source/components/Results.css @@ -24,7 +24,7 @@ #toSimulation i { margin-right: .6em; } - +/* results h2 defined in conversation.css */ #results h2 span { font-size: 70%; margin: 0 .6em @@ -32,7 +32,7 @@ #results .edit { position: absolute; - top: 1.3em; + top: 1em; right: 1em; vertical-align: middle; diff --git a/source/components/conversation/conversation.css b/source/components/conversation/conversation.css index 8e3fadb6a..f910d0708 100644 --- a/source/components/conversation/conversation.css +++ b/source/components/conversation/conversation.css @@ -29,9 +29,9 @@ #conversation h2, #results h2 { margin: .6em; - font-weight: 600; + font-weight: 400; text-align: left; - font-size: 110%; + font-size: 95%; display: inline-block; } diff --git a/source/components/rule/RuleValueVignette.css b/source/components/rule/RuleValueVignette.css index 58c462467..3cf7c387a 100644 --- a/source/components/rule/RuleValueVignette.css +++ b/source/components/rule/RuleValueVignette.css @@ -14,12 +14,17 @@ .RuleValueVignette .rule-box > span { display: inline-block; } - +.RuleValueVignette .rule-name { + font-weight: 600; + font-size: 105%; +} .RuleValueVignette .rule-value { transition: background .8s; + font-size: 105%; } .RuleValueVignette .rule-value .unsatisfied { font-style: italic; + font-size: 85%; } .RuleValueVignette .rule-value .irrelevant { font-style: normal;