Alignment of the numbers is a little off in Firefox for navigate to specific page #191

This commit is contained in:
Eugenio Romano
2016-06-27 12:07:43 +01:00
parent b97217dcd4
commit b293183362
2 changed files with 14 additions and 11 deletions

View File

@@ -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 {