mirror of
https://shylinux.com/x/volcanos
synced 2025-04-30 10:39:23 +08:00
14 lines
249 B
CSS
14 lines
249 B
CSS
fieldset.input.date div.action div.space {
|
|
clear:both; width:0;
|
|
}
|
|
fieldset.input.date div.output td.last {
|
|
color:gray;
|
|
}
|
|
fieldset.input.date div.output td.next {
|
|
color:gray;
|
|
}
|
|
fieldset.input.date div.output td {
|
|
padding:2px 12px;
|
|
}
|
|
|