Skip to content

Commit

Permalink
CSS class changes DNNCommunity#769
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Breumelhof committed Apr 24, 2024
1 parent 014836a commit 4b55ae5
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
}

.dcf-subscribe{
.dcf-subscribe-topic{
padding: $spacer-sm 0;
input{
margin-right: $spacer-xs;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="dcf-forum-subscribers">
<i class="fa fa-envelope fa-fw fa-grey"></i> [FORUMSUBSCRIBERCOUNT] [RESX:FORUMSUBSCRIBERCOUNT]
</div>
<div class="dcf-forum-subscribe">[FORUMSUBSCRIBE]</div>
<div class="dcf-subscribe-forum">[FORUMSUBSCRIBE]</div>
</div>
</div>
</div>
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 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.

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

}

.dcf-subscribe{
.dcf-subscribe-topic{
margin: 1em 0;
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.dcf-subscribe{
.dcf-subscribe-topic{
label{
margin-left: 0.5em;
}
}

.dcf-forum-subscribers, .dcf-forum-subscribe{
.dcf-forum-subscribers, .dcf-subscribe-forum{

margin-top: @dist-xs;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}
}

.dcf-subscribe{
.dcf-subscribe-topic{
padding-bottom: @dist-md;
label{
margin-bottom:0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div>[AF:INPUT:CAPTCHA]</div>
</div>
[/AF:UI:ANON]
<div class="dcf-subscribe">
<div class="dcf-subscribe-topic">
<div id="divSubscribe" runat="server" />
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="dcf-forum-subscribers"><i class="fa fa-envelope fa-fw fa-grey"></i>&nbsp;[FORUMSUBSCRIBERCOUNT]&nbsp;[RESX:FORUMSUBSCRIBERCOUNT]</div>

<div class="dcf-topic-controls">
<div class="dcf-subscribe">[TOPICSUBSCRIBE]</div>
<div class="dcf-subscribe-topic">[TOPICSUBSCRIBE]</div>
<div class="dcf-sort">[TRESX:SortPosts]:[SORTDROPDOWN]</div>
<div class="dcf-button-reply">[ADDREPLY]</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="dcf-forum-search-subscribe">
<div class="dcf-forum-search">[MINISEARCH]</div>
<div class="dcf-forum-subscribers"><i class="fa fa-envelope fa-fw fa-grey"></i&nbsp;<span id="af-topicsview-forumsubscribercount">[FORUMSUBSCRIBERCOUNT]</span>&nbsp;[RESX:FORUMSUBSCRIBERCOUNT]</div>
<div class="dcf-forum-subscribe">[FORUMSUBSCRIBE]</div>
<div class="dcf-subscribe-forum">[FORUMSUBSCRIBE]</div>
</div>


Expand Down
Binary file not shown.
12 changes: 6 additions & 6 deletions Dnn.CommunityForums/themes/community-default/theme.css

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

2 changes: 1 addition & 1 deletion Dnn.CommunityForums/themes/community-default/theme.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Dnn.CommunityForums/themes/community-default/theme.min.css

Large diffs are not rendered by default.

0 comments on commit 4b55ae5

Please sign in to comment.