Skip to content

Commit

Permalink
Release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola Miljković committed Sep 5, 2018
2 parents 9cf2359 + faca79b commit a395253
Show file tree
Hide file tree
Showing 27 changed files with 400 additions and 163 deletions.
4 changes: 4 additions & 0 deletions assets/css/admin-partials/_all-sermons.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.fixed {
.column-title {
width: 40%;
}

.column-preacher, .column-preached {
width: 10%;
}
Expand Down
13 changes: 13 additions & 0 deletions assets/css/admin-partials/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,17 @@
list-style-type: circle;
}
}
}

// Style separator title setting field.
.forminp-separator_title {
padding: 0;
border-bottom: 1px solid #e3e3e3;
}

// Style main title to look like others.
.forminp-title {
padding-bottom: 1em;
margin-bottom: 0;
border-bottom: 1px solid #e3e3e3;
}
2 changes: 1 addition & 1 deletion assets/css/admin.min.css

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

2 changes: 1 addition & 1 deletion assets/css/admin.min.css.map

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

27 changes: 15 additions & 12 deletions assets/css/partials/_sorting.scss
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
.wpfc-sermon-container {
#wpfc_sermon_sorting {
padding: 0;
margin: 0 0 48px 0;
#wpfc_sermon_sorting {
padding: 0;
margin: 0 0 48px 0;

> div {
margin: 0 8px 4px 0;
}
> div {
margin: 0 8px 4px 0;
width: 15%;

> div:last-child {
margin: 0 0 4px 0;
select {
width: 100%;
}
}

form {
margin: 0;
}
> div:last-child {
margin: 0 0 4px 0;
}

form {
margin: 0;
}
}

Expand Down
Loading

0 comments on commit a395253

Please sign in to comment.