mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Alignment of the numbers is a little off in Firefox for navigate to specific page #191
This commit is contained in:
@@ -58,26 +58,28 @@
|
||||
border: none;
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
font-family: "Helvetica","Arial",sans-serif;
|
||||
padding: 4px 0;
|
||||
background: 0 0;
|
||||
text-align: right;
|
||||
color: inherit;
|
||||
width: 33px;
|
||||
margin-right: 4px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.viewer-total-pages {
|
||||
margin-right: 22px;
|
||||
border: none;
|
||||
display: block;
|
||||
border: medium none;
|
||||
display: flex;
|
||||
font-size: 16px;
|
||||
font-family: "Helvetica","Arial",sans-serif;
|
||||
margin: 0;
|
||||
padding: 3px 0;
|
||||
background: 0 0;
|
||||
text-align: left;
|
||||
padding: 4px 0px;
|
||||
background: transparent none repeat scroll 0px 0px;
|
||||
text-align: right;
|
||||
color: inherit;
|
||||
width: 33px;
|
||||
margin-right: 4px;
|
||||
height: 20px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.viewer-page-counter {
|
||||
|
Reference in New Issue
Block a user