diff --git a/pu2/src/Main.elm b/pu2/src/Main.elm index af25e49..abffc19 100644 --- a/pu2/src/Main.elm +++ b/pu2/src/Main.elm @@ -343,11 +343,14 @@ view model = ] ] , br [] [] - , text model.status + , div[style "text-align" "center"] [ + span[style "color" "crimson"] [text model.status] + ] + , div [style "display" "flex", style "justify-content" "center", style "margin-top" "20px", style "gap" "5px"] [ - table [style "border-collapse" "collapse"] + table [style "border-collapse" "collapse", style "width" "max(20%, 200px)"] [ - thead [] [ + thead [style "text-align" "left", style "border-bottom" "2px solid black"] [ tr [] [ th [] [text "Datum"] , th [] [text "Typ"]