mirror of https://github.com/zulip/zulip.git
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:
parent
300f151c8b
commit
807fab6760
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue