diff options
author | Joris | 2015-09-13 10:27:47 +0200 |
---|---|---|
committer | Joris | 2015-09-13 10:27:47 +0200 |
commit | e56aaedad92f8585a70277edce8ed8ad065d681c (patch) | |
tree | 3a51730f6f4d9a0e69569a551731b39128a70cda /src/client/View/LoggedIn/Account.elm | |
parent | a48e79e2f7c1ab1ffb52b86ef9e900c75c5d023b (diff) |
Using flexbox for the add payment form
Diffstat (limited to 'src/client/View/LoggedIn/Account.elm')
-rw-r--r-- | src/client/View/LoggedIn/Account.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/View/LoggedIn/Account.elm b/src/client/View/LoggedIn/Account.elm index e2b8e7e..88f39c3 100644 --- a/src/client/View/LoggedIn/Account.elm +++ b/src/client/View/LoggedIn/Account.elm @@ -39,7 +39,7 @@ account model loggedInView = exceedingPayers : Model -> LoggedInView -> Html exceedingPayers model loggedInView = button - [ class "exceedingPayers" + [ class "header" , onClick actions.address (UpdateLoggedIn << UpdateAccount <| ToggleDetail) ] ( (List.map (exceedingPayer model loggedInView) (getOrderedExceedingPayers loggedInView.account.payers)) |