diff --git a/style.css b/style.css index a8adccb..90b416d 100644 --- a/style.css +++ b/style.css @@ -33,11 +33,32 @@ body{ } #message { - margin: 0px; - padding: 0px; width: 100%; height: 100%; margin-bottom: 5px; + padding-bottom: 5px; +} + +.message-error { + background: #fca4a4; + border: 1px solid #8e0000; +} + + +.message-success { + background: #a7d6ad; + border: 1px solid #034c00; +} + +.message-head { + display: block; + text-align: center; + font-weight: bold; +} + +.message-details { + display: block; + text-align: center; } .center500 { @@ -77,7 +98,6 @@ body{ display: inline-block; width: 150px; text-align: left; - text-overflow: ellipsis; } .gameinfoseparator:before { content: "";