[cdd] variation blanche du style des résultats

pull/6/head
Mael Thomas 2017-02-09 15:11:24 +01:00
parent c987f02e5e
commit 35d04dc071
1 changed files with 7 additions and 5 deletions

View File

@ -73,7 +73,8 @@
#sim #results {
padding: .1em;
background: #4A89DC;
background: white;
border-top: 2px solid #333350;
position: fixed;
bottom: 0;
left: 0;
@ -85,15 +86,16 @@
}
#results h2 {
color: #333350;
width: 5em;
display: inline-block;
float: left;
line-height: 1.4em;
line-height: 1.2em;
margin: 0;
margin-left: 1.5em;
padding: .5em;
font-weight: 400;
font-size: 280%;
font-size: 300%;
}
@ -113,10 +115,10 @@
border-radius: 8px;
padding: .6em 2em;
text-align: center;
border: 3px dashed white;
border: 2px solid #333350;
}
#results li.unsatisfied {
border: 3px dashed #4a89dc;
border: 2px dashed #333350;
}
#results li h3 {