Skip to content

Commit

Permalink
2.0.7 release
Browse files Browse the repository at this point in the history
* reset_settings _wpnonce check (thanks # Wordfence)
* modules > google analytics code sanitization (thanks @ Wordfence)
* move sidebar banners from our servers to plugin folder... as WordPress
staff requested
* Subscribe button error on Mobile version (thanks @ Hostílio Thumbo)
* replace $wp_scripts global with wp_scripts() function
* de_DE language file update (thanks @ tt22tt)
  • Loading branch information
georgejipa committed Jul 6, 2016
1 parent becdda6 commit 7bc02d6
Show file tree
Hide file tree
Showing 49 changed files with 693 additions and 399 deletions.
2 changes: 1 addition & 1 deletion assets/css/chosen.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*!
/*
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com
Expand Down
12 changes: 1 addition & 11 deletions assets/css/chosen.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/jquery-ui-timepicker-addon.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/style-admin.min.css

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

14 changes: 10 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ body {
}
.wrap h3 {
font-size: 24px;
font-weight: 400px;
font-weight: 400;
margin: 0 0 45px;
}
.wrap .author_link {
Expand All @@ -118,11 +118,13 @@ body {
**/

.wrap form.subscribe_form {
box-sizing: border-box;
width: 465px;
margin: 0 0 75px;
display: inline-block;
border: 3px solid #e0e0e0;
box-sizing: border-box;
overflow: hidden;
text-align: center;
}
.wrap form.subscribe_form input {
margin: 0;
Expand Down Expand Up @@ -421,16 +423,20 @@ body {
.wrap h2, .wrap h3 {
font-size: 18px;
}
.wrap form.subscribe_form { // .wrap form
.wrap form.subscribe_form {
box-sizing: border-box;
width: 100%;
}
.wrap form.subscribe_form input { // .wrap form
.wrap form.subscribe_form input {
box-sizing: border-box;
}
.wrap form input[type="text"], .wrap form input[type="submit"] {
width: 100%;
}
.wrap form.subscribe_form input[type="submit"] {
padding-left: 0;
padding-right: 0;
}
.wrap .contact_us {
margin: 0 0 50px;
}
Expand Down
Loading

0 comments on commit 7bc02d6

Please sign in to comment.