From d35b4f7dbbac22993aec0a5ef723c7ddd425f2e5 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Wed, 10 Oct 2012 18:24:18 -0400 Subject: [PATCH] Add a little padding to the left of the message stream. (imported from commit 186436195b16588ac11f249162089b860dcbf898) --- zephyr/static/styles/zephyr.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index bcff99592b..6f75b63524 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -25,7 +25,8 @@ body { .message_list { background-color: aliceblue; width: 640px; - padding-right: 30px; + padding-left: 10px; + padding-right: 20px; } .message_row { @@ -201,7 +202,8 @@ img.profile_picture { position: fixed; bottom: 0px; background: white; - + /* = message_list.padding-left */ + padding-left: 10px; /* = message_list.width + padding-right */ width: 670px; } @@ -288,7 +290,7 @@ input.send_message { border: 1px solid black; /* .message_list width + padding_right - my border*2 - my padding*2 */ width: 648px; - margin: 0 auto; + margin-left: -10px; /* -1*.message_list padding */ background-color: #DDD; text-decoration: none; top: 0px;