Added some CSS for the error/sucess messages.
This commit is contained in:
26
style.css
26
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: "";
|
||||
|
||||
Reference in New Issue
Block a user