mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
API CHANGE: Moved popupdatetimefields to pop up below the text field instead of next to the icon. (from r89914) (from r96725)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102347 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
d89552485e
commit
4a82105d40
@ -9,10 +9,13 @@
|
||||
}
|
||||
|
||||
.popupdatetime ul li .calendarpopup {
|
||||
top: -0.7em;
|
||||
top: 2em;
|
||||
left: -1px;
|
||||
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.popupdatetime ul li .dropdownpopup {
|
||||
top: -0.5em;
|
||||
top: 2em;
|
||||
left: -1px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user