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