Skip to content

Commit

Permalink
Merge pull request DNNCommunity#790 from Timo-Breumelhof/feature/788-…
Browse files Browse the repository at this point in the history
…BTST5-collapse

Bootstrap Theme collapse fix + quickreply alignment
  • Loading branch information
Timo-Breumelhof committed May 13, 2024
2 parents 079e641 + e1c5234 commit 8f807bf
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,12 @@
max-width: 80%
}
}

.dcf-quick-reply {
.dcf-subscribe{
.amaf-chk-subs{
margin-right: $spacer-xs;
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@
<tbody>
<tr class="dcf-table-body-row">

<td class="dcf-col dcf-col-text border-0">
<div class="d-flex">
<td class="dcf-col dcf-col-text d-flex border-0">
[FORUMICONCSS]
<div class="dcf-forum-title-text">
<h4 class="dcf-forum-title h5 mt-0 mb-2">[FORUMNAME]</h4>
<div class="dcf-forum-description">[FORUMDESCRIPTION]</div>
</div>
<div class="dcf-forum-title-text">
<h4 class="dcf-forum-title h5 mt-0 mb-2">[FORUMNAME]</h4>
<div class="dcf-forum-description">[FORUMDESCRIPTION]</div>
</div>

</td>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<div class="dcf-quick-reply">
<header class="dcf-quick-reply-header dcf-cols">
<div class="dcf-col-50">
<h3 class="dcf-title h4 mb-3">[RESX:QuickReply]</h3>
<header class="dcf-quick-reply-header d-flex mt-4">
<div class="w-50">
<h3 class="dcf-title h4 m-0">[RESX:QuickReply]</h3>
</div>
<div class="dcf-col-50">
<div class="dcf-collapse">[AF:CONTROLS:GROUPTOGGLE]</div>
<div class="w-50 text-right text-end">
<a class="dcf-collapse bs-collapse" data-toggle="collapse" href="#groupQR" role="button" data-bs-toggle="collapse">
<i class="fa fa-chevron-circle-down fa-lg"></i>
</a>
</div>
</header>
<section class="dcf-section" id="groupQR">
<section class="dcf-section collapse show" id="groupQR">
<div class="dcf-group">
<asp:PlaceHolder ID="plhMessage" runat="server" />
<div>
Expand Down Expand Up @@ -41,7 +43,7 @@
-->

</div>
<textarea id="txtBody" name="txtBody" class="dcf-textbox" rows="5" cols="250"></textarea>
<textarea id="txtBody" name="txtBody" class="dcf-textbox w-100" rows="5"></textarea>
</div>

[AF:UI:ANON]
Expand All @@ -55,13 +57,13 @@
<div>[AF:INPUT:CAPTCHA]</div>
</div>
[/AF:UI:ANON]
<div class="dcf-subscribe-topic">
<div class="dcf-subscribe mt-2">
<div id="divSubscribe" runat="server" />
</div>

</div>
</div>
<div class="dcf-buttons">
<div class="dcf-buttons mt-3">
[AF:BUTTON:SUBMIT]
</div>

Expand Down
Binary file not shown.
3 changes: 3 additions & 0 deletions Dnn.CommunityForums/themes/community-bootstrap/theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f807bf

Please sign in to comment.