From a3ba97145e582eac9d002a92ed4eb778e9697e9d Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 3 Jun 2015 16:38:33 -0400 Subject: [PATCH] removed close button from bottom of chat box, and added back close button to modal --- less/chats.less | 8 ++++---- templates/chat.tpl | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/less/chats.less b/less/chats.less index 11ba24d..b874f3d 100644 --- a/less/chats.less +++ b/less/chats.less @@ -59,6 +59,10 @@ font-size: 1rem; } } + + .close { + padding: 0.5em; + } } ul.well { @@ -115,8 +119,4 @@ textarea { resize: none; } - - [data-action="maximize"] { - margin: 0.4em; - } } \ No newline at end of file diff --git a/templates/chat.tpl b/templates/chat.tpl index 98ca877..25ee726 100644 --- a/templates/chat.tpl +++ b/templates/chat.tpl @@ -3,7 +3,8 @@