aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
Diffstat (limited to 'p')
-rw-r--r--p/themes/BlueLagoon/template.css3
-rw-r--r--p/themes/base-theme/template.css1
2 files changed, 3 insertions, 1 deletions
diff --git a/p/themes/BlueLagoon/template.css b/p/themes/BlueLagoon/template.css
index 8c1a4ed21..4bc0fb735 100644
--- a/p/themes/BlueLagoon/template.css
+++ b/p/themes/BlueLagoon/template.css
@@ -2,7 +2,7 @@
/*=== GENERAL */
/*============*/
-html, body {
+html, body {
margin: 0;
padding: 0;
font-size: 92%;
@@ -79,6 +79,7 @@ textarea {
input, select, textarea {
display: inline-block;
max-width: 100%;
+ font-size: 0.8rem;
}
input[type="radio"],
input[type="checkbox"] {
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index d7ae7be51..277bb61b2 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -88,6 +88,7 @@ input.extend:focus {
input, select, textarea {
display: inline-block;
max-width: 100%;
+ font-size: 0.8rem;
}
input[type="radio"],
input[type="checkbox"] {