🎨 Mise en valeur du contenu (résultats) par rapport aux titres

pull/138/head
mama 2017-11-24 11:29:53 +01:00
parent 7b861ffc86
commit 57700d85db
3 changed files with 10 additions and 5 deletions

View File

@ -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;

View File

@ -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;
}

View File

@ -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;