mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
31fed60066
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44225 467b73ca-7a2a-4603-9d3b-597d59a354a9
17 lines
226 B
CSS
17 lines
226 B
CSS
.popupdatetime ul {
|
|
list-style:none;
|
|
padding-left:0;
|
|
font-size:1em;
|
|
}
|
|
|
|
.popupdatetime ul li {
|
|
display:inline;
|
|
}
|
|
|
|
.popupdatetime ul li .calendarpopup {
|
|
top: -0.4em;
|
|
}
|
|
|
|
.popupdatetime ul li .dropdownpopup {
|
|
top: -0.25em;
|
|
} |