mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 13:24:48 -04:00
Add 'awaiting review' and 'reviewed' project statuses that update from GitHub; allow project owners to update their project statuses
This commit is contained in:
parent
b48f3a5798
commit
6378d687d8
12 changed files with 204 additions and 21 deletions
|
@ -1927,7 +1927,7 @@ label:has(select) > span + span:last-child{
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
label:has(select) > span + span:last-child::after{
|
||||
label:has(select) > span:has(select)::after{
|
||||
display: block;
|
||||
font-style: normal;
|
||||
position: absolute;
|
||||
|
@ -2227,6 +2227,15 @@ main nav.pagination ol li.highlighted:nth-last-child(2)::after{
|
|||
display: none;
|
||||
}
|
||||
|
||||
.single-line-form{
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.single-line-form button{
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.has-hero hgroup{
|
||||
padding: 2rem 0 1.75rem 0;
|
||||
display: flex;
|
||||
|
@ -3786,6 +3795,14 @@ a.patron-selection:any-link:hover{
|
|||
gap: 0;
|
||||
padding: .5rem .75rem;
|
||||
}
|
||||
|
||||
table.admin-table .single-line-form{
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
table.admin-table .single-line-form button{
|
||||
align-self: flex-end;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: 680px){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue