diff options
| author | 2017-05-26 15:57:10 +0200 | |
|---|---|---|
| committer | 2017-05-26 15:57:10 +0200 | |
| commit | c7b79a6527b6d5719a642e4faff0232fc3d021a7 (patch) | |
| tree | c95c4b9e2429be68ae735ebfe57bde3fb42549a4 /p | |
| parent | b49bd3f3378102dc8cfc5986cc3a3f969005f5f1 (diff) | |
fix font-sizes of input fields for exotic browsers
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/base-theme/template.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index d7ae7be51..7bd3b28cd 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: inital; } input[type="radio"], input[type="checkbox"] { @@ -345,7 +346,7 @@ a.btn { /*=== Tree */ .tree { margin: 0; - padding: 0 0 15em 0; + padding: 0; list-style: none; text-align: left; } |
