Merge pull request #84 from Fab1en/features/fabien/80-join-button-misaligned
[fix] Display join only dialog correctly on the screen
This commit is contained in:
commit
5640c6c108
|
@ -432,10 +432,10 @@ form {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.join-dialog {
|
.join-dialog {
|
||||||
width: 100%;
|
width: 300px;
|
||||||
height: 100%;
|
height: 100px;
|
||||||
top: 0px;
|
top: 50%;
|
||||||
left: 0px;
|
left: 50%;
|
||||||
}
|
}
|
||||||
.join-dialog .dialog-submit {
|
.join-dialog .dialog-submit {
|
||||||
float: none;
|
float: none;
|
||||||
|
|
Loading…
Reference in a new issue