11 lines
155 B
CSS
11 lines
155 B
CSS
|
|
.field.date .middleColumn input.text,
|
|
.dropdowntime input.text
|
|
{
|
|
width: 100px !important;
|
|
}
|
|
|
|
.dropdowntime select
|
|
{
|
|
max-height: 25px !important;
|
|
} |