mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
replace class container by container-fluid (full width in bootstrap)
This commit is contained in:
parent
f0232228a3
commit
0878767c17
@ -2,3 +2,11 @@
|
|||||||
* These custom styles will override bootstrap enabled stylesheets
|
* These custom styles will override bootstrap enabled stylesheets
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
// hack hérité de scratch: contraindre le footer en bas de page
|
||||||
|
.container-fluid::after {
|
||||||
|
content: "";
|
||||||
|
display: table;
|
||||||
|
clear: both;
|
||||||
|
border-spacing: 0;
|
||||||
|
}
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% block admin_content %}<!-- block personcontent empty -->
|
{% block admin_content %}<!-- block personcontent empty -->
|
||||||
<div class="container">
|
<div class="container-fluid">
|
||||||
<div class="grid-10 push-1">
|
<div class="grid-10 push-1">
|
||||||
<h2>{{ 'Welcome to the admin section !'|trans }}</h2>
|
<h2>{{ 'Welcome to the admin section !'|trans }}</h2>
|
||||||
</div>
|
</div>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
{% block form_row %}
|
{% block form_row %}
|
||||||
{% apply spaceless %}
|
{% apply spaceless %}
|
||||||
{% if form.vars.hideLabel is not defined or form.vars.hideLabel == false %}
|
{% if form.vars.hideLabel is not defined or form.vars.hideLabel == false %}
|
||||||
<div class="container">
|
<div class="container-fluid">
|
||||||
<div class="{% apply spaceless %}
|
<div class="{% apply spaceless %}
|
||||||
{% if attr.class is defined and ('cf-title' in attr.class or 'cf-fields' in attr.class ) %}
|
{% if attr.class is defined and ('cf-title' in attr.class or 'cf-fields' in attr.class ) %}
|
||||||
grid-12
|
grid-12
|
||||||
@ -83,7 +83,7 @@
|
|||||||
{{ form_label(child, '', {'label_attr': { 'class' : 'inline'} }) }}
|
{{ form_label(child, '', {'label_attr': { 'class' : 'inline'} }) }}
|
||||||
</div>
|
</div>
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
<div class="container">
|
<div class="container-fluid">
|
||||||
<div class="grid-6 grid-tablet-12 gid-mobile-12 no-gutter">
|
<div class="grid-6 grid-tablet-12 gid-mobile-12 no-gutter">
|
||||||
<span class="inline-choice">
|
<span class="inline-choice">
|
||||||
{{ form_widget(child) }}
|
{{ form_widget(child) }}
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<header class="navigation container">
|
<header class="navigation container-fluid">
|
||||||
<div class="grid-4 hide-tablet hide-mobile parent">
|
<div class="grid-4 hide-tablet hide-mobile parent">
|
||||||
<div class="grid-10 push-2 grid-tablet-12 grid-mobile-12 push-tablet-0 grid-mobile-0 logo-container">
|
<div class="grid-10 push-2 grid-tablet-12 grid-mobile-12 push-tablet-0 grid-mobile-0 logo-container">
|
||||||
<a href="{{ path('chill_main_homepage') }}">
|
<a href="{{ path('chill_main_homepage') }}">
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header class="navigation container">
|
<header class="navigation container-fluid">
|
||||||
<div class="grid-4 hide-tablet hide-mobile parent">
|
<div class="grid-4 hide-tablet hide-mobile parent">
|
||||||
<div class="grid-10 push-2 grid-tablet-12 grid-mobile-12 push-tablet-0 grid-mobile-0 logo-container">
|
<div class="grid-10 push-2 grid-tablet-12 grid-mobile-12 push-tablet-0 grid-mobile-0 logo-container">
|
||||||
<a href="{{ path('chill_main_homepage') }}">
|
<a href="{{ path('chill_main_homepage') }}">
|
||||||
@ -102,7 +102,7 @@
|
|||||||
|
|
||||||
<div id="content_conainter">
|
<div id="content_conainter">
|
||||||
{% block sublayout_containter %}
|
{% block sublayout_containter %}
|
||||||
<div class="container content">
|
<div class="container-fluid content">
|
||||||
{# Flash messages ! #}
|
{# Flash messages ! #}
|
||||||
{% for flashMessage in app.session.flashbag.get('success') %}
|
{% for flashMessage in app.session.flashbag.get('success') %}
|
||||||
<div class="grid-8 centered success flash_message">
|
<div class="grid-8 centered success flash_message">
|
||||||
@ -129,7 +129,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container">
|
<div class="container-fluid">
|
||||||
<div class="grid-8 centered flash_message">
|
<div class="grid-8 centered flash_message">
|
||||||
<h2>{{ 'Search'|trans }}</h2>
|
<h2>{{ 'Search'|trans }}</h2>
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@
|
|||||||
{% extends "@ChillMain/layout.html.twig" %}
|
{% extends "@ChillMain/layout.html.twig" %}
|
||||||
|
|
||||||
{% block sublayout_containter %}
|
{% block sublayout_containter %}
|
||||||
<div class="container content">
|
<div class="container-fluid content">
|
||||||
<div class="grid-8 push-1 grid-mobile-9 grid-tablet-9 push-mobile-0 push-tablet-0">
|
<div class="grid-8 push-1 grid-mobile-9 grid-tablet-9 push-mobile-0 push-tablet-0">
|
||||||
{# Flash messages ! #}
|
{# Flash messages ! #}
|
||||||
<div class="container">
|
<div class="container-fluid">
|
||||||
{% for flashMessage in app.session.flashbag.get('success') %}
|
{% for flashMessage in app.session.flashbag.get('success') %}
|
||||||
<div class="grid-8 centered success flash_message">
|
<div class="grid-8 centered success flash_message">
|
||||||
<span>
|
<span>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<div class="container content"><div class="duplicate-content">
|
<div class="container-fluid content"><div class="duplicate-content">
|
||||||
|
|
||||||
<h1>{{ 'Merge duplicate persons folders'|trans }}</h1>
|
<h1>{{ 'Merge duplicate persons folders'|trans }}</h1>
|
||||||
|
|
||||||
@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
<div class="grid-4 grid-tablet-12 gid-mobile-12 centered">
|
<div class="grid-4 grid-tablet-12 gid-mobile-12 centered">
|
||||||
|
|
||||||
<div class="container" style="padding-top: 1em;">
|
<div class="container-fluid" style="padding-top: 1em;">
|
||||||
<div class="grid-1 clear" style="padding-top: 10px;">
|
<div class="grid-1 clear" style="padding-top: 10px;">
|
||||||
{{ form_widget(form.confirm) }}
|
{{ form_widget(form.confirm) }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -116,7 +116,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block layout_wvm_content %}
|
{% block layout_wvm_content %}
|
||||||
<div class="container content">
|
<div class="container-fluid content">
|
||||||
{% block personcontent %}<!-- block personcontent empty -->{%endblock%}
|
{% block personcontent %}<!-- block personcontent empty -->{%endblock%}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user