Add the Policy page for the details of a policy score

This commit is contained in:
Gaël Métais
2014-12-22 16:25:16 +01:00
parent cb20075599
commit 3c22cd216c
13 changed files with 372 additions and 155 deletions
-72
View File
@@ -1,53 +1,9 @@
.resultsMenu {
margin-top: 2em;
}
.resultsMenu .menuItem {
display: inline-block;
margin: 1em;
width: 8em;
height: 7em;
color: #fff;
border: 3px solid #fff;
border-radius: 0.5em;
cursor: pointer;
text-decoration: none;
}
.resultsMenu .back {
color: #5e2846;
border-color: #5e2846;
}
.resultsMenu .menuItem div {
padding-top: 0.5em;
font-size: 3em;
}
.resultsMenu .active,
.resultsMenu .menuItem.active:hover {
color: #ffa319;
border-color: #ffa319;
}
.resultsMenu .menuItem:hover {
color: #ffa319;
}
.resultsMenu span {
position: relative;
top: 0.5em;
}
.testedUrl {
color: inherit;
}
h4 {
margin-bottom: 0.5em;
}
.summary,
.metrics,
.execution {
margin-top: 2em;
padding: 1em;
background: #fff;
color: #000;
border-radius: 0.5em;
text-align: left;
}
.notations {
display: table;
width: 80%;
@@ -100,34 +56,6 @@ h4 {
margin: 0 auto;
border-radius: 0.5em;
}
.notations .A {
/* green */
background: #0C4;
}
.notations .B {
/* green */
background: #CD0;
}
.notations .C {
/* yellow */
background: #FD2;
}
.notations .D {
/* orange */
background: #FA2;
}
.notations .E {
/* red */
background: #F60;
}
.notations .F {
/* red */
background: #F22;
}
.notations .NA {
/* Non applicable */
background: #CCC;
}
.notations .criteria .table {
width: 100%;
}