Ultimate FAQ - Version 1.0.2

Version Description

  • CSS update for the ordering table in the admin area
Download this release

Release Info

Developer Rustaurius
Plugin Icon 128x128 Ultimate FAQ
Version 1.0.2
Comparing to
See all releases

Code changes from version 1.0.1 to 1.0.2

Files changed (3) hide show
  1. Main.php +2 -2
  2. css/Admin.css +7 -7
  3. readme.txt +3 -0
Main.php CHANGED
@@ -7,14 +7,14 @@ Author: Tim Ruse
7
  Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
8
  Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
9
  Text Domain: EWD_UFAQ
10
- Version: 1.0.1
11
  */
12
 
13
  global $ewd_ufaq_message;
14
  global $UFAQ_Full_Version;
15
  global $EWD_UFAQ_Version;
16
 
17
- $EWD_UFAQ_Version = '1.0.1';
18
 
19
  define( 'EWD_UFAQ_CD_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
20
  define( 'EWD_UFAQ_CD_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
7
  Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
8
  Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
9
  Text Domain: EWD_UFAQ
10
+ Version: 1.0.2
11
  */
12
 
13
  global $ewd_ufaq_message;
14
  global $UFAQ_Full_Version;
15
  global $EWD_UFAQ_Version;
16
 
17
+ $EWD_UFAQ_Version = '1.0.2';
18
 
19
  define( 'EWD_UFAQ_CD_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
20
  define( 'EWD_UFAQ_CD_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
css/Admin.css CHANGED
@@ -29,30 +29,30 @@
29
  margin:0 !important;
30
  }
31
 
32
- .ufaq-options-page-tabbed li {
33
  float:left;
34
  padding: 0;
35
  width:100%;
36
  margin:0; !important;
37
  }
38
- .ufaq-options-page-tabbed a {
39
  display:block;
40
  height:40px;
41
  line-height:40px;
42
  font-weight:10;
43
  padding-left:20px;
44
  }
45
- .ufaq-options-page-tabbed a.options-subnav-tab-active,
46
- .ufaq-options-page-tabbed a.styling-subnav-tab-active{
47
  box-shadow: inset 2px 0 0 #1188cc;
48
  background-color: #ffffff !important;
49
  color: #29324e;
50
  }
51
- .ufaq-options-page-tabbed a.options-subnav-tab,
52
- .ufaq-options-page-tabbed a.styling-subnav-tab{
53
  background-color: rgba(224, 224, 224, 0.5);
54
  }
55
- .ufaq-options-page-tabbed a:hover {
56
  color: #29324e;
57
  background-color: rgba(199,199,199, 0.5);
58
  box-shadow: inset 2px 0 0 #1188cc;
29
  margin:0 !important;
30
  }
31
 
32
+ .ufaq-options-submenu-div li {
33
  float:left;
34
  padding: 0;
35
  width:100%;
36
  margin:0; !important;
37
  }
38
+ .ufaq-options-submenu-div a {
39
  display:block;
40
  height:40px;
41
  line-height:40px;
42
  font-weight:10;
43
  padding-left:20px;
44
  }
45
+ .ufaq-options-submenu-div a.options-subnav-tab-active,
46
+ .ufaq-options-submenu-div a.styling-subnav-tab-active{
47
  box-shadow: inset 2px 0 0 #1188cc;
48
  background-color: #ffffff !important;
49
  color: #29324e;
50
  }
51
+ .ufaq-options-submenu-div a.options-subnav-tab,
52
+ .ufaq-options-submenu-div a.styling-subnav-tab{
53
  background-color: rgba(224, 224, 224, 0.5);
54
  }
55
+ .ufaq-options-submenu-div a:hover {
56
  color: #29324e;
57
  background-color: rgba(199,199,199, 0.5);
58
  box-shadow: inset 2px 0 0 #1188cc;
readme.txt CHANGED
@@ -101,6 +101,9 @@ For more questions and support you can post in the support forum:
101
  2. Sample FAQ page
102
 
103
  == Changelog ==
 
 
 
104
  = 1.0.1 =
105
  - Fix for the FAQ ordering bug
106
 
101
  2. Sample FAQ page
102
 
103
  == Changelog ==
104
+ = 1.0.2 =
105
+ - CSS update for the ordering table in the admin area
106
+
107
  = 1.0.1 =
108
  - Fix for the FAQ ordering bug
109