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

@@ -5636,5 +5636,16 @@ div.input_with_post_text input {
flex: 2; }
/* <- INPUT CLASS */
@media -sass-debug-info{filename{font-family:file\:\/\/\/media\/ssd2\/julien\/dev\/chill-dev\/vendor\/chill-project\/main\/Resources\/public\/sass\/_custom\.scss}line{font-family:\00003151}}
dl.chill_report_view_data dt {
margin-top: 1.5em;
color: #334d5c; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/media\/ssd2\/julien\/dev\/chill-dev\/vendor\/chill-project\/main\/Resources\/public\/sass\/_custom\.scss}line{font-family:\00003156}}
dl.chill_report_view_data dd {
padding-left: 1.5em;
margin-top: 0.2em; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/media\/ssd2\/julien\/dev\/chill-dev\/vendor\/chill-project\/main\/Resources\/public\/sass\/_custom\.scss}line{font-family:\00003160}}
dl.chill_report_view_data dd ul {
padding-left: 0; }
/*# sourceMappingURL=scratch.css.map */

File diff suppressed because one or more lines are too long

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;
}