mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-23 11:17:02 -04:00
tweak dashboard UI css
This commit is contained in:
parent
f5727c7da2
commit
f65c2b40f8
1 changed files with 11 additions and 2 deletions
|
@ -34,8 +34,9 @@
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
.scroll-area {
|
.scroll-area {
|
||||||
height: 800px;
|
/*height: 800px;
|
||||||
overflow-y: auto;
|
overflow-y: scroll; */
|
||||||
|
height: auto;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
@ -68,6 +69,14 @@
|
||||||
background-color: #f44336;
|
background-color: #f44336;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.badge-succeeded {
|
||||||
|
background-color: #666;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.badge-sealed {
|
||||||
|
background-color: #666;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
.date {
|
.date {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue