From c15c7d763385c1057d294073942f20875ada6a50 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Mon, 22 Jul 2013 14:08:53 -0400 Subject: [PATCH] Fix whitespace in CSS code (imported from commit 4b323781a0ef9ef63cd57ada3df8d50985b3f71c) --- zephyr/static/styles/zephyr.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index e4bc5ffc60..e6aaf2a523 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -754,11 +754,11 @@ td.pointer { .selected_message .messagebox { box-shadow: 0px 0px 5px 0px #3093c3, inset 0px -3px 0px -2px #39afe8, inset 0px 3px 0px -2px #39afe8, inset -3px 0px 0px -2px #39afe8; } - + .selected_message.mention .messagebox, .selected_message.private-message.mention .messagebox { box-shadow: 0px 0px 5px 0px #3093c3, inset 0px -3px 0px -2px #39afe8, inset 0px 3px 0px -2px #39afe8, inset -3px 0px 0px -2px #39afe8; } - + .selected_message.private-message .messagebox { box-shadow: 0px 0px 5px 0px #3093c3, inset 0px -3px 0px -2px #39afe8, inset 0px 3px 0px -2px #39afe8, inset -3px 0px 0px -2px #39afe8; @@ -1293,8 +1293,8 @@ input.recipient_box { padding: 0px; position: absolute; left: 11px; - top:8px; - z-index:5; + top: 8px; + z-index: 5; } #searchbox_form { @@ -1981,7 +1981,7 @@ li.expanded_subject .subject_box { margin-left: 0px; } -#bots_list .image, +#bots_list .image, #bots_list .bot_info { display: inline-block; margin: 10px;