Css
This commit is contained in:
parent
fc50fcd59e
commit
857bb6c6ee
@ -996,9 +996,14 @@ select.selectarrowonleft option {
|
|||||||
width: 95%;
|
width: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
padding-top: 4px;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
input, input[type=text], input[type=password], select, textarea {
|
input, input[type=text], input[type=password], select, textarea {
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
min-height: 1.4em;
|
font-size: <?php print $fontsize+3; ?>px;
|
||||||
|
/* min-height: 1.4em; */
|
||||||
/* line-height: 1.4em; */
|
/* line-height: 1.4em; */
|
||||||
/* padding: .4em .1em; */
|
/* padding: .4em .1em; */
|
||||||
/* border-bottom: 1px solid #BBB; */
|
/* border-bottom: 1px solid #BBB; */
|
||||||
|
|||||||
@ -985,10 +985,15 @@ select.selectarrowonleft option {
|
|||||||
width: 95%;
|
width: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
padding-top: 4px;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
input, input[type=text], input[type=password], select, textarea {
|
input, input[type=text], input[type=password], select, textarea {
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
min-height: 1.4em;
|
min-height: 1.4em;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
|
font-size: <?php print $fontsize+3; ?>px;
|
||||||
/* padding: .4em .1em; */
|
/* padding: .4em .1em; */
|
||||||
/* border-bottom: 1px solid #BBB; */
|
/* border-bottom: 1px solid #BBB; */
|
||||||
/* max-width: inherit; why this */
|
/* max-width: inherit; why this */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user