Maintenance - Version 1.1.1

Version Description

Css fixes

Download this release

Release Info

Developer fruitfulcode
Plugin Icon 128x128 Maintenance
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1 to 1.1.1

Files changed (3) hide show
  1. css/admin.css +3 -3
  2. index.php +1 -1
  3. readme.txt +7 -3
css/admin.css CHANGED
@@ -7,7 +7,7 @@
7
  #confirmBox .button{display:inline-block;background:url( '../images/buttons.png ') no-repeat;color:white;position:relative;height:33px;font:17px/33px 'Cuprum ', 'Lucida Sans Unicode ', 'Lucida Grande ',sans-serif;margin-right:15px;padding:0 35px 0 40px;text-decoration:none;border:none;}
8
  #confirmBox .button:last-child{margin-right:0;}
9
  #confirmBox .button span{position:absolute;top:0;right:-5px;background:url( '../images/buttons.png ') no-repeat;width:5px;height:33px}
10
- #confirmBox .blue{background-position:left top;text-shadow:1px 1px 0 #5889a2;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
11
  #confirmBox .blue span{background-position:-195px 0;}
12
  #confirmBox .blue:hover{background-position:left bottom;}
13
  #confirmBox .blue:hover span{background-position:-195px bottom;}
@@ -15,7 +15,7 @@
15
  #confirmBox .gray span{background-position:-395px 0;}
16
  #confirmBox .gray:hover{background-position:-200px bottom;}
17
  #confirmBox .gray:hover span{background-position:-395px bottom;}
18
- #maintenance-options {position:relative;}
19
  #maintenance-options h1 {font-size:35px;}
20
  #maintenance-options h1,
21
  #maintenance-options h2{float:left;font-family: 'Open Sans ',Arial,Helvetica,sans-serif;font-size:35px;font-weight:bold;}
@@ -27,7 +27,7 @@
27
  #maintenance-options h3{margin:0 0 16px 4px;}
28
  #maintenance-options #steps{margin:0 0 20px 15px;padding:0 0 0 14px;}
29
  #maintenance-options #steps li{margin:0 0 5px 0;padding:0;}
30
- .theme-options{border:0;margin:0;padding:0;width:471px}
31
  .theme-options h4{margin-top:0;}
32
  .theme-options div{border:0;margin:0 0 30px 0;padding:10px 0 0 0px;}
33
  .theme-options label{display:block;float:left;margin:0 0 5px;padding-right:15px;text-align:right;width:118px;padding-top:4px;}
7
  #confirmBox .button{display:inline-block;background:url( '../images/buttons.png ') no-repeat;color:white;position:relative;height:33px;font:17px/33px 'Cuprum ', 'Lucida Sans Unicode ', 'Lucida Grande ',sans-serif;margin-right:15px;padding:0 35px 0 40px;text-decoration:none;border:none;}
8
  #confirmBox .button:last-child{margin-right:0;}
9
  #confirmBox .button span{position:absolute;top:0;right:-5px;background:url( '../images/buttons.png ') no-repeat;width:5px;height:33px}
10
+ #confirmBox .blue{background-position:left top;text-shadow:1px 1px 0 #5889a2;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
11
  #confirmBox .blue span{background-position:-195px 0;}
12
  #confirmBox .blue:hover{background-position:left bottom;}
13
  #confirmBox .blue:hover span{background-position:-195px bottom;}
15
  #confirmBox .gray span{background-position:-395px 0;}
16
  #confirmBox .gray:hover{background-position:-200px bottom;}
17
  #confirmBox .gray:hover span{background-position:-395px bottom;}
18
+ #maintenance-options { position: relative; width: 430px; }
19
  #maintenance-options h1 {font-size:35px;}
20
  #maintenance-options h1,
21
  #maintenance-options h2{float:left;font-family: 'Open Sans ',Arial,Helvetica,sans-serif;font-size:35px;font-weight:bold;}
27
  #maintenance-options h3{margin:0 0 16px 4px;}
28
  #maintenance-options #steps{margin:0 0 20px 15px;padding:0 0 0 14px;}
29
  #maintenance-options #steps li{margin:0 0 5px 0;padding:0;}
30
+ .theme-options{border:0;margin:0;padding:0;width:471px; float: left;}
31
  .theme-options h4{margin-top:0;}
32
  .theme-options div{border:0;margin:0 0 30px 0;padding:10px 0 0 0px;}
33
  .theme-options label{display:block;float:left;margin:0 0 5px;padding-right:15px;text-align:right;width:118px;padding-top:4px;}
index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Maintenance
4
  Plugin URI: http://wordpress.org/extend/plugins/maintenance/
5
  Description: Take your site down from public view with a click of a button hiding the site when you need to change a few things or run an upgrade, making it only accessible by login and password. There is also an area to add a custom message which will be shown to the users while your site is down. Users stay on the same page when they input wrong initials.
6
- Version: 1.1
7
  Author: fruitfulcode
8
  Author URI: http://fruitfulcode.com
9
  License: GPL2
3
  Plugin Name: Maintenance
4
  Plugin URI: http://wordpress.org/extend/plugins/maintenance/
5
  Description: Take your site down from public view with a click of a button hiding the site when you need to change a few things or run an upgrade, making it only accessible by login and password. There is also an area to add a custom message which will be shown to the users while your site is down. Users stay on the same page when they input wrong initials.
6
+ Version: 1.1.1
7
  Author: fruitfulcode
8
  Author URI: http://fruitfulcode.com
9
  License: GPL2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://fruitfulcode.com/
4
  Tags: maintenance, login, under-construction, administration, offline, unavailable, landing page
5
  Requires at least: 3.0
6
  Tested up to: 3.3.2
7
- Stable tag: 1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -22,8 +22,8 @@ Take your site down from public view with a click of a button hiding the site wh
22
 
23
  <h3>Extended version</h3>
24
 
25
- You can purchase an extended version of our plug-in and support our team
26
- <a target="_blank" href="http://codecanyon.net/item/maintenance-wordpress-plugin/2781350">Link</a>
27
 
28
  == Installation ==
29
 
@@ -48,6 +48,10 @@ No, it will be display error on current maintenance page, without redirect to wp
48
 
49
  == Changelog ==
50
 
 
 
 
 
51
  = 1.1 =
52
 
53
  * Any logo images will be in center of page
4
  Tags: maintenance, login, under-construction, administration, offline, unavailable, landing page
5
  Requires at least: 3.0
6
  Tested up to: 3.3.2
7
+ Stable tag: 1.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
22
 
23
  <h3>Extended version</h3>
24
 
25
+ You can purchase an extended version of our plug-in and support our team <br>
26
+ <a target="_blank" href="http://codecanyon.net/item/maintenance-wordpress-plugin/2781350">LINK</a>
27
 
28
  == Installation ==
29
 
48
 
49
  == Changelog ==
50
 
51
+ = 1.1.1 =
52
+
53
+ Css fixes
54
+
55
  = 1.1 =
56
 
57
  * Any logo images will be in center of page