mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Added export contacts (csv)
Interface optimizations
This commit is contained in:
parent
c248292f07
commit
7552ffe241
25 changed files with 526 additions and 290 deletions
|
|
@ -5,10 +5,10 @@
|
|||
|
||||
.control-group {
|
||||
.control-label.fix-width {
|
||||
width: 90px;
|
||||
width: 50px;
|
||||
}
|
||||
.controls.fix-width {
|
||||
margin-left: 110px;
|
||||
margin-left: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -106,40 +106,17 @@ html.ssm-state-desktop {
|
|||
#rl-sub-right {
|
||||
left: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
html.ssm-state-tablet {
|
||||
|
||||
#rl-left {
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
#rl-right {
|
||||
left: 160px;
|
||||
}
|
||||
|
||||
#rl-sub-left {
|
||||
width: 350px;
|
||||
|
||||
.messageList .inputSearch {
|
||||
width: 220px;
|
||||
}
|
||||
}
|
||||
|
||||
#rl-sub-right {
|
||||
left: 350px;
|
||||
}
|
||||
|
||||
.b-compose.modal {
|
||||
width: 800px;
|
||||
width: 1000px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
width: 800px;
|
||||
width: 1000px;
|
||||
}
|
||||
}
|
||||
|
||||
html.ssm-state-mobile {
|
||||
html.ssm-state-tablet, html.ssm-state-mobile {
|
||||
|
||||
#rl-left {
|
||||
width: 155px;
|
||||
|
|
@ -162,11 +139,52 @@ html.ssm-state-mobile {
|
|||
}
|
||||
|
||||
.b-compose.modal {
|
||||
width: 800px;
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
width: 800px;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
.b-list-toopbar, .b-list-content, .b-list-footer-toopbar {
|
||||
width: 150px;
|
||||
}
|
||||
.b-list-toopbar .e-search {
|
||||
width: 125px;
|
||||
}
|
||||
.b-view-content {
|
||||
left: 150px;
|
||||
}
|
||||
.contactValueInput {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
html.ssm-state-tablet {
|
||||
|
||||
.b-compose.modal {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
.b-contacts-content.modal {
|
||||
.b-list-toopbar, .b-list-content, .b-list-footer-toopbar {
|
||||
width: 200px;
|
||||
}
|
||||
.b-list-toopbar .e-search {
|
||||
width: 175px;
|
||||
}
|
||||
.b-view-content {
|
||||
left: 200px;
|
||||
}
|
||||
.contactValueInput {
|
||||
width: 250px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
width: 100%;
|
||||
height: 2px;
|
||||
z-index: 102;
|
||||
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
|
||||
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
|
||||
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
|
||||
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.nano:before {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue