Version Description
- Improvement: Design of the plugin settings page is improved.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | All Meta Tags |
Version | 4.26 |
Comparing to | |
See all releases |
Code changes from version 4.25 to 4.26
- all-meta-tags.php +1 -1
- inc/css/admin.css +9 -8
- inc/php/page.php +1 -1
- readme.txt +4 -1
all-meta-tags.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
-
* Version: 4.
|
9 |
* License: GPL3
|
10 |
* Text Domain: all-meta-tags
|
11 |
* Domain Path: /languages/
|
5 |
* Description: Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
+
* Version: 4.26
|
9 |
* License: GPL3
|
10 |
* Text Domain: all-meta-tags
|
11 |
* Domain Path: /languages/
|
inc/css/admin.css
CHANGED
@@ -22,7 +22,7 @@ p {
|
|
22 |
|
23 |
/* Title and Description of page
|
24 |
-------------------------------------------------------------- */
|
25 |
-
|
26 |
padding: 30px !important;
|
27 |
background-color: #333;
|
28 |
color: #e0dfdc;
|
@@ -46,7 +46,7 @@ h2 {
|
|
46 |
line-height: 50px !important;
|
47 |
overflow: hidden;
|
48 |
}
|
49 |
-
|
50 |
content: '\A';
|
51 |
display: block;
|
52 |
margin-top: 15px;
|
@@ -55,11 +55,11 @@ h2 span {
|
|
55 |
text-shadow: none;
|
56 |
line-height: 20px;
|
57 |
}
|
58 |
-
|
59 |
-
|
60 |
color: #fff;
|
61 |
}
|
62 |
-
|
63 |
text-shadow: none;
|
64 |
text-decoration: none;
|
65 |
-webkit-transition: all 0.2s ease-in-out;
|
@@ -67,7 +67,7 @@ h2 span a:hover {
|
|
67 |
-o-transition: all 0.2s ease-in-out;
|
68 |
transition: all 0.2s ease-in-out;
|
69 |
}
|
70 |
-
|
71 |
position: absolute;
|
72 |
right: 40px;
|
73 |
color: #a6a6a6;
|
@@ -485,6 +485,8 @@ h2 .version {
|
|
485 |
.form-table {
|
486 |
clear: none;
|
487 |
margin-left: 20px;
|
|
|
|
|
488 |
font-family: Verdana, Geneva, sans-serif;
|
489 |
font-size: 13px;
|
490 |
}
|
@@ -502,7 +504,6 @@ h2 .version {
|
|
502 |
/* Help text
|
503 |
-------------------------------------------------------------- */
|
504 |
td.help-text {
|
505 |
-
width: 90%;
|
506 |
font-family: Verdana, Geneva, sans-serif;
|
507 |
font-size: 12px;
|
508 |
font-style: italic;
|
@@ -519,7 +520,7 @@ td.help-text {
|
|
519 |
.control-textarea {
|
520 |
position: relative;
|
521 |
max-width: 600px;
|
522 |
-
width:
|
523 |
padding-top: 5px;
|
524 |
background: #fcfcfc;
|
525 |
-webkit-border-radius: 3px;
|
22 |
|
23 |
/* Title and Description of page
|
24 |
-------------------------------------------------------------- */
|
25 |
+
.sxc-header {
|
26 |
padding: 30px !important;
|
27 |
background-color: #333;
|
28 |
color: #e0dfdc;
|
46 |
line-height: 50px !important;
|
47 |
overflow: hidden;
|
48 |
}
|
49 |
+
.sxc-header span {
|
50 |
content: '\A';
|
51 |
display: block;
|
52 |
margin-top: 15px;
|
55 |
text-shadow: none;
|
56 |
line-height: 20px;
|
57 |
}
|
58 |
+
.sxc-header span a,
|
59 |
+
.sxc-header span a:hover {
|
60 |
color: #fff;
|
61 |
}
|
62 |
+
.sxc-header span a:hover {
|
63 |
text-shadow: none;
|
64 |
text-decoration: none;
|
65 |
-webkit-transition: all 0.2s ease-in-out;
|
67 |
-o-transition: all 0.2s ease-in-out;
|
68 |
transition: all 0.2s ease-in-out;
|
69 |
}
|
70 |
+
.sxc-header .version {
|
71 |
position: absolute;
|
72 |
right: 40px;
|
73 |
color: #a6a6a6;
|
485 |
.form-table {
|
486 |
clear: none;
|
487 |
margin-left: 20px;
|
488 |
+
width: -webkit-calc(100% - 40px);
|
489 |
+
width: calc(100% - 40px);
|
490 |
font-family: Verdana, Geneva, sans-serif;
|
491 |
font-size: 13px;
|
492 |
}
|
504 |
/* Help text
|
505 |
-------------------------------------------------------------- */
|
506 |
td.help-text {
|
|
|
507 |
font-family: Verdana, Geneva, sans-serif;
|
508 |
font-size: 12px;
|
509 |
font-style: italic;
|
520 |
.control-textarea {
|
521 |
position: relative;
|
522 |
max-width: 600px;
|
523 |
+
width: 100%;
|
524 |
padding-top: 5px;
|
525 |
background: #fcfcfc;
|
526 |
-webkit-border-radius: 3px;
|
inc/php/page.php
CHANGED
@@ -23,7 +23,7 @@ function spacexchimp_p004_render_submenu_page() {
|
|
23 |
// Layout of page
|
24 |
?>
|
25 |
<div class="wrap">
|
26 |
-
<h2>
|
27 |
<?php echo $name; ?>
|
28 |
<span>
|
29 |
<?php printf(
|
23 |
// Layout of page
|
24 |
?>
|
25 |
<div class="wrap">
|
26 |
+
<h2 class="sxc-header">
|
27 |
<?php echo $name; ?>
|
28 |
<span>
|
29 |
<?php printf(
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: meta, tag, tags, custom, simple, plugin, twitter, facebook, google, google
|
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 4.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -217,6 +217,9 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
217 |
|
218 |
== Changelog ==
|
219 |
|
|
|
|
|
|
|
220 |
= 4.25 =
|
221 |
* Improvement: Design of the plugin settings page is improved.
|
222 |
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 4.26
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
217 |
|
218 |
== Changelog ==
|
219 |
|
220 |
+
= 4.26 =
|
221 |
+
* Improvement: Design of the plugin settings page is improved.
|
222 |
+
|
223 |
= 4.25 =
|
224 |
* Improvement: Design of the plugin settings page is improved.
|
225 |
|