Skip to content

Commit

Permalink
FIX: Content Margins & Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Sep 16, 2023
1 parent 3dd613f commit 83d24e0
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions Assets/css/kanboard-support.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}

.support-section {
margin: 20px 15px 55px 15px;
margin: 20px 15px 40px 0;
}

.w-50 {
Expand Down Expand Up @@ -370,7 +370,7 @@ table.support-table.user-table tr td:first-child::before {

.data-wrap {
display: inline-block;
margin: 20px 25px 15px 10px;
margin: 20px 25px 15px 0;
position: relative;
}

Expand All @@ -382,10 +382,6 @@ table.support-table.user-table tr td:first-child::before {
display: block;
}

.server-list {
margin-left: 10px;
}

.server-config-value code {
vertical-align: text-top;

Expand Down Expand Up @@ -566,6 +562,7 @@ code.field-code {

#WebhookExamples details, details.accordion-section.mysql-ssl, details.accordion-section.app-config {
margin-left: 10px;
margin-bottom: 15px;
}

#WebhookExamples details .accordion-content, details.accordion-section.mysql-ssl .accordion-content, details.accordion-section.app-config .accordion-content {
Expand All @@ -575,6 +572,7 @@ code.field-code {

details.accordion-section.mysql-ssl .accordion-content p {
color: var(--pp-grey-alt);
margin-top: 15px;
}

#WebhookExamples .panel {
Expand Down Expand Up @@ -617,6 +615,11 @@ details.accordion-section.mysql-ssl .accordion-content p {
fieldset.add-webhook, fieldset.parameter-examples, fieldset.brute-force-protection, fieldset.http-client-proxy, fieldset.reverse-proxy {
border-radius: var(--border-radius-kanboard-support);
border-color: var(--pp-grey);
margin: 20px 15px;
}

fieldset.parameter-examples {
margin-bottom: 0;
}

fieldset.add-webhook legend {
Expand Down Expand Up @@ -653,7 +656,8 @@ form.add-webhook-form .form-actions button {
}

.config-notice {
margin: -7px 10px 15px 10px;
margin: -7px 10px 15px 0;
line-height: 1.5;
color: var(--pp-grey-alt);
}

Expand Down Expand Up @@ -739,6 +743,7 @@ fieldset.brute-force-protection p:first-of-type {
}

fieldset.brute-force-protection p:last-of-type {
line-height: 1.25;
color: var(--pp-grey-alt);
}

Expand Down

0 comments on commit 83d24e0

Please sign in to comment.