Просмотр исходного кода

fix the height of select (#3727)

* fix the height of select

* better fix
maTh 4 лет назад
Родитель
Сommit
3d12c2809f
2 измененных файлов с 2 добавлено и 6 удалено
  1. 1 3
      p/themes/Origine/origine.css
  2. 1 3
      p/themes/Origine/origine.rtl.css

+ 1 - 3
p/themes/Origine/origine.css

@@ -34,14 +34,12 @@ textarea {
 }
 
 input, select, textarea {
-	padding: 5px;
+	padding: 7px;
 	background: #fdfdfd;
 	color: #666;
 	border: 1px solid #bbb;
 	border-radius: 3px;
 	box-shadow: 0 2px 2px #eee inset;
-	min-height: 25px;
-	line-height: 25px;
 	vertical-align: middle;
 }
 

+ 1 - 3
p/themes/Origine/origine.rtl.css

@@ -34,14 +34,12 @@ textarea {
 }
 
 input, select, textarea {
-	padding: 5px;
+	padding: 7px;
 	background: #fdfdfd;
 	color: #666;
 	border: 1px solid #bbb;
 	border-radius: 3px;
 	box-shadow: 0 2px 2px #eee inset;
-	min-height: 25px;
-	line-height: 25px;
 	vertical-align: middle;
 }