"tontonTh approved"
This commit is contained in:
parent
bf1e2cc970
commit
577a62d80d
BIN
static/images/seal.jpg
Normal file
BIN
static/images/seal.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
BIN
static/images/seal.png
Normal file
BIN
static/images/seal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
BIN
static/images/tth_approved.png
Normal file
BIN
static/images/tth_approved.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
@ -25,4 +25,5 @@
|
|||||||
--trash_icon: url(/static/images/trash.png);
|
--trash_icon: url(/static/images/trash.png);
|
||||||
--upload_icon: url(/static/images/upload.png);
|
--upload_icon: url(/static/images/upload.png);
|
||||||
--print_icon: url(/static/images/print.png);
|
--print_icon: url(/static/images/print.png);
|
||||||
|
--seal_img: url(/static/images/seal.png);
|
||||||
}
|
}
|
||||||
|
@ -48,10 +48,13 @@ main > section.inline > article.right {
|
|||||||
|
|
||||||
div.content > nav.vertical {
|
div.content > nav.vertical {
|
||||||
flex: 0 0 200px;
|
flex: 0 0 200px;
|
||||||
background-color: var(--clear-bg);
|
|
||||||
border-right-color: var(--mid-bg);
|
border-right-color: var(--mid-bg);
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
border-right-width: 1px;
|
border-right-width: 1px;
|
||||||
|
background: var(--seal_img);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: left 200px;
|
||||||
|
background-color: var(--clear-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.content > nav.vertical {
|
div.content > nav.vertical {
|
||||||
|
Loading…
Reference in New Issue
Block a user