mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
658439b804
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@96725 467b73ca-7a2a-4603-9d3b-597d59a354a9
21 lines
267 B
CSS
21 lines
267 B
CSS
.popupdatetime ul {
|
|
list-style:none;
|
|
padding-left:0;
|
|
font-size:1em;
|
|
}
|
|
|
|
.popupdatetime ul li {
|
|
display:inline;
|
|
}
|
|
|
|
.popupdatetime ul li .calendarpopup {
|
|
top: 2em;
|
|
left: -1px;
|
|
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.popupdatetime ul li .dropdownpopup {
|
|
top: 2em;
|
|
left: -1px;
|
|
} |