Explorar o código

fix font-sizes of input fields for exotic browsers

mszkb %!s(int64=8) %!d(string=hai) anos
pai
achega
c7b79a6527
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      p/themes/base-theme/template.css

+ 2 - 1
p/themes/base-theme/template.css

@@ -88,6 +88,7 @@ input.extend:focus {
 input, select, textarea {
 input, select, textarea {
 	display: inline-block;
 	display: inline-block;
 	max-width: 100%;
 	max-width: 100%;
+	font-size: inital;
 }
 }
 input[type="radio"],
 input[type="radio"],
 input[type="checkbox"] {
 input[type="checkbox"] {
@@ -345,7 +346,7 @@ a.btn {
 /*=== Tree */
 /*=== Tree */
 .tree {
 .tree {
 	margin: 0;
 	margin: 0;
-	padding: 0 0 15em 0;
+	padding: 0;
 	list-style: none;
 	list-style: none;
 	text-align: left;
 	text-align: left;
 }
 }