diff --git a/css/jquery.uls.css b/css/jquery.uls.css index ace031d..796d81d 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -76,7 +76,7 @@ /* There are two input boxes. This class applies to both of them */ .uls-filterinput { - font-size: 16px; + font-size: 1.2em; height: 32px; width: 100%; /* For the custom clear (X) icon */ diff --git a/css/jquery.uls.lcd.css b/css/jquery.uls.lcd.css index 0154b9b..f8c550b 100644 --- a/css/jquery.uls.lcd.css +++ b/css/jquery.uls.lcd.css @@ -19,7 +19,7 @@ .uls-lcd-region-title { color: #555; - font-size: 14px; + font-size: 1em; padding-left: 28px; } @@ -91,7 +91,7 @@ cursor: pointer; text-decoration: none; color: #36c; - font-size: 14px; + font-size: 1em; display: inline-block; width: 100%; overflow-x: hidden; @@ -119,7 +119,7 @@ } .uls-no-results-found-title { - font-size: 16px; + font-size: 1.2em; padding: 0 16px 0 28px; margin: 20px 0; border-bottom: 0; diff --git a/css/jquery.uls.mobile.css b/css/jquery.uls.mobile.css index 76ab0bd..ca80a97 100644 --- a/css/jquery.uls.mobile.css +++ b/css/jquery.uls.mobile.css @@ -18,7 +18,7 @@ } .uls-mobile .uls-language-block a { - font-size: 16px; + font-size: 1.2em; line-height: 1.7em; }