MDL-48206 block_comments: textarea width 100%

This commit is contained in:
Sam Hemelryk
2014-11-14 11:40:30 +13:00
parent 0ac6d59990
commit 784188fcdf
5 changed files with 36 additions and 2 deletions
@@ -590,6 +590,11 @@ table.mod_index {
.comment-area textarea {
width: 100%;
overflow: auto;
&.fullwidth {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
}
.comment-area .fd {
text-align: right;
File diff suppressed because one or more lines are too long