From 0d2410952d24c09b44cc6ae636d08395e8664196 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 9 Oct 2012 18:05:37 -0400 Subject: [PATCH] Rename zephyr_list to message_list. (imported from commit e9fbf075036f85aaf95d492701efb464347d9586) --- templates/zephyr/home.html | 2 +- zephyr/static/styles/zephyr.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/zephyr/home.html b/templates/zephyr/home.html index 9828546c13..821458d4b5 100644 --- a/templates/zephyr/home.html +++ b/templates/zephyr/home.html @@ -1,6 +1,6 @@
-
+
Loading...
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 9882fa657f..36e29c58c4 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -22,7 +22,7 @@ body { min-width: 670px; } -.zephyr_list { +.message_list { background-color: aliceblue; width: 640px; padding-right: 30px; @@ -139,7 +139,7 @@ table.message_table { } table.compose_table { - /* = zephyr_list */ + /* = message_list */ width: 640px; table-layout: fixed; } @@ -202,7 +202,7 @@ img.profile_picture { bottom: 0px; background: white; - /* = zephyr_list.width + padding-right */ + /* = message_list.width + padding-right */ width: 670px; } @@ -286,7 +286,7 @@ input.send_message { display: none; padding: 5px 10px; border: 1px solid black; - /* .zephyr_list width + padding_right - my border*2 - my padding*2 */ + /* .message_list width + padding_right - my border*2 - my padding*2 */ width: 648px; margin: 0 auto; background-color: #DDD;