Skip to content

Commit 3c14968

Browse files
Merge pull request #1355 from Timo-Breumelhof/feature/1340-Advanced-Search
FIX: Advanced Search screen styling
2 parents f06d1fd + 0c5c93a commit 3c14968

File tree

6 files changed

+32
-2
lines changed

6 files changed

+32
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.af-adv-search{
2+
3+
.af-adv-search-header{
4+
.af-adv-search-title{
5+
display:block;
6+
7+
}
8+
}
9+
.af-adv-search-row, .af-adv-search-footer{
10+
padding: $spacer-md 0;
11+
12+
13+
border-bottom: solid 1px #ddd; // For now..
14+
15+
label{
16+
min-width: 20em;
17+
}
18+
}
19+
}

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

+1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
@import "parts/_forum-view.scss";
1616
@import "parts/_topics-view.scss";
1717
@import "parts/_topic-view.scss";
18+
@import "parts/_search.scss";
1819

1920
}
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)