Further refine projects system

This commit is contained in:
Alex Cabal 2024-12-15 22:44:31 -06:00
parent 2449de6f6c
commit 5782d6ca7d
20 changed files with 307 additions and 94 deletions

View file

@ -749,6 +749,16 @@ ul.message.error > li + li{
padding-top: 2rem;
}
.data-table td:first-child,
.data-table th:first-child{
padding-left: 0;
}
.data-table td:last-child,
.data-table th:last-child{
padding-left: 0;
}
.data-table td,
.data-table th{
padding: .25rem .5rem;
@ -3293,6 +3303,20 @@ table.admin-table td + td{
width: 100%;
}
.empty-notice{
text-align: center;
font-style: italic;
}
nav.breadcrumbs{
font-style: italic;
margin-top: 1rem;
}
nav.breadcrumbs + h1{
margin-top: 0;
}
@media (hover: none) and (pointer: coarse){ /* target ipads and smartphones without a mouse */
/* For iPad, unset the height so it matches the other elements */
select[multiple]{