Skip to content

Commit

Permalink
Merge branch 'release/1.2.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
gregpriday committed Sep 10, 2020
2 parents 44c1b7a + 03f5759 commit bd60061
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build
Submodule build updated 2 files
+0 −5 gulpfile.js
+26 −19 package-lock.json
4 changes: 2 additions & 2 deletions css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
#so-custom-css-info *:last-child {
margin-bottom: 0;
}
#so-custom-css-info p.submit {
#so-custom-css-info p.so-custom-css-submit {
padding-top: 1px;
}
#so-custom-css-info p.submit .button-primary {
#so-custom-css-info p.so-custom-css-submit .button-primary {
font-size: 14px;
min-height: 40px;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion css/admin.less
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
margin-bottom: 0;
}

p.submit {
p.so-custom-css-submit {
padding-top: 1px;

.button-primary {
Expand Down
2 changes: 1 addition & 1 deletion js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
$( '#siteorigin-custom-css' ).find( '> h2' ).outerHeight( true ) +
$form.find( '> .custom-css-toolbar' ).outerHeight( true ) +
$form.find( '> p.description' ).outerHeight( true ) +
$form.find( '> p.submit' ).outerHeight( true ) +
$form.find( '> p.so-custom-css-submit' ).outerHeight( true ) +
parseFloat( $( '#wpbody-content' ).css( 'padding-bottom' ) );
this.$el.find( '.CodeMirror-scroll' ).css( 'max-height', windowHeight - otherEltsHeight );
this.codeMirror.setSize( '100%', 'auto' );
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ We offer free support on the [SiteOrigin support forums](https://siteorigin.com/

== Changelog ==

= 1.2.10 - 09 September 2020 =
* Increased the specificity of the Save CSS button styling to prevent plugin conflicts.

= 1.2.9 - 29 July 2020 =
* Resolved Font Family field output.

Expand Down
2 changes: 1 addition & 1 deletion tpl/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<div id="poststuff">
<div id="so-custom-css-info">
<p class="submit">
<p class="so-custom-css-submit">
<input type="submit" name="siteorigin_custom_css_save" class="button-primary" value="<?php esc_attr_e( $save_button_label ); ?>" />
</p>

Expand Down

0 comments on commit bd60061

Please sign in to comment.