Added export contacts (csv)

Interface optimizations
This commit is contained in:
RainLoop Team 2014-04-29 15:49:30 +04:00
parent c248292f07
commit 7552ffe241
25 changed files with 526 additions and 290 deletions

View file

@ -5,10 +5,10 @@
.control-group {
.control-label.fix-width {
width: 90px;
width: 50px;
}
.controls.fix-width {
margin-left: 110px;
margin-left: 70px;
}
}

View file

@ -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;
}
}
}

View file

@ -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 {