-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with WP 5.8 new widget system
- Loading branch information
Showing
9 changed files
with
136 additions
and
433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# EditorConfig is awesome: https://EditorConfig.org | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
end_of_line = lf | ||
end_of_line = crlf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
quote_type = single |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,98 +1,13 @@ | ||
.srpw-bg { | ||
background-color: #f3f3f3; | ||
.srpw-options p { | ||
margin-bottom: 1.5em; | ||
} | ||
|
||
.srpw-bg .widget-control-actions { | ||
clear: both; | ||
.srpw-options small { | ||
font-size: 0.7em; | ||
color: #999; | ||
} | ||
|
||
.srpw-form-tabs.ui-tabs-vertical .ui-tabs-nav { | ||
float: left; | ||
width: 8em; | ||
padding: 1em 0; | ||
} | ||
|
||
.srpw-form-tabs.ui-tabs-vertical .ui-tabs-nav li { | ||
clear: left; | ||
width: 100%; | ||
margin-bottom: 0; | ||
padding: .8em 0 .8em 1em; | ||
} | ||
|
||
.srpw-form-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-state-focus { | ||
outline: none; | ||
box-shadow: none; | ||
} | ||
|
||
.srpw-form-tabs.ui-tabs-vertical .ui-tabs-nav li a { | ||
display: block; | ||
text-decoration: none; | ||
} | ||
|
||
.srpw-form-tabs.ui-tabs-vertical .ui-tabs-nav li a:focus { | ||
box-shadow: none; | ||
} | ||
|
||
.srpw-form-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { | ||
background-color: #fff; | ||
} | ||
|
||
.srpw-form-tabs.ui-tabs-vertical .ui-tabs-horizontal .ui-tabs-nav { | ||
float: none; | ||
width: 100%; | ||
padding: 0; | ||
margin: 0; | ||
overflow: hidden; | ||
border-bottom: 3px solid #f3f3f3; | ||
} | ||
|
||
.srpw-form-tabs.ui-tabs-vertical .ui-tabs-horizontal .ui-tabs-nav li { | ||
float: left; | ||
width: auto; | ||
clear: none; | ||
padding: .8em 1em; | ||
} | ||
|
||
.srpw-form-tabs.ui-tabs-vertical .ui-tabs-horizontal .ui-tabs-nav li.ui-tabs-active { | ||
background-color: #f3f3f3; | ||
} | ||
|
||
.srpw-form-tabs.ui-tabs-vertical .srpw-tabs-content { | ||
overflow: hidden; | ||
min-height: 320px; | ||
margin-top: 1em; | ||
margin-bottom: 1em; | ||
padding: 1em 1.5em 1em 1.5em; | ||
background-color: #fff; | ||
} | ||
|
||
.srpw-tab-content p { | ||
margin-bottom: 1.5em; | ||
} | ||
|
||
.srpw-tab-content small { | ||
font-style: italic; | ||
color: #777; | ||
} | ||
|
||
.srpw-multiple-check-form { | ||
margin: 1em 0; | ||
} | ||
|
||
.srpw-multiple-check-form label { | ||
margin-bottom: 5px; | ||
display: inline-block; | ||
} | ||
|
||
.srpw-multiple-check-form ul { | ||
border: 1px solid #eee; | ||
padding: 10px; | ||
max-height: 110px; | ||
overflow: auto; | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
} | ||
|
||
.srpw-multiple-check-form ul li:last-child { | ||
margin-bottom: 0; | ||
.srpw-info { | ||
font-size: 0.8em; | ||
line-height: 1.4; | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.