Skip to content

Commit

Permalink
Merge branch 'release/1.19.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed May 23, 2022
2 parents a9dc173 + e8c82cc commit a48fea5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
25 changes: 13 additions & 12 deletions less/widgets.less
Original file line number Diff line number Diff line change
Expand Up @@ -235,18 +235,6 @@
}
}
}

tfoot {

#prev,
#next {
padding-top: 0.4286em !important;
}

#next {
text-align: right;
}
}
}

/* Footer Calendar styling: colors assume the original theme footer background color. */
Expand Down Expand Up @@ -274,6 +262,19 @@
}
}

.calendar_wrap .wp-calendar-nav {
padding-top: 0.4286em !important;

.wp-calendar-nav-prev {
float: left;
}

.wp-calendar-nav-next {
float: right;
text-align: right;
}
}

.widget_call-to-action {
position: relative;
padding: 25px 30px 23px 30px;
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ This theme makes use of the SiteOrigin Settings Framework contained in the /inc

== Changelog ==

= 1.19.12 - 23 May 2022 =
* Updated Calendar Widget styling for new markup.

= 1.19.11 - 30 April 2022 =
* Circle Icon Widget: Resolved icon color notice.

Expand Down
17 changes: 10 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2914,13 +2914,6 @@ html[xmlns] .slides {
border-bottom: none !important;
text-decoration: none;
}
#wp-calendar tfoot #prev,
#wp-calendar tfoot #next {
padding-top: 0.4286em !important;
}
#wp-calendar tfoot #next {
text-align: right;
}
/* Footer Calendar styling: colors assume the original theme footer background color. */
.site-footer #wp-calendar tbody td {
background: #434447;
Expand All @@ -2936,6 +2929,16 @@ html[xmlns] .slides {
.site-footer #wp-calendar tfoot #next a:hover {
color: #fff;
}
.calendar_wrap .wp-calendar-nav {
padding-top: 0.4286em !important;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
float: left;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
float: right;
text-align: right;
}
.widget_call-to-action {
position: relative;
padding: 25px 30px 23px 30px;
Expand Down

0 comments on commit a48fea5

Please sign in to comment.