mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Removed unused css/CalendarDateField.css
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@92515 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
2fc966cc44
commit
df1766b7f5
@ -1,36 +0,0 @@
|
|||||||
#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;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user