This commit is contained in:
Laurent Destailleur 2018-03-21 10:53:15 +01:00
parent fc50fcd59e
commit 857bb6c6ee
2 changed files with 11 additions and 1 deletions

View File

@ -996,9 +996,14 @@ select.selectarrowonleft option {
width: 95%;
}
select {
padding-top: 4px;
padding-bottom: 5px;
}
input, input[type=text], input[type=password], select, textarea {
min-width: 20px;
min-height: 1.4em;
font-size: <?php print $fontsize+3; ?>px;
/* min-height: 1.4em; */
/* line-height: 1.4em; */
/* padding: .4em .1em; */
/* border-bottom: 1px solid #BBB; */

View File

@ -985,10 +985,15 @@ select.selectarrowonleft option {
width: 95%;
}
select {
padding-top: 4px;
padding-bottom: 5px;
}
input, input[type=text], input[type=password], select, textarea {
min-width: 20px;
min-height: 1.4em;
line-height: 1.4em;
font-size: <?php print $fontsize+3; ?>px;
/* padding: .4em .1em; */
/* border-bottom: 1px solid #BBB; */
/* max-width: inherit; why this */