Css with crimson
parent
8f6821ee88
commit
812b900210
|
@ -343,11 +343,14 @@ view model =
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
, br [] []
|
, 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"] [
|
, 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 [] [
|
tr [] [
|
||||||
th [] [text "Datum"]
|
th [] [text "Datum"]
|
||||||
, th [] [text "Typ"]
|
, th [] [text "Typ"]
|
||||||
|
|
Loading…
Reference in New Issue