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