Skip to content

Commit

Permalink
minimalist backgrounds (#13714)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonjeccel committed May 14, 2024
1 parent dfd33d4 commit 4883fa0
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions app/bundles/AssetBundle/Resources/views/Asset/form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- start: box layout -->
<div class="box-layout">
<!-- container -->
<div class="col-md-9 bg-auto height-auto bdr-r">
<div class="col-md-9 height-auto bdr-r">
<div class="pa-md">
<div class="row">
<div class="col-md-6">
Expand Down Expand Up @@ -75,7 +75,7 @@
</div>
</div>
</div>
<div class="col-md-3 bg-white height-auto">
<div class="col-md-3 height-auto">
<div class="pr-lg pl-lg pt-md pb-md">
{{ form_row(form.category) }}
{{ form_row(form.language) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- start: box layout -->
<div class="box-layout">
<!-- container -->
<div class="col-md-9 bg-auto height-auto bdr-r">
<div class="col-md-9 height-auto bdr-r">
<div class="pa-md">
{% if entity.id and entity.isPublished %}
<div class="alert alert-danger"><p>{{ 'mautic.campaign.modify.warning'|trans }}</p></div>
Expand All @@ -33,7 +33,7 @@
</div>
</div>
</div>
<div class="col-md-3 bg-white height-auto">
<div class="col-md-3 height-auto">
<div class="pr-lg pl-lg pt-md pb-md">
{{ form_row(form.category) }}
{{ form_row(form.allowRestart) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- start: box layout -->
<div class="box-layout">
<!-- step container -->
<div class="col-md-3 bg-white height-auto">
<div class="col-md-3 height-auto">
<div class="pr-lg pl-lg pt-md pb-md">
{% if not isWritable %}
<div class="alert alert-danger">{{ 'mautic.config.notwritable'|trans }}</div>
Expand Down
2 changes: 1 addition & 1 deletion app/bundles/CoreBundle/Assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ hr,
margin-top: 15px;
margin-bottom: 15px;
border: 0;
border-top: 1px solid #ebedf0;
border-top: 0;
}
hr.hr-w-2,
.hr-expand.hr-w-2 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hr,
margin-top: 15px;
margin-bottom: 15px;
border: 0;
border-top: 1px solid @hr-border;
border-top: 0;

&.hr-w-2 {
border-width: 2px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% if groupFields is not empty %}
<div class="tab-pane fade {% if loop.first %}in active{% endif %} bdr-rds-0 bdr-w-0" id="company-{{ group }}">
{% if embedded is not defined %}
<div class="pa-md bg-auto bg-light-xs bdr-b">
<div class="pa-md bg-light-xs bdr-b">
<h4 class="fw-sb">{{ ('mautic.lead.field.group.'~group)|trans }}</h4>
</div>
{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{% block content %}
{{ form_start(form) }}
<div class="box-layout">
<div class="col-md-3 bg-white height-auto">
<div class="col-md-3 height-auto">
<div class="pr-lg pl-lg pt-md pb-md">
<ul class="list-group list-group-tabs">
{% for g in groups %}
Expand All @@ -41,7 +41,7 @@

</div>
</div>
<div class="col-md-9 bg-auto height-auto bdr-l">
<div class="col-md-9 height-auto bdr-l">
<div class="tab-content">
{{ include('@MauticLead/Company/form_fields.html.twig', {
'form': form,
Expand Down
4 changes: 2 additions & 2 deletions app/bundles/LeadBundle/Resources/views/Field/form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{{ form_start(form) }}
<div class="box-layout">
<!-- container -->
<div class="col-md-8 bg-auto height-auto bdr-r">
<div class="col-md-8 height-auto bdr-r">
<div class="pa-md">
<div class="row">
<div class="col-md-6">{{ form_row(form.label) }}</div>
Expand Down Expand Up @@ -88,7 +88,7 @@
{% do form.properties.setRendered() %}
</div>
</div>
<div class="col-md-4 bg-white height-auto">
<div class="col-md-4 height-auto">
<div class="pr-lg pl-lg pt-md pb-md">
<div class="row">
<div class="col-md-12">{{ form_row(form.order) }}</div>
Expand Down
6 changes: 3 additions & 3 deletions app/bundles/LeadBundle/Resources/views/Lead/form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- start: box layout -->
<div class="box-layout">
<!-- step container -->
<div class="col-md-3 bg-white height-auto">
<div class="col-md-3 height-auto">
<div class="pr-lg pl-lg pt-md pb-md">
<div class="media">
<div class="media-body">
Expand Down Expand Up @@ -64,15 +64,15 @@
<!--/ step container -->

<!-- container -->
<div class="col-md-9 bg-auto height-auto bdr-l">
<div class="col-md-9 height-auto bdr-l">
<div class="tab-content">
<!-- pane -->
{% for group in groups %}
{% if fields[group] is defined %}
{% set groupFields = fields[group] %}
{% if groupFields is not empty %}
<div class="tab-pane fade {% if loop.first %}in active{% endif %} bdr-rds-0 bdr-w-0" id="{{ group }}">
<div class="pa-md bg-auto bg-light-xs bdr-b">
<div class="pa-md bg-light-xs bdr-b">
<h4 class="fw-sb">{{ ('mautic.lead.field.group.'~group)|trans }}</h4>
</div>
<div class="pa-md">
Expand Down
4 changes: 2 additions & 2 deletions app/bundles/PointBundle/Resources/views/Group/form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<!-- start: box layout -->
<div class="box-layout">
<!-- container -->
<div class="col-md-9 bg-auto height-auto bdr-r">
<div class="col-md-9 height-auto bdr-r">
<div class="pa-md">
{{ form_row(form.name) }}
{{ form_row(form.description) }}
</div>
</div>
<div class="col-md-3 bg-white height-auto">
<div class="col-md-3 height-auto">
<div class="pr-lg pl-lg pt-md pb-md">
{{ form_row(form.isPublished) }}
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/bundles/PointBundle/Resources/views/Point/form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- start: box layout -->
<div class="box-layout">
<!-- container -->
<div class="col-md-9 bg-auto height-auto bdr-r">
<div class="col-md-9 height-auto bdr-r">
<div class="row">
<div class="col-md-6">
<div class="pa-md">
Expand All @@ -38,7 +38,7 @@
</div>
</div>
</div>
<div class="col-md-3 bg-white height-auto">
<div class="col-md-3 height-auto">
<div class="pr-lg pl-lg pt-md pb-md">
{{ form_row(form.category) }}
{{ form_row(form.isPublished) }}
Expand Down
4 changes: 2 additions & 2 deletions app/bundles/StageBundle/Resources/views/Stage/form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{ form_start(form) }}
<div class="box-layout">
<!-- container -->
<div class="col-md-9 bg-auto height-auto bdr-r">
<div class="col-md-9 height-auto bdr-r">
<div class="row">
<div class="col-md-6">
<div class="pa-md">
Expand All @@ -28,7 +28,7 @@
</div>
</div>
</div>
<div class="col-md-3 bg-white height-auto">
<div class="col-md-3 height-auto">
<div class="pr-lg pl-lg pt-md pb-md">
{{ form_row(form.weight) }}
{{ form_row(form.category) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- start: box layout -->
<div class="box-layout">
<!-- step container -->
<div class="col-md-3 bg-white height-auto">
<div class="col-md-3 height-auto">
<div class="pr-lg pl-lg pt-md pb-md">
{% if me.getId() %}
<div class="media">
Expand Down Expand Up @@ -43,11 +43,11 @@
<!--/ step container -->

<!-- container -->
<div class="col-md-9 bg-auto height-auto bdr-l">
<div class="col-md-9 height-auto bdr-l">
<div class="tab-content">
<div class="tab-pane fade in active bdr-rds-0 bdr-w-0" id="profile">
{{ form_start(userForm) }}
<div class="pa-md bg-auto bg-light-xs bdr-b">
<div class="pa-md bg-light-xs bdr-b">
<h4 class="fw-sb">{% trans %}mautic.user.account.header.details{% endtrans %}</h4>
</div>
<div class="pa-md">
Expand Down
4 changes: 2 additions & 2 deletions app/bundles/UserBundle/Resources/views/User/form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class="box-layout">
<!-- container -->
{{ form_start(form) }}
<div class="col-md-9 bg-auto height-auto bdr-r">
<div class="col-md-9 height-auto bdr-r">
<div class="pa-md">
<div class="form-group mb-0">
<div class="row">
Expand Down Expand Up @@ -72,7 +72,7 @@
</div>
</div>
</div>
<div class="col-md-3 bg-white height-auto">
<div class="col-md-3 height-auto">
<div class="pr-lg pl-lg pt-md pb-md">
<h3 class="mb-lg mt-lg">{{ 'mautic.user.config.title.locale'|trans }}</h3>
{{ form_rest(form) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- start: box layout -->
<div class="box-layout">
<!-- container -->
<div class="col-md-9 bg-auto height-auto">
<div class="col-md-9 height-auto">
<div class="pa-md">
<div class="row">
<div class="col-md-6">
Expand All @@ -37,7 +37,7 @@
</div>
</div>
</div>
<div class="col-md-3 bg-white height-auto bdr-l">
<div class="col-md-3 height-auto bdr-l">
<div class="pr-lg pl-lg pt-md pb-md">
{{ form_row(form.category) }}
{{ form_row(form.eventsOrderbyDir) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- start: box layout -->
<div class="box-layout">
<!-- container -->
<div class="col-md-9 bg-auto height-auto bdr-r pa-md">
<div class="col-md-9 height-auto bdr-r pa-md">
<div class="row">
<div class="col-md-6">{{ form_row(form.name) }}</div>
<div class="col-md-6">{{ form_row(form.website) }}</div>
Expand All @@ -27,7 +27,7 @@
<div class="col-md-12">{{ form_row(form.description) }}</div>
</div>
</div>
<div class="col-md-3 bg-white height-auto">
<div class="col-md-3 height-auto">
<div class="pr-lg pl-lg pt-md pb-md">
{{ form_row(form.category) }}
{{ form_row(form.isPublished) }}
Expand Down

0 comments on commit 4883fa0

Please sign in to comment.