Version Description
- Some bug fix
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 0.1.3.1 |
Comparing to | |
See all releases |
Code changes from version 0.1.3.0 to 0.1.3.1
- _scss/admin.scss +14 -0
- css/admin.css +16 -0
- readme.txt +2 -2
- vkExUnit.php +2 -2
_scss/admin.scss
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@charset "utf-8";
|
2 |
+
@import "compass";
|
3 |
+
|
4 |
+
.optionNav { display:block !important; overflow:hidden; }
|
5 |
+
.optionNav ul { display:block; overflow:hidden;margin:0;padding:0 5px; }
|
6 |
+
.optionNav ul li { display: block; float:left;border-radius: 3px 3px 0 0;border:1px solid #ccc; border-bottom:none;margin-right:2px; margin-bottom:0;}
|
7 |
+
.optionNav ul li:hover { background-color: #666; }
|
8 |
+
.optionNav ul li a { display:block; overflow:hidden;padding:0.5em; text-decoration: none;color:#666;font-size:12px; }
|
9 |
+
.optionNav ul li:hover a { color: #fff;border:none; }
|
10 |
+
.optionNav ul li.current { background-color: #333;color:#fff;
|
11 |
+
a { color:#fff; }
|
12 |
+
}
|
13 |
+
|
14 |
+
.vkExUnit_admin_page.wrap h3 { background-color:#333; color:#fff; padding:10px 15px;font-size:150%;margin-top:0;border-left:5px solid #e50000;}
|
css/admin.css
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.optionNav { display: block !important; overflow: hidden; }
|
2 |
+
|
3 |
+
.optionNav ul { display: block; overflow: hidden; margin: 0; padding: 0 5px; }
|
4 |
+
|
5 |
+
.optionNav ul li { display: block; float: left; border-radius: 3px 3px 0 0; border: 1px solid #ccc; border-bottom: none; margin-right: 2px; margin-bottom: 0; }
|
6 |
+
|
7 |
+
.optionNav ul li:hover { background-color: #666; }
|
8 |
+
|
9 |
+
.optionNav ul li a { display: block; overflow: hidden; padding: 0.5em; text-decoration: none; color: #666; font-size: 12px; }
|
10 |
+
|
11 |
+
.optionNav ul li:hover a { color: #fff; border: none; }
|
12 |
+
|
13 |
+
.optionNav ul li.current { background-color: #333; color: #fff; }
|
14 |
+
.optionNav ul li.current a { color: #fff; }
|
15 |
+
|
16 |
+
.vkExUnit_admin_page.wrap h3 { background-color: #333; color: #fff; padding: 10px 15px; font-size: 150%; margin-top: 0; border-left: 5px solid #e50000; }
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.2
|
7 |
-
Stable tag: 0.1.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -45,7 +45,7 @@ e.g.
|
|
45 |
|
46 |
== Changelog ==
|
47 |
|
48 |
-
= 0.1.3.
|
49 |
* Some bug fix
|
50 |
|
51 |
= 0.1.2.0 =
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.2
|
7 |
+
Stable tag: 0.1.3.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
45 |
|
46 |
== Changelog ==
|
47 |
|
48 |
+
= 0.1.3.1 =
|
49 |
* Some bug fix
|
50 |
|
51 |
= 0.1.2.0 =
|
vkExUnit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: VK All in One Expansion Unit
|
4 |
Plugin URI: https://github.com/kurudrive/VK-All-in-one-Expansion-Unit
|
5 |
Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
-
Version: 0.1.3.
|
7 |
Author: Vektor,Inc.
|
8 |
Author URI: http://vektor-inc.co.jp
|
9 |
License: GPL2
|
@@ -156,7 +156,7 @@ function vkExUnit_addfontawesome(){
|
|
156 |
|
157 |
add_action( 'admin_print_styles-vk-ex-unit_page_vkExUnit_main_setting', 'vkExUnit_admin_enq');
|
158 |
function vkExUnit_admin_enq(){
|
159 |
-
wp_enqueue_style('vkexunit-css-admin', plugins_url('/css/
|
160 |
}
|
161 |
|
162 |
/*-------------------------------------------*/
|
3 |
Plugin Name: VK All in One Expansion Unit
|
4 |
Plugin URI: https://github.com/kurudrive/VK-All-in-one-Expansion-Unit
|
5 |
Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
+
Version: 0.1.3.1
|
7 |
Author: Vektor,Inc.
|
8 |
Author URI: http://vektor-inc.co.jp
|
9 |
License: GPL2
|
156 |
|
157 |
add_action( 'admin_print_styles-vk-ex-unit_page_vkExUnit_main_setting', 'vkExUnit_admin_enq');
|
158 |
function vkExUnit_admin_enq(){
|
159 |
+
wp_enqueue_style('vkexunit-css-admin', plugins_url('/css/admin.css', __FILE__));
|
160 |
}
|
161 |
|
162 |
/*-------------------------------------------*/
|