Merge pull request #193 from eikek/datepicker-position

Fix datepicker position for action input fields
This commit is contained in:
mergify[bot] 2020-07-30 22:16:35 +00:00 committed by GitHub
commit e0b6d31497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -2208,7 +2208,7 @@ item visible. This message will disappear then.
] ]
, Html.map DirDropdownMsg (Comp.Dropdown.view settings model.directionModel) , Html.map DirDropdownMsg (Comp.Dropdown.view settings model.directionModel)
] ]
, div [ class " field" ] , div [ class "field" ]
[ label [] [ label []
[ Icons.dateIcon "grey" [ Icons.dateIcon "grey"
, text "Date" , text "Date"

View File

@ -262,6 +262,12 @@ label span.muted {
From: https://github.com/CurrySoftware/elm-datepicker/blob/3.1.0/css/elm-datepicker.css From: https://github.com/CurrySoftware/elm-datepicker/blob/3.1.0/css/elm-datepicker.css
License: BSD-3-Clause License: BSD-3-Clause
*/ */
.elm-datepicker--container.ui.input .elm-datepicker--picker {
top: 2.7em;
}
.elm-datepicker--container { .elm-datepicker--container {
position: relative; } position: relative; }