mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
IE6 ui fixes for calendar in search filters (positioning and when sidebar is expanded)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@70141 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
2de95e67b2
commit
5afb5388bc
@ -18,10 +18,15 @@
|
||||
.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