mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Reduce CSS footprint
This commit is contained in:
parent
4570b87232
commit
ab9e56f8b6
18 changed files with 222 additions and 249 deletions
|
|
@ -1,6 +1,4 @@
|
||||||
#rl-popups {
|
|
||||||
.b-account-add-content {
|
.b-account-add-content {
|
||||||
.modal-header {
|
.modal-header {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
&.modal {
|
&.modal {
|
||||||
width: 660px;
|
width: 660px;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.information {
|
.information {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#rl-popups {
|
|
||||||
.b-advanced-search-content {
|
.b-advanced-search-content {
|
||||||
&.modal {
|
&.modal {
|
||||||
width: 780px;
|
width: 780px;
|
||||||
|
}
|
||||||
.control-label {
|
.control-label {
|
||||||
width: 110px;
|
width: 110px;
|
||||||
}
|
}
|
||||||
|
|
@ -9,5 +9,3 @@
|
||||||
width: 360px;
|
width: 360px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#rl-popups {
|
|
||||||
.b-ask-content {
|
.b-ask-content {
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
|
|
@ -9,4 +8,3 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,11 @@
|
||||||
width: 98%;
|
width: 98%;
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
min-height: calc(100% - 52px);
|
min-height: calc(100% - 52px);
|
||||||
|
}
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.textAreaParent, .attachmentAreaParent {
|
.textAreaParent, .attachmentAreaParent {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
max-height: 700px;
|
max-height: 700px;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
@ -32,8 +33,6 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.b-list-toolbar {
|
.b-list-toolbar {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#rl-popups {
|
|
||||||
.b-filter-content {
|
.b-filter-content {
|
||||||
|
|
||||||
width: 750px;
|
width: 750px;
|
||||||
|
|
@ -12,4 +11,3 @@
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
#rl-popups {
|
|
||||||
.b-folder-clear-content {
|
.b-folder-clear-content {
|
||||||
.modal-header {
|
.modal-header {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
#rl-popups {
|
|
||||||
.b-folder-create-content {
|
.b-folder-create-content {
|
||||||
.modal-header {
|
.modal-header {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
#rl-popups {
|
|
||||||
.b-folder-system-content {
|
.b-folder-system-content {
|
||||||
.modal-header {
|
.modal-header {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#rl-popups {
|
|
||||||
.b-identity-content {
|
.b-identity-content {
|
||||||
|
|
||||||
&.modal {
|
&.modal {
|
||||||
|
|
@ -20,4 +19,3 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#rl-popups {
|
|
||||||
.b-languages-content {
|
.b-languages-content {
|
||||||
|
|
||||||
&.modal {
|
&.modal {
|
||||||
|
|
@ -37,7 +36,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 999px) {
|
@media screen and (max-width: 999px) {
|
||||||
.b-languages-content .lang-item {
|
.b-languages-content .lang-item {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#rl-popups {
|
|
||||||
.b-open-pgp-key-view-content, .b-open-pgp-key-generate-content {
|
.b-open-pgp-key-view-content, .b-open-pgp-key-generate-content {
|
||||||
&.modal {
|
&.modal {
|
||||||
width: 570px;
|
width: 570px;
|
||||||
|
|
@ -149,4 +148,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -169,8 +169,8 @@ Secondly, we can't rely on MUA's what to do with :empty
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rl-mobile #rl-popups .b-compose.modal,
|
.rl-mobile .b-compose.modal,
|
||||||
.rl-mobile #rl-popups .b-identity-content.modal {
|
.rl-mobile .b-identity-content.modal {
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
.rl-mobile .b-compose.modal {
|
.rl-mobile .b-compose.modal {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#rl-popups {
|
|
||||||
.b-template-add-content {
|
.b-template-add-content {
|
||||||
|
|
||||||
&.modal {
|
&.modal {
|
||||||
|
|
@ -9,4 +8,3 @@
|
||||||
height: 300px;
|
height: 300px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
#rl-popups {
|
|
||||||
|
|
||||||
.b-two-factor-content {
|
.b-two-factor-content {
|
||||||
|
|
||||||
width: 750px;
|
width: 750px;
|
||||||
|
|
@ -8,5 +6,3 @@
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@ label.inline, span.inline {
|
||||||
/* mobile and tablet */
|
/* mobile and tablet */
|
||||||
@media screen and (max-width: 999px) {
|
@media screen and (max-width: 999px) {
|
||||||
|
|
||||||
#rl-popups .modal {
|
.modal {
|
||||||
width: calc(~'100% - 20px') !important;
|
width: calc(~'100% - 20px') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
2
vendors/normalize.css/normalize.css
vendored
2
vendors/normalize.css/normalize.css
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
||||||
|
|
||||||
/* Text-level semantics
|
/* Text-level semantics
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue