mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 03:06:01 +02:00
Make a prettier table to display OT&E check results
We now display the results of each check in addition to the overall result. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=231051913
This commit is contained in:
parent
c6e58d3bff
commit
5272d8ca7f
10 changed files with 182 additions and 105 deletions
|
@ -56,3 +56,29 @@ div#tlds.editing .kd-errormessage {
|
|||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
#ote-results-table {
|
||||
margin-left: 0.5em;
|
||||
margin-top: -5px;
|
||||
border-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.ote-fulfilled {
|
||||
background-color: #9df797;
|
||||
}
|
||||
|
||||
.ote-semifulfilled {
|
||||
background-color: #fcd18e;
|
||||
}
|
||||
|
||||
.ote-unfulfilled {
|
||||
background-color: #ffa9a9;
|
||||
}
|
||||
|
||||
.ote-results-header {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.ote-results-header-cell {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue