From 5a8787f91afe9949622a7b0f1ba05a40251c5a3b Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 23 Oct 2015 15:41:39 -0700 Subject: [PATCH] More small tweaks Lighten last-message color for both read/unread states. Keep bold font weight on last-message for unread state. Bring timestamp inward a bit // FREEBIE --- stylesheets/_index.scss | 3 +++ stylesheets/manifest.css | 9 ++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 37573a4d7..156116e0e 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -120,6 +120,7 @@ input.search { .last-timestamp { font-size: smaller; float: right; + margin-right: 10px; } .new-contact { @@ -149,6 +150,7 @@ input.search { margin: 6px 0; font-size: small; font-weight: 300; + color: $grey; } .gutter .timestamp { @@ -173,6 +175,7 @@ input.search { .conversations .unread .contact-details { .name, + .last-message, .last-timestamp { font-weight: bold; } diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 633b7f735..3ac7b8bff 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -451,7 +451,7 @@ img.emoji { display: block; } .conversation-header { - border-bottom: solid 1px #dadada; + border-bottom: solid 1px #d9d9d9; margin-bottom: 4px; } .menu.conversation-menu button.drop-down { @@ -489,7 +489,8 @@ input.search { .last-timestamp { font-size: smaller; - float: right; } + float: right; + margin-right: 10px; } .new-contact { display: none; @@ -513,7 +514,8 @@ input.search { .index .last-message { margin: 6px 0; font-size: small; - font-weight: 300; } + font-weight: 300; + color: #616161; } .index .gutter .timestamp { position: absolute; top: 14px; @@ -529,6 +531,7 @@ input.search { display: block; } .conversations .unread .contact-details .name, +.conversations .unread .contact-details .last-message, .conversations .unread .contact-details .last-timestamp { font-weight: bold; }