Make composebox look more 'on top of the page'.

Hopefully fixes https://trac.humbughq.com/ticket/126

(imported from commit cd9f74dbc29b918c4a81d2c2c53554586134477b)
This commit is contained in:
Waseem Daher 2012-11-05 13:57:09 -05:00
parent 300f151c8b
commit 807fab6760
1 changed files with 5 additions and 1 deletions

View File

@ -91,7 +91,10 @@ ul#sidebar {
background-color: white;
padding-left: 10px;
padding-right: 20px;
padding-top: 5px;
padding-top: 8px;
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
td.pointer {
@ -284,6 +287,7 @@ img.profile_picture {
.composebox-close {
padding: 5px;
padding-top: 8px; /* = message_comp padding_top */
}
.send-status-close:hover {