Skip to content

Commit

Permalink
Ticket #4769 - Classes: Minor layout issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Aug 14, 2024
1 parent ebd7b14 commit 8dd06b7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 1 addition & 5 deletions modules/boonex/artificer/data/template/system/css/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@ import url(../../../../../../../template/css/forms.css);
padding-top:0;
}

.bx-form-advanced-wrapper .bx-form-section-wrapper:last-child .bx-form-section-content {
.bx-form-advanced-wrapper .bx-form-section-divider:last-child .bx-form-section-content {
padding-bottom:0;
}

.bx-form-advanced-wrapper .bx-form-section-wrapper:first-child .bx-form-row-view-wrapper:first-child {
padding-top:0;
}

.bx-form-input-wrapper-pgc {
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion modules/boonex/classes/template/classes_in_context.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
</script>
</bx_if:edit_modules>
<template id="bx-classes-tmpl-btn">
<a href="#" class="bx-btn bx-btn-small bx-classes-module-action bx-def-margin-sec-left" data-action="{action}" data-val="{data}"><i class="sys-icon {icon}"></i></a>
<a href="#" class="bx-btn bx-btn-small bx-classes-module-action bx-def-margin-sec-right" data-action="{action}" data-val="{data}"><i class="sys-icon {icon}"></i></a>
</template>
8 changes: 8 additions & 0 deletions modules/boonex/classes/template/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
min-height:1rem;
}

.bx-course-classes .bx-form-section-title .bx-form-section-toggler {
display: none;
}

.bx-course-classes .bx-form-section-title .bx-classes-module-action:last-child {
margin-right: 1.5rem;
}

.bx-course-classes .bx-classes-placeholder:not(:first-child),
.bx-course-classes .bx-classes-class:not(:first-child) {
margin-top:1rem;
Expand Down
6 changes: 1 addition & 5 deletions template/css/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@
padding-top:0;
}

.bx-form-advanced-wrapper .bx-form-section-wrapper:last-child .bx-form-section-content {
.bx-form-advanced-wrapper .bx-form-section-divider:last-child .bx-form-section-content {
padding-bottom:0;
}

.bx-form-advanced-wrapper .bx-form-section-wrapper:first-child .bx-form-row-view-wrapper:first-child {
padding-top:0;
}

.bx-form-section-wrapper {
position:relative;
}
Expand Down

0 comments on commit 8dd06b7

Please sign in to comment.