improve layout of report + flash message

This commit is contained in:
2015-12-18 01:44:11 +01:00
parent d77f85dbd0
commit daf7d1f71f
5 changed files with 42 additions and 9 deletions

View File

@@ -144,4 +144,26 @@ div.input_with_post_text input {
display: inline-block;
flex: 2;
}
/* <- INPUT CLASS */
/* <- INPUT CLASS */
dl.chill_report_view_data {
dt {
margin-top: 1.5em;
color: $chill-blue;
}
dd {
padding-left: 1.5em;
margin-top: 0.2em;
ul {
padding-left: 0;
}
}
}
.flash_message {
margin-top: 2.5em;
}