mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 23:34:48 -04:00
Further refine projects system
This commit is contained in:
parent
2449de6f6c
commit
5782d6ca7d
20 changed files with 307 additions and 94 deletions
|
@ -12,15 +12,16 @@
|
|||
grid-column-start: 1;
|
||||
}
|
||||
|
||||
h2 + table.projects{
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
table.projects thead{
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
table.data-table .status,
|
||||
table.data-table .producer{
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
table.data-table{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.data-table td.status.stalled{
|
||||
background: #861d1d !important; /* Override hover backgound color */
|
||||
color: #ffffff;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue