add css
This commit is contained in:
parent
223cfd2ab7
commit
54da885878
1 changed files with 19 additions and 0 deletions
19
static/css/pdfvideo.css
Normal file
19
static/css/pdfvideo.css
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
.button {
|
||||||
|
position: absolute;
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
padding: 4px;
|
||||||
|
border: 2px solid rgb(255, 255, 255);
|
||||||
|
border-radius: 16px;
|
||||||
|
}
|
||||||
|
.playButton {
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
.editButton {
|
||||||
|
right: 8px;
|
||||||
|
bottom: 8px;
|
||||||
|
}
|
Loading…
Reference in a new issue