Fixed display issues for alert messages and date time form elements
This commit is contained in:
parent
7ab253eb94
commit
58d60936f0
2 changed files with 3 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
color: #900;
|
||||
padding: 10px;
|
||||
margin-bottom: 5px;
|
||||
height: 30px;
|
||||
height: auto;
|
||||
}
|
||||
#error-alert img {
|
||||
float:left;
|
||||
|
|
|
@ -206,6 +206,7 @@ span.controls {
|
|||
}
|
||||
select[name="roleActivityType"],
|
||||
input[name="startField-year"],
|
||||
input[name="endField-year"] {
|
||||
input[name="endField-year"],
|
||||
input[name="dateTimeField-year"] {
|
||||
vertical-align: middle;
|
||||
}
|
Loading…
Add table
Reference in a new issue