Eugenio Romano 2060982ec7 #68 add page moving and input param
tslint rule withespace type
2016-05-24 00:17:21 +01:00

32 lines
365 B
CSS

.button-container {
padding: 0 40px;
}
.page-content {
background: #3E3E3E;
}
.previous-page-button {
top: 50%;
left: 7%;
position: fixed;
}
.next-page-button {
top: 50%;
right: 7%;
position: fixed;
}
.left {
float: left;
}
#viewer-toolbar-pagination {
margin-left: 25%;
}
#viewer-pagenumber-input {
width: 30px;
}