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:
Romain Louis 2007-11-06 01:36:46 +00:00
parent 1b9a6f4144
commit fba79779dc
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
.calendarpopup {
position: absolute;
left: 10em;
left: 13.6em;
top: -0.15em;
display: none;
z-index: 2;

View File

@ -30,8 +30,8 @@
.dropdownpopup {
position: absolute;
left: 10.2em;
top: 0;
left: 13.8em;
top: 0.1em;
display: none;
z-index: 2;
}