Ultimate Member – User Profile & Membership Plugin - Version 1.3.30

Version Description

Download this release

Release Info

Developer ultimatemember
Plugin Icon 128x128 Ultimate Member – User Profile & Membership Plugin
Version 1.3.30
Comparing to
See all releases

Code changes from version 1.3.29 to 1.3.30

admin/core/lib/ReduxFramework/CHANGELOG.md CHANGED
@@ -1,5 +1,266 @@
1
- # Redux Framework Changelog
2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ## 3.5.4.3
4
  * Fixed: #2258 - welcome redirect error with embedding plugin scenarios.
5
  * Fixed: Redux plugin load order when activating plugins.
1
+ # Redux Framework Changelog
2
 
3
+ ## 3.5.8.1
4
+ * Fixed: #2652 - load_plugin_textdomain using depreciated argument.
5
+
6
+ ## 3.5.8
7
+ * Fixed: Customizer preview callback working again.
8
+
9
+ ## 3.5.7.12
10
+ * Fixed: last_tab argument not working.
11
+
12
+ ## 3.5.7.11
13
+ * Fixed: #2637 - color picker clear.
14
+ * Fixed: #2633.
15
+
16
+ ## 3.5.7.10
17
+ * Fixed: #2624 - Border field saving/output 0px when no default set. Now accepts no default and outputs no CSS for blank values.
18
+ * Fixed: color_rgba no long outputs CSS with empty color values.
19
+
20
+ ## 3.5.7.9
21
+ * Fixed: #2612 - pseudo classes not appending to multiple selectors in link_color output.
22
+
23
+ ## 3.5.7.8
24
+ * Modified: The mass data escaping of Redux Core output. Part I.
25
+
26
+ ## 3.5.7.7
27
+ * Fixed: #2609 - Section not folding correctly with class argument specified.
28
+
29
+ ## 3.5.7.6
30
+ * Fixed: #2607 - button_set required scalar check for array returned by terms in the data arg. Thanks @Enchiridion.
31
+
32
+ ## 3.5.7.5
33
+ * Fixed: Fixing more inconsistencies with wp_filesystem dirlist. How about some proper documentation, Otto?
34
+
35
+ ## 3.5.7.4
36
+ * Fixed: #2582: Added extra check for get_terms to avoid error.
37
+
38
+ ## 3.5.7.3
39
+ * Fixed Filesystem proxy dirlist triggering file permission errors on empty array.
40
+
41
+ ## 3.5.7.2
42
+ * Fixed: #2571 - Sorter adding extra disable column on new entries if 'disabled' is lowercase.
43
+ * Updated Fields css for dev_mode off.
44
+
45
+ ## 3.5.7.1
46
+ * Updated: Updated container.tpl version.
47
+ * Fixed: #2570 - multi-text field CSS bleeding over into WP.
48
+
49
+ ## 3.5.7
50
+ * Fixed Customizer customizer_only and customizer section overrides. Also global customizer => false was not working.
51
+
52
+ ## 3.5.6.9
53
+ * Added Security suggestions posed in #2543 by Julio Potier from SecuPress.
54
+
55
+ ## 3.5.6.8
56
+ * Fixed: 'dirlist' in filesystem proxy returning permission error on empty dirs.
57
+
58
+ ## 3.5.6.7
59
+ * Added setOption and getOption to Redux API.
60
+ * Added 'hide_save' argument.
61
+
62
+ ## 3.5.6.6
63
+ * Added: 'readonly' argument for textarea.
64
+
65
+ ## 3.5.6.5
66
+ * Fixed: #2545 - CSS validator error output misconfigured.
67
+ * Fixed: ACE adding escape slashes to quotes via CSS validation, causing improper error message.
68
+
69
+ ## 3.5.6.4
70
+ * Added: `ajax_save` arg for fields. Setting to false will reload the options panel when the set option has changed.
71
+ * Fixed: #2532 - Spinner field arrow spacing off when dev_mode set to false due to missing `!important` CSS suffix.
72
+
73
+ ## 3.5.6.3
74
+ * Added: `autocomplete` arg to text field. This is FALSE by default.
75
+
76
+ ## 3.5.6.2
77
+ * Fixed: Color RGBA field missing name_suffix. Will now work in repeater extension.
78
+
79
+ ## 3.5.6.1
80
+ * Fixed: Index error regarding icon argument.
81
+
82
+ ## 3.5.6
83
+ * Fixed Customizer WP 4.3 final fixes.
84
+
85
+ ## 3.5.5.9
86
+ * Fixed #2500 - Conflict with outdated select2 in JW Player plugin.
87
+
88
+ ## 3.5.5.8
89
+ * Modified: icon_type no longer needed for section icons. Now detects if URLs are provided for images.
90
+ * Fixed: Various customizer fixes. HTML in the customizer title.
91
+ * Modified: Media URL now is 95% wide.
92
+ * Modified: Select2 now 100% width instead of just resolve (that doesn't always work).
93
+
94
+ ## 3.5.5.7
95
+ * Modified: Field enqueue method to allow for more flexibility.
96
+ * Added: Support for Airplane Mode plugin (https://github.com/norcross/airplane-mode) by @norcross. Thanks @chriscct7 #2463
97
+
98
+ ## 3.5.5.6
99
+ * Fixed: Undefined index in theme-check enhancements. Thanks @winwinwebdesign!
100
+ * Removed: SASS compiler & code. Note needed.
101
+ * Fixed: Color transparency live-update for Customizer for color, background,
102
+ and color gradient fields.
103
+
104
+ ## 3.5.5.5
105
+ * Fixed: Undefined index when removing a section.
106
+
107
+ ## 3.5.5.4
108
+ * Fixed: Typography bug onload always saying settings have changed.
109
+ * Modified: Added minified customizer JS.
110
+
111
+ ## 3.5.5.3
112
+ * Fixed: Redux CUSTOMIZER! YEA!
113
+
114
+ ## 3.5.5.2
115
+ * Fixed: Small echo in Redux API
116
+
117
+ ## 3.5.5.1
118
+ * Fixed: PHP 5.2 Theme-Check error.
119
+
120
+ ## 3.5.5
121
+ * Fixed: Date-time fixes with CSS overloading and positioning.
122
+
123
+ ## 3.5.4.35
124
+ * Added: Lite support for https://wordpress.org/plugins/plugin-dependencies/
125
+ * Modified: CDN to be a more bulletproof solution (http://jsdelivr.net).
126
+ * Modified: CDN alerts to be more clear, and have proper links.
127
+
128
+ ## 3.5.4.34
129
+ * Fixed: Bad code in raw field hosing up the entire panel.
130
+
131
+ ## 3.5.4.33
132
+ * Modified: #2436 - Validation check for any validation type ending in 'not_empty' now recognized.
133
+
134
+ ## 3.5.4.32
135
+ * Fixed: Undefined index for undeclared variable in Theme-Check checks.
136
+ * Fixed: Annoying Redux Theme-Check notices.
137
+ * Fixed: How some functions were called.
138
+
139
+ ## 3.5.4.31
140
+ * Fixed: Theme-Check baby! Everything working as it should with extra theme-check hints to prepare
141
+ your theme for submission!
142
+ * Fixed: Better .org hinting for theme submission.
143
+ * Modified: `forced_dev_mode_off` argument that will ensure dev_mode is ALWAYS off.
144
+ PLEASE do not ship with this enabled. We will NOT provide any support for any instance that
145
+ has this argument enabled. Disable and test prior to posting on our issue tracker.
146
+ * Added: `customizer_only` as a global arg that disables all of Redux except for the customizer, in
147
+ preparation for our customizer integration.
148
+
149
+ ## 3.5.4.30
150
+ * Modified: Dissmissable Redux Admin notices now use the WP 4.2 dismiss JS and Ajax. Pretty.
151
+ * Modified: Admin notice code is now it's own isolated class inside core.
152
+ * Modified: Use DB for admin notice, not flat-files. Boo.
153
+ * Modified: Sample configs not to cause errors if multiple users use the same function name.
154
+ * Fixed: CDN internationalization class.
155
+ * Modified: Parsedown so as not to throw a shortcode error that didn't actually exist.
156
+
157
+ ## 3.5.4.29
158
+ * Fixed: #2446 - Non google font choice not saving in certain instances.
159
+
160
+ ## 3.5.4.28
161
+ * Fixed: Added additional check in redux.js to stop errors with panels containing multiple raw fields.
162
+ * Fixed: Hopefully, the issue of settings not saving on first install when using the Redux API.
163
+
164
+ ## 3.5.4.27
165
+ * Fixed: Set use_cdn argument to true, by default.
166
+
167
+ ## 3.5.4.26
168
+ * Fixed #2437 - undefined value set to blank line height.
169
+
170
+ ## 3.5.4.25
171
+ * Fixed: #2429 - Required evaluator 'contains' not working properly with multi_check
172
+
173
+ ## 3.5.4.24
174
+ * Fixed: #2426 - Section field not indenting.
175
+
176
+ ## 3.5.4.23
177
+ * Fixed: Divider field not rendering properly.
178
+ * Added: `fieldset_class` argument for fields. Thanks @Enchiridion.
179
+ * Added: Option to set checkbox label. Thanks @Enchiridion.
180
+ * Added: javascript .trigger('change') to switch, spinner, and image_select. Thanks @Enchiridion.
181
+
182
+ ## 3.5.4.22
183
+ * Modified: Ajax change output of error and notice via hooks.
184
+
185
+ ## 3.5.4.21
186
+ * Fixed: #2414 - Bad ajax save due to mis-initialized variable.
187
+
188
+ ## 3.5.4.20
189
+ * Fixed: CSS in metabox fields all wanky.
190
+ * Added: 'reload_on_change' arg for fields, to force page reload after setting change.
191
+
192
+ ## 3.5.4.19
193
+ * Fixed: #2377 - Replaced mysql_gets_server_info with $wpdb.
194
+
195
+ ## 3.5.4.18
196
+ * Modified: Templates to properly excape values.
197
+ * Fixed: Import/Export to properly be full-width and use lazy-load JS.
198
+ * Modified: CSS for sections to bound to the section, not all of Redux.
199
+
200
+ ## 3.5.4.17
201
+ * Fixed: #2368 - Options panel layout offset.
202
+ * Fixed: #2369 - validate_callback not working for color, color_gradient, and date.
203
+
204
+ ## 3.5.4.16
205
+ * Fixed: #2355 - Space missing in switch class arg.
206
+ * Fixed: Fixed all fields without leading space in class arg.
207
+
208
+ ## 3.5.4.15
209
+ * Modified: Restrict table modification to redux-container.
210
+ * Fixed: Container overflow for pre's.
211
+ * Modified: Redux API to include removeSection and removeField.
212
+ * Added: Added before and after hooks to any panel template file.
213
+
214
+ ## 3.5.4.14
215
+ * Fixed: #2351 - WP_Error check added to admin blast remote get.
216
+
217
+ ## 3.5.4.13
218
+ * Modified: Moved styling for the divide field into it's own CSS file.
219
+ * Modified: All WP Color Pickers to properly save the value before save.
220
+ * Added: CSS Styles for the customizer. ;)
221
+
222
+ ## 3.5.4.12
223
+ * Modified: Panel is MUCH more responsive now.
224
+ * Fixed: Small stylings for a few fields.
225
+ * Fixed: Added extra qTip class.
226
+
227
+ ## 3.5.4.11
228
+ * Modified: Ajax save animation. Added fallback for pre 4.2 CSS.
229
+ * Fixed: Small issue with Redux info boxes and spacing.
230
+ * Fixed: Small bug with the Redux API where divide sections were causing errors.
231
+ * Fixed: Small admin blast fix.
232
+
233
+ ## 3.5.4.10
234
+ * Modified: Qtip and Spectrum vendor libraries restored to local.
235
+ * Fixed: Admin notice loading on front end.
236
+ * Modified: Callback actions run with do_action_ref_array now.
237
+ * Added: show_options_object argument to enable or disable option object.
238
+
239
+ ## 3.5.4.9
240
+ * Added: Error suppressing to filesystem class to avoid notice errors when site goes down.
241
+
242
+ ## 3.5.4.8
243
+ * Fixed: Panels not rendering, again
244
+ * Added: Vendor support plugin link to CDN fallback message.
245
+
246
+ ## 3.5.4.7
247
+ * Modified: Moved vendor libraries ACE, select2, qtip, and spectrum to CDN.
248
+ * Removed: Local installs of above libraries.
249
+
250
+ ## 3.5.4.6
251
+ * Fixed: Option panel not rendering due to experimental code.
252
+
253
+ ## 3.5.4.5
254
+ * Fixed: How sorter works with data
255
+ * Modified: How the data arg is stored in Redux.
256
+
257
+ ## 3.5.4.4
258
+ * Removed: sysinfo.php. No longer needed in lieu of our support URL feature.
259
+ * Removed: debug.php. Moved to options_object extension.
260
+ * Modified: #2274 - PHP Unit test compatibility. Thanks @daithi-coombes.
261
+ * Modified: #2144 - Optional class argument per image. Thanks @paulthecoder.
262
+ * Fixed: #2278 - More W3 Total Cache hacks.
263
+
264
  ## 3.5.4.3
265
  * Fixed: #2258 - welcome redirect error with embedding plugin scenarios.
266
  * Fixed: Redux plugin load order when activating plugins.
admin/core/lib/ReduxFramework/Gruntfile.js CHANGED
@@ -15,7 +15,6 @@ module.exports = function( grunt ) {
15
  core: {
16
  src: [
17
  'ReduxCore/assets/js/vendor/cookie.js',
18
- 'ReduxCore/assets/js/vendor/qtip/jquery.qtip.js',
19
  'ReduxCore/assets/js/vendor/jquery.typewatch.js',
20
  'ReduxCore/assets/js/vendor/jquery.serializeForm.js',
21
  'ReduxCore/assets/js/vendor/jquery.alphanum.js',
@@ -26,7 +25,6 @@ module.exports = function( grunt ) {
26
  vendor: {
27
  src: [
28
  'ReduxCore/assets/js/vendor/cookie.js',
29
- 'ReduxCore/assets/js/vendor/qtip/jquery.qtip.js',
30
  'ReduxCore/assets/js/vendor/jquery.serializeForm.js',
31
  'ReduxCore/assets/js/vendor/jquery.typewatch.js',
32
  'ReduxCore/assets/js/vendor/jquery.alphanum.js'
@@ -113,7 +111,7 @@ module.exports = function( grunt ) {
113
  },
114
  files: [
115
  //'Gruntfile.js',
116
- 'ReduxCore/assets/js/import_export/import_export.js',
117
  'ReduxCore/assets/js/media/media.js',
118
  'ReduxCore/inc/fields/ace_editor/field_ace_editor.js',
119
  'ReduxCore/inc/fields/background/field_background.js',
15
  core: {
16
  src: [
17
  'ReduxCore/assets/js/vendor/cookie.js',
 
18
  'ReduxCore/assets/js/vendor/jquery.typewatch.js',
19
  'ReduxCore/assets/js/vendor/jquery.serializeForm.js',
20
  'ReduxCore/assets/js/vendor/jquery.alphanum.js',
25
  vendor: {
26
  src: [
27
  'ReduxCore/assets/js/vendor/cookie.js',
 
28
  'ReduxCore/assets/js/vendor/jquery.serializeForm.js',
29
  'ReduxCore/assets/js/vendor/jquery.typewatch.js',
30
  'ReduxCore/assets/js/vendor/jquery.alphanum.js'
111
  },
112
  files: [
113
  //'Gruntfile.js',
114
+ //'ReduxCore/assets/js/import_export/import_export.js',
115
  'ReduxCore/assets/js/media/media.js',
116
  'ReduxCore/inc/fields/ace_editor/field_ace_editor.js',
117
  'ReduxCore/inc/fields/background/field_background.js',
admin/core/lib/ReduxFramework/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Redux Options Framework [![Build Status](https://travis-ci.org/reduxframework/redux-framework.png?branch=master)](https://travis-ci.org/ReduxFramework/redux-framework) [![Stories in Ready](https://badge.waffle.io/ReduxFramework/redux-framework.png?label=ready)](https://waffle.io/ReduxFramework/redux-framework) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
2
 
3
  WordPress options framework which uses the [WordPress Settings API](http://codex.wordpress.org/Settings_API "WordPress Settings API"), Custom Error/Validation Handling, Custom Field/Validation Types, and import/export functionality.
4
 
@@ -82,3 +82,53 @@ Send us an email at info@reduxframework.com so we can add you to our showcase!
82
  ## Changelog ##
83
 
84
  See [Changelog.md](https://github.com/ReduxFramework/redux-framework/blob/master/CHANGELOG.md)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Redux Options Framework [![Build Status](https://travis-ci.org/reduxframework/redux-framework.png?branch=master)](https://travis-ci.org/reduxframework/redux-framework) [![Stories in Ready](https://badge.waffle.io/ReduxFramework/redux-framework.png?label=ready)](https://waffle.io/ReduxFramework/redux-framework) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
2
 
3
  WordPress options framework which uses the [WordPress Settings API](http://codex.wordpress.org/Settings_API "WordPress Settings API"), Custom Error/Validation Handling, Custom Field/Validation Types, and import/export functionality.
4
 
82
  ## Changelog ##
83
 
84
  See [Changelog.md](https://github.com/ReduxFramework/redux-framework/blob/master/CHANGELOG.md)
85
+
86
+ ## Running PHP Unit tests ##
87
+
88
+ The tests are built using [wordpress's make subversion repository](https://make.wordpress.org/core/handbook/automated-testing/)
89
+
90
+ `/var/www/wordpress-develop` as the destination for the core test files.
91
+ First download the wordress core tests repository, for these files.
92
+
93
+ ```bash
94
+ cd /var/www
95
+ svn co http://develop.svn.wordpress.org/trunk/ wordpress-develop
96
+ ```
97
+
98
+ In the newly created `/var/www/wordpress-develop` directory rename
99
+ `wp-tests-config-sample.php` to `wp-tests-config.php`. Now add your database
100
+ details to the new file:
101
+ ```php
102
+ // WARNING WARNING WARNING!
103
+ // These tests will DROP ALL TABLES in the database with the prefix named below.
104
+ // DO NOT use a production database or one that is shared with something else.
105
+
106
+ define( 'DB_NAME', 'wordpress-tests' );
107
+ define( 'DB_USER', 'root' );
108
+ define( 'DB_PASSWORD', 'passowrd' );
109
+ define( 'DB_HOST', 'localhost' );
110
+ define( 'DB_CHARSET', 'utf8' );
111
+ define( 'DB_COLLATE', '' );
112
+ ```
113
+ - <b>n.b.</b> you may need to create the database first.
114
+ - <b>n.b. n.b.</b> also note that the database used will be emptied on each run.
115
+
116
+ Set the `WP_TESTS_DIR` environment variable so that the `redux-framework` test bootstrap file can find the wordpress core tests:
117
+ ```bash
118
+ export WP_TESTS_DIR='/var/www/wordpress-develop/tests/phpunit/includes/'
119
+ ```
120
+
121
+ You should now be able to run the `redux-framework` unit tests:
122
+ ```bash
123
+ redux-framework$ phpunit
124
+ Welcome to the TIVWP Test Suite
125
+ Version: 1.0
126
+
127
+ Tests folder: /var/www/wordpress-develop/tests/phpunit/includes/
128
+
129
+ Installing...
130
+ ...
131
+ Configuration read from
132
+ redux-framework/phpunit.xml
133
+ ...
134
+ ```
admin/core/lib/ReduxFramework/ReduxCore/assets/css/admin.scss ADDED
@@ -0,0 +1,1427 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .redux-main .description {
2
+ margin-top: 7px;
3
+ }
4
+
5
+ .form-table > tbody > tr > th {
6
+ width: 30%
7
+ }
8
+
9
+ .redux-container {
10
+ //font-family: "Open Sans","Lucida Grande", Sans-serif;
11
+ background-color: #f5f5f5; /* Old browsers */
12
+ background-repeat: repeat-x; /* Repeat the gradient */
13
+ background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%); /* FF3.6+ */
14
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #f5f5f5)); /* Chrome,Safari4+ */
15
+ background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%); /* Chrome 10+,Safari 5.1+ */
16
+ background-image: -ms-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%); /* IE10+ */
17
+ background-image: -o-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%); /* Opera 11.10+ */
18
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0); /* IE6-9 */
19
+ background-image: linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%); /* W3C */
20
+ border: 1px solid #dedede;
21
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
22
+ box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
23
+ -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
24
+ margin-top: 5px;
25
+ overflow: hidden;
26
+
27
+ a {
28
+ &:focus {
29
+ box-shadow: none;
30
+ }
31
+ }
32
+
33
+ .hr {
34
+ height: 20px;
35
+ line-height: 20px;
36
+ float: none;
37
+ border-color: #E7E7E7;
38
+ display: block;
39
+ width: 100%;
40
+ height: 35px !important;
41
+ line-height: 35px !important;
42
+ position: relative;
43
+ margin: 15px 0 10px 0;
44
+
45
+ .inner span {
46
+ background-color: #FCFCFC;
47
+ border-color: #E7E7E7;
48
+ height: 5px;
49
+ width: 5px;
50
+ border-width: 2px;
51
+ border-style: solid;
52
+ display: block;
53
+ position: absolute;
54
+ left: 50%;
55
+ margin-left: -5px;
56
+ margin-top: -5px;
57
+ }
58
+ }
59
+
60
+ .inner {
61
+ width: 42% !important;
62
+ left: 40% !important;
63
+ margin-left: -6%;
64
+ background-color: #FCFCFC;
65
+ border-color: #E7E7E7;
66
+ position: absolute;
67
+ height: 1px;
68
+ top: 50%;
69
+ width: 100%;
70
+ margin-top: -1px;
71
+ border-top-width: 1px;
72
+ border-top-style: solid;
73
+ }
74
+
75
+ #redux-header,
76
+ #redux-footer {
77
+ text-align: right;
78
+ padding: 6px 10px;
79
+ }
80
+
81
+ #redux-header {
82
+ background: #f1f1f1;
83
+ border-bottom: 3px solid blue;
84
+
85
+ .display_header {
86
+ float: left;
87
+ margin: 20px 10px;
88
+
89
+ h2 {
90
+ display: inline-block;
91
+ font-style: normal;
92
+ padding-right: 5px;
93
+ }
94
+
95
+ span {
96
+ color: #888;
97
+ }
98
+ }
99
+
100
+ .icon32 {
101
+ float: right;
102
+ margin: 16px 16px 0;
103
+ }
104
+ }
105
+
106
+ #redux-footer {
107
+ border-top: 1px solid #E7E7E7;
108
+ z-index: 999;
109
+
110
+ #redux-share {
111
+ float: left;
112
+ line-height: 28px;
113
+ font-size: 15px;
114
+
115
+ a {
116
+ text-decoration: none;
117
+ margin-right: 10px;
118
+
119
+ img {
120
+ margin-bottom: -3px;
121
+ }
122
+ }
123
+ }
124
+ }
125
+
126
+ .notice-green {
127
+ margin: 0;
128
+ border-bottom: 1px solid #E7E7E7;
129
+ background-color: #DFF0D8;
130
+ color: #468847;
131
+ padding: 8px 35px 8px 14px;
132
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
133
+ }
134
+
135
+ .notice-blue {
136
+ margin: 0;
137
+ border-bottom: 1px solid #BCE8F1;
138
+ background-color: #D9EDF7;
139
+ color: #3A87AD;
140
+ padding: 8px 35px 8px 14px;
141
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
142
+ }
143
+
144
+ .notice-yellow {
145
+ margin: 0;
146
+ border-bottom: 1px solid #E7E7E7;
147
+ background-color: #FCF8E3;
148
+ color: #C09853;
149
+ padding: 8px 35px 8px 14px;
150
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
151
+ }
152
+
153
+ .notice-red,
154
+ .redux-field-errors {
155
+ margin: 0;
156
+ border-bottom: 1px solid #E7E7E7;
157
+ background-color: #F2DEDE;
158
+ color: #B94A48;
159
+ padding: 8px 35px 8px 14px;
160
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
161
+ }
162
+
163
+ .redux-field-errors,
164
+ .redux-field-warnings,
165
+ .redux-save-warn {
166
+ display: none;
167
+ }
168
+
169
+ .sticky-save-warn {
170
+ min-height: 76px;
171
+
172
+ .redux-save-warn {
173
+ position: fixed;
174
+ top: 32px;
175
+ right: 21px;
176
+ left: 183px;
177
+ opacity: 1;
178
+ z-index: 9999;
179
+ }
180
+ }
181
+
182
+ #info_bar {
183
+ background: #f3f3f3;
184
+ border-bottom: 1px solid #dedede;
185
+ padding: 6px 10px 6px 6px;
186
+ text-align: right;
187
+ -moz-box-shadow: inset 0 1px 0 #fcfcfc;
188
+ -webkit-box-shadow: inset 0 1px 0 #fcfcfc;
189
+ box-shadow: inset 0 1px 0 #fcfcfc;
190
+ }
191
+
192
+ .redux-group-tab {
193
+ display: none;
194
+ margin-bottom: 30px;
195
+
196
+ .redux-theme-data {
197
+ padding: 20px 0;
198
+ border-top: 1px solid #E7E7E7;
199
+
200
+ &.theme-description {
201
+ padding: 10px 0;
202
+ border-width: 0;
203
+ }
204
+
205
+ &.theme-uri,
206
+ &.theme-author,
207
+ &.theme-version {
208
+ padding: 0;
209
+ border-width: 0;
210
+ }
211
+ }
212
+
213
+ h3 {
214
+ margin-top: 0;
215
+ line-height: 2em;
216
+ border-bottom: 1px solid #E7E7E7;
217
+ }
218
+
219
+ .redux-section-desc {
220
+ margin-bottom: 15px;
221
+ color: #666;
222
+ }
223
+ }
224
+
225
+ .redux-action_bar {
226
+ float: right;
227
+ }
228
+
229
+ .redux-ajax-loading {
230
+ display: none;
231
+ background: red url("../img/ajax.gif") no-repeat;
232
+ width: 16px;
233
+ height: 16px;
234
+ margin: 3px 4px 0;
235
+ float: right;
236
+ }
237
+
238
+ #redux-intro-text {
239
+ background: #f3f3f3;
240
+ border-bottom: 1px solid #dedede;
241
+ -moz-box-shadow: inset 0 1px 0 #fcfcfc;
242
+ -webkit-box-shadow: inset 0 1px 0 #fcfcfc;
243
+ box-shadow: inset 0 1px 0 #fcfcfc;
244
+ padding: 3px;
245
+ padding: 10px 10px;
246
+
247
+ p {
248
+ margin: 0;
249
+ font-family: "Lucida Grande", Sans-serif;
250
+ color: #888;
251
+ }
252
+ }
253
+
254
+ .expand_options {
255
+ cursor: pointer;
256
+ display: block;
257
+ height: 22px;
258
+ width: 21px;
259
+ float: left;
260
+ font-size: 0;
261
+ text-indent: -9999px;
262
+ margin: 1px 0 0 5px;
263
+ border: 1px solid #bbb;
264
+ -webkit-border-radius: 2px;
265
+ -moz-border-radius: 2px;
266
+ border-radius: 2px;
267
+ background: url("../img/toggle_tabs.png") no-repeat -2px -26px;
268
+
269
+ &.expanded {
270
+ background: url("../img/toggle_tabs.png") no-repeat -2px -1px;
271
+ }
272
+
273
+ &:hover {
274
+ border-color: #888;
275
+ }
276
+ }
277
+
278
+ .sticky-footer-fixed {
279
+ background: #f3f3f3;
280
+ border-top: 1px solid #dedede !important;
281
+ -moz-box-shadow: inset 0 1px 0 #fcfcfc;
282
+ -webkit-box-shadow: inset 0 1px 0 #fcfcfc;
283
+ box-shadow: inset 0 1px 0 #fcfcfc;
284
+ }
285
+
286
+ .redux-sidebar,
287
+ .redux-main {
288
+ min-height: 300px;
289
+
290
+ }
291
+ }
292
+
293
+ /* redux-container */
294
+
295
+ .no-js {
296
+ border: 1px solid #ffbaba;
297
+ margin: 0;
298
+ border-bottom: 1px solid #E7E7E7;
299
+ background-color: #F2DEDE;
300
+ color: #B94A48;
301
+ padding: 8px 35px 8px 14px;
302
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
303
+ }
304
+
305
+ .redux-main {
306
+ background: #FCFCFC;
307
+ margin-left: 201px;
308
+ border-left: 1px solid #D8D8D8;
309
+ padding: 10px 20px;
310
+ -moz-box-shadow: inset 0 1px 0 #fff;
311
+ -webkit-box-shadow: inset 0 1px 0 #FFF;
312
+ box-shadow: inset 0 1px 0 #FFF;
313
+ position: relative;
314
+
315
+ .form-table.no-border {
316
+ border-top: none;
317
+ }
318
+ .form-table tr {
319
+ border-bottom: 1px solid #E7E7E7;
320
+ &:last-child {
321
+ border-bottom: none !important;
322
+ }
323
+ th,
324
+ td {
325
+ color: #333;
326
+ }
327
+ }
328
+
329
+ .form-table tr td {
330
+ table.mceLayout,
331
+ table.mceLayout tr,
332
+ table.mceLayout tr td {
333
+ padding: 0;
334
+ border-width: 0;
335
+ }
336
+
337
+ .redux-th-warning {
338
+ font-size: 1em;
339
+ color: #C09853;
340
+ font-weight: normal;
341
+ display: block;
342
+ }
343
+
344
+ .redux-field-warning {
345
+ border-color: #C09853;
346
+ }
347
+
348
+ .redux-th-error {
349
+ font-size: 1em;
350
+ color: #B94A48;
351
+ font-weight: normal;
352
+ display: block;
353
+ }
354
+ }
355
+
356
+ input.large-text {
357
+ width: 100%;
358
+ }
359
+
360
+ .hide {
361
+ display: none;
362
+ }
363
+
364
+ .redux-field-container {
365
+ padding: 20px 0;
366
+ }
367
+
368
+ .mini,
369
+ input[type=text].mini {
370
+ width: 50px;
371
+ text-align: center;
372
+ }
373
+
374
+ input {
375
+ line-height: 19px;
376
+ }
377
+
378
+ img {
379
+ max-width: 100%;
380
+ height: auto;
381
+ width: auto !important;
382
+ }
383
+
384
+ .select2-default {
385
+ width: auto !important;
386
+ }
387
+
388
+ .showDefaults {
389
+ display: block;
390
+ font-weight: normal;
391
+ font-size: .8em;
392
+ color: #888;
393
+ }
394
+
395
+ span.description {
396
+ display: block;
397
+ font-style: normal;
398
+ font-weight: 400;
399
+ }
400
+
401
+ #redux-system-info textarea {
402
+ min-height: 730px;
403
+ width: 100%;
404
+ }
405
+
406
+ .field-desc {
407
+ clear: both;
408
+ font-size: 13px;
409
+ }
410
+
411
+ .data-full li {
412
+ width: 100%;
413
+ }
414
+
415
+ .data-half li {
416
+ width: 50%;
417
+ float: left;
418
+ }
419
+
420
+ .data-third li {
421
+ width: 33.3%;
422
+ float: left;
423
+ }
424
+
425
+ .data-quarter li {
426
+ width: 25%;
427
+ float: left;
428
+ }
429
+
430
+ .ui-helper-hidden-accessible {
431
+ top: inherit;
432
+ }
433
+
434
+ .form-table:first-child tr th, .redux-main .form-table:first-child tr td {
435
+ padding-top: 0 !important;
436
+ }
437
+
438
+ .form-table {
439
+ clear: none;
440
+ margin-top: 0px !important;
441
+
442
+ &:first-child tr th,
443
+ &:first-child tr td {
444
+ padding-top: 0 !important;
445
+ }
446
+
447
+ tr:first-child th,
448
+ tr:first-child td {
449
+ padding-top: 0;
450
+ }
451
+ }
452
+
453
+ .input-append input {
454
+ border-right: 0;
455
+ margin-bottom: 0;
456
+ border-top-right-radius: 0;
457
+ border-bottom-right-radius: 0;
458
+ margin-right: 0;
459
+ float:left;
460
+ margin-top: 0;
461
+ display: block;
462
+ }
463
+ .input-append .add-on {
464
+ border-top-right-radius: 3px;
465
+ border-bottom-right-radius: 3px;
466
+ margin-left: -2px;
467
+ padding-top: 4px !important;
468
+ padding-bottom: 2px !important;
469
+ float: left;
470
+ }
471
+ .input-prepend input {
472
+ border-left: 0;
473
+ margin-bottom: 0;
474
+ border-top-left-radius: 0;
475
+ border-bottom-left-radius: 0;
476
+ margin-left: 0;
477
+ padding-top: 2px;
478
+ padding-bottom: 5px;
479
+ float:left;
480
+ margin-top: 0;
481
+ display: block;
482
+ }
483
+ .input-prepend .add-on {
484
+ border-top-left-radius: 3px;
485
+ border-bottom-left-radius: 3px;
486
+ float: left;
487
+ }
488
+
489
+ .input-append {
490
+ margin-right: 10px;
491
+ font-size: 0;
492
+ white-space: nowrap;
493
+ float: left;
494
+ display: inline-block;
495
+ margin-bottom: 6px;
496
+ }
497
+ .input-append .add-on, .input-prepend .add-on {
498
+ width: auto;
499
+ display: inline-block;
500
+ min-width: 16px;
501
+ padding: 3px 4px;
502
+ font-size: 12