Add top_whitespace.

(imported from commit 2c049f3032879926e98287428e839b9117460a90)
This commit is contained in:
Waseem Daher 2012-10-15 11:26:49 -04:00
parent f3ab2dc5ac
commit 470143e254
2 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,7 @@
<table id="loading_indicator"> <table id="loading_indicator">
<tr><td id="loading_spinner"></td><td>Loading...</td></tr> <tr><td id="loading_spinner"></td><td>Loading...</td></tr>
</table> </table>
<div id="top_whitespace"></div>
<table class="message_table focused_table" id="zhome"> <table class="message_table focused_table" id="zhome">
<tbody> <tbody>
</tbody> </tbody>

View File

@ -358,6 +358,11 @@ input.send_message {
background-color: #DDD; background-color: #DDD;
} }
#top_whitespace {
display: block;
height: 35px;
}
#bottom_whitespace { #bottom_whitespace {
display: block; display: block;
height: 300px; height: 300px;