mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 07:14:59 -04:00
Add projects index page, and more detail on placeholder pages
This commit is contained in:
parent
fe5bb8ed48
commit
c7a4e34e31
15 changed files with 211 additions and 59 deletions
|
@ -11,3 +11,16 @@
|
|||
.project-form label:has(input[name="project-manager-user-id"]){
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue