mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 15:24:46 -04:00
Further refine projects system
This commit is contained in:
parent
2449de6f6c
commit
5782d6ca7d
20 changed files with 307 additions and 94 deletions
|
@ -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]{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue