|
@@ -94,8 +94,7 @@ h4 {
|
|
height: 1em;
|
|
height: 1em;
|
|
font-size: 1em;
|
|
font-size: 1em;
|
|
color: transparent;
|
|
color: transparent;
|
|
- position: relative;
|
|
|
|
- top: 0.15em;
|
|
|
|
|
|
+ margin: 0 auto;
|
|
}
|
|
}
|
|
.notations .A {
|
|
.notations .A {
|
|
/* green */
|
|
/* green */
|
|
@@ -134,6 +133,9 @@ h4 {
|
|
}
|
|
}
|
|
.notations .criteria .grade {
|
|
.notations .criteria .grade {
|
|
width: 10%;
|
|
width: 10%;
|
|
|
|
+ padding-left: 0.5em;
|
|
|
|
+ padding-right: 0.5em;
|
|
|
|
+ vertical-align: middle;
|
|
}
|
|
}
|
|
.notations .criteria .label {
|
|
.notations .criteria .label {
|
|
width: 70%;
|
|
width: 70%;
|
|
@@ -143,6 +145,7 @@ h4 {
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
+ vertical-align: middle;
|
|
}
|
|
}
|
|
.notations .warning .label,
|
|
.notations .warning .label,
|
|
.notations .warning .result {
|
|
.notations .warning .result {
|