css: Use SCSS nesting for #send_message_form.

This commit is contained in:
Vaibhav
2019-08-24 17:07:32 +05:30
committed by Tim Abbott
parent ca4cdb2b29
commit 52d97e2ca7

View File

@@ -139,19 +139,19 @@ table.compose_table {
#send_message_form {
margin: 0px;
}
#send_message_form .messagebox {
/* normally 5px 14px; pull in the right and bottom a bit */
cursor: default;
padding: 0px;
background: none;
box-shadow: none;
border: none;
}
.messagebox {
/* normally 5px 14px; pull in the right and bottom a bit */
cursor: default;
padding: 0px;
background: none;
box-shadow: none;
border: none;
}
#send_message_form .message_content {
margin-right: 0px;
.message_content {
margin-right: 0px;
}
}
#below-compose-content {