Patch #43876 ยป redmine-form-input-height.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 615 | 615 |
.splitcontenttop {flex: 2; flex-basis: 100%;}
|
| 616 | 616 | |
| 617 | 617 |
form {display: inline;}
|
| 618 |
input, select, button {vertical-align: middle; margin-top: 1px; margin-bottom: 1px; height: 24px; padding: 0 7px;}
|
|
| 618 |
input, select, button {vertical-align: middle; margin-top: 1px; margin-bottom: 1px; padding: 4px 7px;}
|
|
| 619 | 619 |
input, select, textarea, button { color: #333; background-color: #fff; border:1px solid #ccc; border-radius:3px; box-sizing: border-box;}
|
| 620 | 620 |
select {
|
| 621 | 621 |
-webkit-appearance: none; |