mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00: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 {
|
.calendarpopup {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 10em;
|
left: 13.6em;
|
||||||
top: -0.15em;
|
top: -0.15em;
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
@ -30,8 +30,8 @@
|
|||||||
|
|
||||||
.dropdownpopup {
|
.dropdownpopup {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 10.2em;
|
left: 13.8em;
|
||||||
top: 0;
|
top: 0.1em;
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user