Adjust UI for Contact, Contact editor, Messages and Message editor

This commit is contained in:
iRouge
2015-06-12 11:17:51 -04:00
committed by Francis Lachapelle
parent 15dab4dfe5
commit 80d6c0226a
13 changed files with 218 additions and 177 deletions
@@ -1,16 +1,15 @@
/*! ContactUI.scss */
[id="contactsList"] {
width: $messageList-width;
max-width:$messageList-width;
flex: 1 0 auto;
[id ="contactsList"] {
flex: 0 0 $listView-width;
}
[id = "contactsList"] .sg-md-subheader {
transform: translateY(-100%); // Compensate the container top-margin
}
// md is overqualifying, we have to do the same to override
md-content[data-ui-view="card"] {
md-content[ui-view="card"] {
flex: 0 0 $detailView-width;
background-color: sg-color($sogoPaper, 200);
}