diff --git a/Resources/public/css/scratch.css b/Resources/public/css/scratch.css index 2a63bf277..2c7534212 100644 --- a/Resources/public/css/scratch.css +++ b/Resources/public/css/scratch.css @@ -5637,5 +5637,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 */ diff --git a/Resources/public/sass/_custom.scss b/Resources/public/sass/_custom.scss index e4921f7ed..d176f5303 100644 --- a/Resources/public/sass/_custom.scss +++ b/Resources/public/sass/_custom.scss @@ -145,4 +145,26 @@ div.input_with_post_text input { display: inline-block; flex: 2; } -/* <- INPUT CLASS */ \ No newline at end of file +/* <- 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; +} diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index de8175c92..665d36a6a 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -111,7 +111,7 @@
{# Flash messages ! #} {% for flashMessage in app.session.flashbag.get('success') %} -
+
{{ flashMessage|raw }} @@ -119,7 +119,7 @@ {% endfor %} {% for flashMessage in app.session.flashbag.get('error') %} -
+
{{ flashMessage|raw }} @@ -127,7 +127,7 @@ {% endfor %} {% for flashMessage in app.session.flashbag.get('info') %} -
+
{{ flashMessage|raw }} @@ -136,7 +136,7 @@ {% block content %}
-
+

{{ 'Search'|trans }}

diff --git a/Resources/views/layoutWithVerticalMenu.html.twig b/Resources/views/layoutWithVerticalMenu.html.twig index 9c4eb56a0..c6201e5eb 100644 --- a/Resources/views/layoutWithVerticalMenu.html.twig +++ b/Resources/views/layoutWithVerticalMenu.html.twig @@ -29,7 +29,7 @@ {# Flash messages ! #}
{% for flashMessage in app.session.flashbag.get('success') %} -
+
{{ flashMessage|raw }} @@ -37,7 +37,7 @@ {% endfor %} {% for flashMessage in app.session.flashbag.get('error') %} -
+
{{ flashMessage|raw }} @@ -45,7 +45,7 @@ {% endfor %} {% for flashMessage in app.session.flashbag.get('notice') %} -
+
{{ flashMessage|raw }} diff --git a/composer.json b/composer.json index bc7fff30e..84760ab2f 100644 --- a/composer.json +++ b/composer.json @@ -7,9 +7,9 @@ "homepage" : "http://chill.social", "support": { "email": "dev@lists.chill.social", - "issues": "https://redmine.champs-libres.coop/projects/chillmain/issues", - "sources": "https://github.com/chill-project/main", - "docs": "http://chill.readthedocs.org" + "issues": "https://git.framasoft.org/Chill-project/Chill-Main/issues", + "sources": "https://git.framasoft.org/Chill-project/Chill-Main", + "docs": "http://docs.chill.social" }, "autoload": { "psr-4": { "Chill\\MainBundle\\": "" }