silverstripe-framework/css/PopupDateTimeField.css
Sean Harvey ae89c56d7a MINOR Calendar displays underneath the time input field in IE, added padding to move the calendar out of the way (from r82988)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89725 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-10-21 02:34:54 +00:00

18 lines
245 B
CSS

.popupdatetime ul {
list-style:none;
padding-left:0;
font-size:1em;
}
.popupdatetime ul li {
display:inline;
}
.popupdatetime ul li .calendarpopup {
top: -0.7em;
padding-top: 30px;
}
.popupdatetime ul li .dropdownpopup {
top: -0.5em;
}