From 807fab6760375acda4afddd650d05991d7a55351 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Mon, 5 Nov 2012 13:57:09 -0500 Subject: [PATCH] Make composebox look more 'on top of the page'. Hopefully fixes https://trac.humbughq.com/ticket/126 (imported from commit cd9f74dbc29b918c4a81d2c2c53554586134477b) --- zephyr/static/styles/zephyr.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index db63abf69c..71462e197d 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -91,7 +91,10 @@ ul#sidebar { background-color: white; padding-left: 10px; padding-right: 20px; - padding-top: 5px; + padding-top: 8px; + box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3); + border-top-left-radius: 6px; + border-top-right-radius: 6px; } td.pointer { @@ -284,6 +287,7 @@ img.profile_picture { .composebox-close { padding: 5px; + padding-top: 8px; /* = message_comp padding_top */ } .send-status-close:hover {