mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
32 lines
365 B
CSS
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;
|
|
}
|