Fixed display issues for alert messages and date time form elements

This commit is contained in:
manolobevia 2011-12-01 21:56:08 +00:00
parent 7ab253eb94
commit 58d60936f0
2 changed files with 3 additions and 2 deletions

View file

@ -25,7 +25,7 @@
color: #900; color: #900;
padding: 10px; padding: 10px;
margin-bottom: 5px; margin-bottom: 5px;
height: 30px; height: auto;
} }
#error-alert img { #error-alert img {
float:left; float:left;

View file

@ -206,6 +206,7 @@ span.controls {
} }
select[name="roleActivityType"], select[name="roleActivityType"],
input[name="startField-year"], input[name="startField-year"],
input[name="endField-year"] { input[name="endField-year"],
input[name="dateTimeField-year"] {
vertical-align: middle; vertical-align: middle;
} }