Bootstrap stream: add spinner and improve comment box

This commit is contained in:
Steffen van Bergerem 2015-02-16 04:56:35 +01:00
parent 34ad598cff
commit f1836580db
2 changed files with 10 additions and 3 deletions

View file

@ -36,7 +36,13 @@
}
padding-left: 12px;
width: 95%;
display: none;
}
.comment_box {
width: 95%;
height: 30px;
}
.comment_box:focus, .comment_box:valid {
& + .submit_button { display: block; }
}
.comment_box { width: 95%; }
.comment_box:focus, .comment_box:valid { min-height: 100px; }
}

View file

@ -14,6 +14,7 @@
@import 'new_styles/base';
@import 'new_styles/buttons';
@import 'new_styles/interactions';
@import 'new_styles/spinner';
/* font overrides */
@import 'new_styles/typography';
@ -79,4 +80,4 @@
@import 'new_styles/code';
/* statistics */
@import 'new_styles/statistics'
@import 'new_styles/statistics'