Skip to content

Commit

Permalink
Fixes QuickReply Alignment in Bootstrap Theme DNNCommunity#789
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo-Breumelhof committed May 8, 2024
1 parent eb64f15 commit dd291c2
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 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 @@ -43,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 @@ -57,13 +57,13 @@
<div>[AF:INPUT:CAPTCHA]</div>
</div>
[/AF:UI:ANON]
<div class="dcf-subscribe">
<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.

Loading

0 comments on commit dd291c2

Please sign in to comment.