10 lines
157 B
CSS
Executable file
10 lines
157 B
CSS
Executable file
select[name="days"],
|
|
select[name="month"],
|
|
select[name="years"],
|
|
select[name="hours"],
|
|
select[name="minutes"]
|
|
{
|
|
max-width: 70px;
|
|
display: inline-block;
|
|
}
|
|
|