Added label search and pages
This commit is contained in:
parent
78ed396c36
commit
e6b69eb7b4
7 changed files with 130 additions and 39 deletions
|
@ -31,4 +31,44 @@ a.grid-item {
|
|||
|
||||
div.clickable:hover {
|
||||
background: lightgrey;
|
||||
}
|
||||
|
||||
div.pageselect {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr max-content 1fr;
|
||||
margin: 1em auto;
|
||||
}
|
||||
|
||||
div.align-right {
|
||||
display: inline-flex;
|
||||
justify-content: end;
|
||||
}
|
||||
|
||||
div.align-left {
|
||||
display: inline-flex;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
div.pageitem {
|
||||
display: inline-block;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
height: 2em;
|
||||
width: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
.pagebutton {
|
||||
background: lightgrey;
|
||||
font-weight: 600;
|
||||
justify-self: auto;
|
||||
border: none;
|
||||
margin: 0 0.2em;
|
||||
height: 2em;
|
||||
width: 1.5em;
|
||||
}
|
||||
|
||||
input.pagebutton:hover {
|
||||
background: grey;
|
||||
border: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue