add td.spacer, decrease overall font-size, vertical-align middle in <th>
This commit is contained in:
parent
d368a20966
commit
2a2c81f125
@ -30,6 +30,7 @@ a, a:hover, a:active, a:visited {
|
||||
text-decoration: none;
|
||||
color: black !important;
|
||||
cursor: default;
|
||||
vertical-align: inherit;
|
||||
}
|
||||
|
||||
a.nav-link:hover {
|
||||
@ -63,14 +64,17 @@ table td {
|
||||
}
|
||||
|
||||
table > thead > tr > th {
|
||||
border-bottom: 2px solid black;
|
||||
border-bottom: 1.7px solid black;
|
||||
background-image: linear-gradient(0, #9fc5e8, white);
|
||||
background-position: 100% 100%;
|
||||
padding: 5px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
table > tbody > tr > td {
|
||||
border: 1px solid gray;
|
||||
text-align: center;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
td > * {
|
||||
@ -106,6 +110,11 @@ td.year-complete {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
td.spacer {
|
||||
border: 0;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
div.ec {
|
||||
color: red;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user