font-size for input

pull/1550/head
Alexandre Alapetite 7 years ago
parent 56cd0bfa06
commit d2f65e6986
  1. 3
      p/themes/BlueLagoon/template.css
  2. 4
      p/themes/base-theme/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"] {

@ -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;
}

Loading…
Cancel
Save