Version Description
- Small CSS update for admin options page layout
Download this release
Release Info
Developer | Rustaurius |
Plugin | Ultimate FAQ |
Version | 1.9.2 |
Comparing to | |
See all releases |
Code changes from version 1.9.1 to 1.9.2
- Main.php +1 -1
- css/Admin.css +2 -1
- readme.txt +3 -0
Main.php
CHANGED
@@ -7,7 +7,7 @@ Author: Etoile Web Design
|
|
7 |
Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
|
8 |
Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: ultimate-faqs
|
10 |
-
Version: 1.9.
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
7 |
Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
|
8 |
Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: ultimate-faqs
|
10 |
+
Version: 1.9.2
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
css/Admin.css
CHANGED
@@ -2165,7 +2165,8 @@ tr.ewd-ufaq-admin-tr-spacer {
|
|
2165 |
|
2166 |
.ufaq-option-set .form-table,
|
2167 |
.ufaq-styling-set .form-table {
|
2168 |
-
width:
|
|
|
2169 |
margin: 0 auto 16px;
|
2170 |
box-shadow: 0 1px 12px #ddd;
|
2171 |
display: block;
|
2165 |
|
2166 |
.ufaq-option-set .form-table,
|
2167 |
.ufaq-styling-set .form-table {
|
2168 |
+
width: 100%;
|
2169 |
+
box-sizing: border-box;
|
2170 |
margin: 0 auto 16px;
|
2171 |
box-shadow: 0 1px 12px #ddd;
|
2172 |
display: block;
|
readme.txt
CHANGED
@@ -289,6 +289,9 @@ Video 3 - FAQs Ordering
|
|
289 |
|
290 |
== Changelog ==
|
291 |
|
|
|
|
|
|
|
292 |
= 1.9.1 =
|
293 |
- Added extra security to the import feature.
|
294 |
|
289 |
|
290 |
== Changelog ==
|
291 |
|
292 |
+
= 1.9.2 =
|
293 |
+
- Small CSS update for admin options page layout
|
294 |
+
|
295 |
= 1.9.1 =
|
296 |
- Added extra security to the import feature.
|
297 |
|