Adjust size of narrowbox and compose window to match up.

Since we're no longer hiding the scrollbar, we need to make
up for that lost space.

(imported from commit bcedb39578ff74b176ef22f3ba64eb69ae149cad)
This commit is contained in:
Waseem Daher 2012-10-03 16:41:58 -04:00
parent f1efc6f920
commit 1f9833a08e
1 changed files with 5 additions and 7 deletions

View File

@ -34,10 +34,10 @@ ul.nav-zephyr {
.zephyr_list { .zephyr_list {
background-color: aliceblue; background-color: aliceblue;
padding-right: 30px;
position: absolute; position: absolute;
top: 0; top: 0;
width: 640px; width: 640px;
padding-right: 30px;
} }
.zephyr_row { .zephyr_row {
@ -172,8 +172,6 @@ blockquote p {
} }
.messagebox { .messagebox {
width: 470px;
max-width: 470px;
padding: 5px 35px 5px 14px; padding: 5px 35px 5px 14px;
background-color: white; background-color: white;
border: 1px solid gray; border: 1px solid gray;
@ -217,8 +215,8 @@ img.profile_picture {
bottom: 0px; bottom: 0px;
background: white; background: white;
/* = #wrapper width + padding-right */ /* = zephyr_list.width + padding-right */
width: 650px; width: 670px;
} }
/* Like .nav-tabs > li > a */ /* Like .nav-tabs > li > a */
@ -292,8 +290,8 @@ input.send_zephyr {
display: none; display: none;
padding: 5px 10px; padding: 5px 10px;
border: 1px solid black; border: 1px solid black;
/* .zephyr_list width + ??? */ /* .zephyr_list width + padding_right - my border*2 - my padding*2 */
width: 628px; width: 648px;
margin: 0 auto; margin: 0 auto;
background-color: #DDD; background-color: #DDD;
text-decoration: none; text-decoration: none;