aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-05-28 02:19:33 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-05-28 02:19:33 +0200
commitd2f65e6986a4b2203355e258b35c83716ad904bb (patch)
tree98796356fb297099f4447a25f1cdd30781c0182f /p/themes/base-theme/template.css
parent56cd0bfa067db050de9d7e42df1808b9ba6d1ed3 (diff)
font-size for input
Diffstat (limited to 'p/themes/base-theme/template.css')
-rw-r--r--p/themes/base-theme/template.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 288dc34ce..277bb61b2 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -88,7 +88,7 @@ input.extend:focus {
input, select, textarea {
display: inline-block;
max-width: 100%;
- font-size: initial;
+ font-size: 0.8rem;
}
input[type="radio"],
input[type="checkbox"] {
@@ -346,7 +346,7 @@ a.btn {
/*=== Tree */
.tree {
margin: 0;
- padding: 0;
+ padding: 0 0 15em 0;
list-style: none;
text-align: left;
}