Skip to content
Extraits de code Groupes Projets
Valider 3149ab71 rédigé par Jonne Haß's avatar Jonne Haß
Parcourir les fichiers

Merge pull request #5672 from svbergerem/bootstrap-stream-improvements

Bootstrap stream: add spinner and improve comment box
parents 34ad598c 4da6b075
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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; }
}
......@@ -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'
\ No newline at end of file
@import 'new_styles/statistics'
......@@ -2,13 +2,20 @@
.controls {
z-index: 6;
float: right;
.comment_report {
.post_report, .comment_report {
display: inline-block;
.icons-report {
height: 14px;
width: 14px;
}
}
.block_user {
display: inline-block;
.icons-ignoreuser {
height: 14px;
width: 14px;
}
}
.delete {
display: inline-block;
.icons-deletelabel {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter