dlibrary/dlibrary/static/viewer.css

30 lines
358 B
CSS

html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}
#button-next, #button-prev {
position: fixed;
bottom: 0px;
width: 30vw;
height: 100vh;
}
#button-next {
left: 0px;
}
#button-prev {
right: 0px;
}
#button-back {
position: fixed;
top: 0px;
left: 30vw;
width: 40vw;
height: 20vh;
}