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 {
|
#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: "";
|
||||||
|
|||||||
Reference in New Issue
Block a user