1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

put width of message list in desktop css module

This commit is contained in:
Tankred Hase 2013-09-06 18:41:39 +02:00
parent 059b5a3762
commit 6dc3e93112
2 changed files with 2 additions and 6 deletions

View File

@ -2,6 +2,7 @@
.left-listing {
float: left;
width: 344px;
}
.right-reader {

View File

@ -31,12 +31,7 @@
.message-list {
background-color: $lightgrey-color;
padding: 46px 15px;
width: 314px;
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
width: inherit;
}
width: inherit;
@mixin marked {
background-color: $blue-color;