Rename zephyr_list to message_list.

(imported from commit e9fbf075036f85aaf95d492701efb464347d9586)
This commit is contained in:
Tim Abbott 2012-10-09 18:05:37 -04:00
parent 7d70b31511
commit 0d2410952d
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<div class="row-fluid">
<div class="span12">
<div class="zephyr_list" id="main_div">
<div class="message_list" id="main_div">
<table id="loading_indicator">
<tr><td id="loading_spinner"></td><td>Loading...</td></tr>
</table>

View File

@ -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;