mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Calendar And time popup position changes
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44318 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
1b9a6f4144
commit
fba79779dc
@ -17,7 +17,7 @@
|
||||
|
||||
.calendarpopup {
|
||||
position: absolute;
|
||||
left: 10em;
|
||||
left: 13.6em;
|
||||
top: -0.15em;
|
||||
display: none;
|
||||
z-index: 2;
|
||||
|
@ -30,8 +30,8 @@
|
||||
|
||||
.dropdownpopup {
|
||||
position: absolute;
|
||||
left: 10.2em;
|
||||
top: 0;
|
||||
left: 13.8em;
|
||||
top: 0.1em;
|
||||
display: none;
|
||||
z-index: 2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user