Set the height value greater on select fields - 2

This commit is contained in:
Marc Ducobu 2014-11-18 14:02:57 +01:00
parent c53d35d5b6
commit a9ee1f8344
2 changed files with 3 additions and 3 deletions

View File

@ -3447,8 +3447,8 @@ input[type="file"] {
select {
margin-bottom: 0.75em;
padding-top: 0.5em 0.5em;
padding-bottom: 0.5em 0.5em;
padding-top: 0.5em;
padding-bottom: 0.5em;
width: 100%; }
form p.tip {

File diff suppressed because one or more lines are too long