Version Description
- Resolve css issue.
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1 to 1.2
- assets/css/bootstrap.css +1 -7
- readme.txt +3 -3
- tabs-responsive.php +1 -1
- template/style.php +3 -2
assets/css/bootstrap.css
CHANGED
@@ -34,13 +34,7 @@ input[type="checkbox"]:focus {
|
|
34 |
outline: 5px auto -webkit-focus-ring-color;
|
35 |
outline-offset: -2px;
|
36 |
}
|
37 |
-
|
38 |
-
display: block;
|
39 |
-
padding-top: 7px;
|
40 |
-
font-size: 14px;
|
41 |
-
line-height: 1.42857143;
|
42 |
-
color: #555;
|
43 |
-
}
|
44 |
.form-control {
|
45 |
display: block;
|
46 |
width: 100%;
|
34 |
outline: 5px auto -webkit-focus-ring-color;
|
35 |
outline-offset: -2px;
|
36 |
}
|
37 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
.form-control {
|
39 |
display: block;
|
40 |
width: 100%;
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.wpshopmart.com
|
|
4 |
Tags: tab, tabs, responsive tabs, animation, animated tab, css3 tabs, bootstrap tabs, tabs content, responsive, shortcode, widget, wordpress tabs, wp tabs, accordion, collapse, toggle, bootstrap tab, jquery, tab widget, tab shortcode, jquery tabs, sidebar, plugin, html, html5, html5 tabs
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.4.2
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -106,8 +106,8 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
106 |
|
107 |
== Changelog ==
|
108 |
|
109 |
-
= 1.
|
110 |
-
* Resolve css
|
111 |
|
112 |
= 1.0 =
|
113 |
* Initial release.
|
4 |
Tags: tab, tabs, responsive tabs, animation, animated tab, css3 tabs, bootstrap tabs, tabs content, responsive, shortcode, widget, wordpress tabs, wp tabs, accordion, collapse, toggle, bootstrap tab, jquery, tab widget, tab shortcode, jquery tabs, sidebar, plugin, html, html5, html5 tabs
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.4.2
|
7 |
+
Stable tag: 1.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
106 |
|
107 |
== Changelog ==
|
108 |
|
109 |
+
= 1.2 =
|
110 |
+
* Resolve css issue.
|
111 |
|
112 |
= 1.0 =
|
113 |
* Initial release.
|
tabs-responsive.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
-
* Version: 1.
|
5 |
* Description: Tabs Responsive is the most easiest drag & drop Tabs builder for WordPress. You can add unlimited Tabs with unlimited color Scheme.
|
6 |
* Author: wpshopmart
|
7 |
* Author URI: http://www.wpshopmart.com
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
+
* Version: 1.2
|
5 |
* Description: Tabs Responsive is the most easiest drag & drop Tabs builder for WordPress. You can add unlimited Tabs with unlimited color Scheme.
|
6 |
* Author: wpshopmart
|
7 |
* Author URI: http://www.wpshopmart.com
|
template/style.php
CHANGED
@@ -217,6 +217,7 @@ overflow:hidden !important;
|
|
217 |
}
|
218 |
}
|
219 |
|
|
|
220 |
.wpsm_nav-tabs li:before{
|
221 |
-
|
222 |
-
}
|
217 |
}
|
218 |
}
|
219 |
|
220 |
+
|
221 |
.wpsm_nav-tabs li:before{
|
222 |
+
display:none !important;
|
223 |
+
}
|