Added some CSS for the error/sucess messages.

This commit is contained in:
2018-12-04 23:16:23 -05:00
parent 8134e43d10
commit 2bba799cce

View File

@@ -33,11 +33,32 @@ body{
} }
#message { #message {
margin: 0px;
padding: 0px;
width: 100%; width: 100%;
height: 100%; height: 100%;
margin-bottom: 5px; 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 { .center500 {
@@ -77,7 +98,6 @@ body{
display: inline-block; display: inline-block;
width: 150px; width: 150px;
text-align: left; text-align: left;
text-overflow: ellipsis;
} }
.gameinfoseparator:before { .gameinfoseparator:before {
content: ""; content: "";