Skip to content

Commit 3023e4e

Browse files
authored
Merge pull request #1358 from Timo-Breumelhof/feature/1331-Bootstrap-Theme-Post-Paging
2 parents cac3063 + 5af802c commit 3023e4e

File tree

6 files changed

+30
-2
lines changed

6 files changed

+30
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.afpager{
2+
td{
3+
4+
padding: $spacer-sm;
5+
}
6+
7+
.af_pager{
8+
9+
padding: $spacer-sm;
10+
11+
}
12+
}
13+
14+
.af-search-recordCount{
15+
display:block;
16+
padding-top: $spacer-sm;
17+
}

Dnn.CommunityForums/themes/community-bootstrap/_src/scss/theme.scss

+1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
@import "parts/_topics-view.scss";
1717
@import "parts/_topic-view.scss";
1818
@import "parts/_search.scss";
19+
@import "parts/_pager.scss";
1920

2021
}
Binary file not shown.

Dnn.CommunityForums/themes/community-bootstrap/theme.css

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dnn.CommunityForums/themes/community-bootstrap/theme.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dnn.CommunityForums/themes/community-bootstrap/theme.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)