Merge pull request #408 from amire80/px2em
Change font-size unit from px to em
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
|
|
||||||
/* There are two input boxes. This class applies to both of them */
|
/* There are two input boxes. This class applies to both of them */
|
||||||
.uls-filterinput {
|
.uls-filterinput {
|
||||||
font-size: 16px;
|
font-size: 1.143em;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/* For the custom clear (X) icon */
|
/* For the custom clear (X) icon */
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
.uls-lcd-region-title {
|
.uls-lcd-region-title {
|
||||||
color: #555;
|
color: #555;
|
||||||
font-size: 14px;
|
font-size: 1em;
|
||||||
padding-left: 28px;
|
padding-left: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #36c;
|
color: #36c;
|
||||||
font-size: 14px;
|
font-size: 1em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
@@ -119,7 +119,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.uls-no-results-found-title {
|
.uls-no-results-found-title {
|
||||||
font-size: 16px;
|
font-size: 1.143em;
|
||||||
padding: 0 16px 0 28px;
|
padding: 0 16px 0 28px;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 1.6em;
|
margin-top: 1.6em;
|
||||||
line-height: 1.6em;
|
line-height: 1.6;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.uls-mobile .uls-language-block a {
|
.uls-mobile .uls-language-block a {
|
||||||
font-size: 16px;
|
font-size: 1.143em;
|
||||||
line-height: 1.7em;
|
line-height: 1.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user