Skip to content

Commit

Permalink
Fixed Layout issues for Calendar Submission form and Denim theme
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Mar 25, 2022
1 parent dde5798 commit 129a0f5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions public_html/layout/denim/css_ltr/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,19 @@
/* Used to better match other article related blocks */
.block-trackback-content {
border-bottom: 0px;
}

/* Needed for Calendar Submit Event as address wraps and messes layout */
.form-description {
white-space:nowrap;
}
/* Needed for Calendar Submit Event */
.clear-right {
clear:right;
}
.clear-left {
clear:left;
}
.clear-both {
clear:both;
}
15 changes: 15 additions & 0 deletions public_html/layout/denim/css_rtl/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,18 @@
#centerblocks div.block-child-center {
margin: 0 0 1.25em 0;
}

/* Needed for Calendar Submit Event as address wraps and messes layout */
.form-description {
white-space:nowrap;

/* Needed for Calendar Submit Event */}
.clear-right {
clear:right;
}
.clear-left {
clear:left;
}
.clear-both {
clear:both;
}

0 comments on commit 129a0f5

Please sign in to comment.