silverstripe-framework/css/CalendarDateField.css
Andrew O'Neil 60f75c5ca4 Merged changes from 2.3 branch
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@71172 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-02-01 23:49:53 +00:00

37 lines
469 B
CSS
Executable File

#right form .calendardate, .calendardate {
position: relative;
}
#right form .calendardate input, .calendardate input {
width: 8em;
}
.calendardate .calendar table {
width: 200px;
}
#SiteTreeFilterDate {
width: 68px;
}
.calendardate img {
position: relative;
top: 2px;
cursor: pointer;
}
.calendarpopup {
position: absolute;
left: 9em;
_left: 1.3em;
top: -0.15em;
_top: 4em;
display: none;
z-index: 2;
}
.calendarpopup.focused {
display: block;
}