🎨 Mise en valeur du contenu (résultats) par rapport aux titres
parent
7b861ffc86
commit
57700d85db
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue