mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
60f75c5ca4
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@71172 467b73ca-7a2a-4603-9d3b-597d59a354a9
37 lines
469 B
CSS
Executable File
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;
|
|
}
|