Fix message_area on /login.
Because the rules are no longer in common.
This commit is contained in:
parent
9c6cae7177
commit
aa284c388d
1 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,11 @@ button
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
#message_area
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
max-height: 300px;
|
||||||
|
}
|
||||||
@media screen and (max-width: 800px)
|
@media screen and (max-width: 800px)
|
||||||
{
|
{
|
||||||
#login_register_box
|
#login_register_box
|
||||||
|
|
Loading…
Reference in a new issue