Skip to content

Commit

Permalink
#1334 Improve new message and text area
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Sep 4, 2015
1 parent b42d733 commit bad470e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions themes/Sixteen/inbox-new.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
// Make sure no one attempts to run this view directly.
if (!defined('FORUM'))
exit;

load_inbox_nav('send');
?>
<h2 class="forum-title"><?php _e('Inbox', 'luna') ?></h2>
<?php

// If there are errors, we display them
if (!empty($errors)) {
Expand Down
8 changes: 8 additions & 0 deletions themes/Sixteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,18 @@ hr {
.textarea-toolbar {
background: #eee;
margin: 0;
}

.textarea-toolbar.textarea-top {
padding: 6px 2px;
border-bottom: #ddd 1px solid;
}

.textarea-toolbar.textarea-bottom {
padding: 6px;
border-top: #ddd 1px solid;
}

.fa-fw {
width: 1.1em !important;
}
Expand Down

0 comments on commit bad470e

Please sign in to comment.