Fix some mobile view css issues

This commit is contained in:
djmaze 2020-09-12 13:57:09 +02:00
parent ce652d96b7
commit 99bd895090
25 changed files with 70 additions and 70 deletions

View file

@ -24,7 +24,7 @@ button.close-custom {
}
.minimize-custom {
border: 0px solid #333;
border: 0 solid #333;
border-bottom-width: 3px;
display: inline-block;
float: right;
@ -130,7 +130,7 @@ select {
}
.btn-group.btn-group-custom-margin > .btn + .btn {
margin-left: 0px;
margin-left: 0;
}
.btn.btn-large {
@ -195,7 +195,7 @@ select {
.dropdown-menu {
border-radius: 0;
box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.btn-group > .btn {
@ -284,7 +284,7 @@ select {
}
html.no-rgba .modal {
border-width: 0px !important;
border-width: 0 !important;
}
.modal.loginContent .modal-body, .modal.loginAdminContent .modal-body {