From 4945180c12d223d7b15373f3a4a7f79ab93c83c7 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 19 Feb 2015 11:51:32 -0800 Subject: [PATCH] Constrain .end-session style to the .message-list It was incorrectly being applied to the End Session menu item. --- stylesheets/_conversation.scss | 11 ++++++----- stylesheets/manifest.css | 9 ++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 475ce184c..507531bad 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -164,6 +164,12 @@ button { margin-top: 3px; float: right; } + + .end-session { + font: small; + font-style: italic; + opacity: 0.8; + } } .bottom-bar { @@ -224,8 +230,3 @@ button { } } -.end-session { - font: small; - font-style: italic; - opacity: 0.8; -} diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 73e81c272..4b707281a 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -375,6 +375,10 @@ button { .message-list .timestamp { margin-top: 3px; float: right; } + .message-list .end-session { + font: small; + font-style: italic; + opacity: 0.8; } .bottom-bar { position: fixed; @@ -418,8 +422,3 @@ button { border: 0; outline: 0; z-index: 5; } - -.end-session { - font: small; - font-style: italic; - opacity: 0.8; }