mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Fix some mobile view css issues
This commit is contained in:
parent
ce652d96b7
commit
99bd895090
25 changed files with 70 additions and 70 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue