mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Code refactoring
This commit is contained in:
parent
bf56821c2d
commit
31860420cb
32 changed files with 1342 additions and 1282 deletions
|
|
@ -56,6 +56,9 @@
|
|||
opacity: 1;
|
||||
color: #fff;
|
||||
border-color: #eee;
|
||||
|
||||
font-size: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.btn.disabled {
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ html.ssm-state-tablet, html.ssm-state-mobile {
|
|||
}
|
||||
|
||||
.b-compose.modal {
|
||||
width: 700px;
|
||||
width: 720px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
|
|
@ -156,7 +156,7 @@ html.ssm-state-tablet, html.ssm-state-mobile {
|
|||
html.ssm-state-tablet {
|
||||
|
||||
.b-compose.modal {
|
||||
width: 700px;
|
||||
width: 720px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
|
|
|
|||
|
|
@ -110,6 +110,8 @@
|
|||
|
||||
blockquote p {
|
||||
margin: 0 0 10px;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue