Version Description
- Fix not uploaded admin.css
Download this release
Release Info
Developer | satrya |
Plugin | Recent Posts Widget Extended |
Version | 0.8.1 |
Comparing to | |
See all releases |
Code changes from version 0.8 to 0.8.1
- includes/admin.css +44 -0
- readme.txt +4 -1
- rpwe.css +0 -65
- rpwe.php +1 -1
includes/admin.css
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.widgets-php .rpwe-columns-2 {
|
2 |
+
overflow: hidden;
|
3 |
+
float: left;
|
4 |
+
width: 48%;
|
5 |
+
}
|
6 |
+
|
7 |
+
.widgets-php .rpwe-columns-3 {
|
8 |
+
overflow: hidden;
|
9 |
+
float: left;
|
10 |
+
width: 31%;
|
11 |
+
margin-right: 3.5%;
|
12 |
+
}
|
13 |
+
|
14 |
+
.widgets-php .rpwe-columns-2 input.widefat,
|
15 |
+
.widgets-php .rpwe-columns-2 select.widefat {
|
16 |
+
width: 99%;
|
17 |
+
}
|
18 |
+
|
19 |
+
.widgets-php .rpwe-columns-3 select.widefat {
|
20 |
+
width: 98.5%;
|
21 |
+
}
|
22 |
+
|
23 |
+
.widgets-php .rpwe-column-last {
|
24 |
+
float: right;
|
25 |
+
margin-right: 0;
|
26 |
+
}
|
27 |
+
|
28 |
+
.widgets-php .rpwe-columns-2 label,
|
29 |
+
.widgets-php .rpwe-columns-3 label {
|
30 |
+
font-size: 11px;
|
31 |
+
}
|
32 |
+
|
33 |
+
.small-input {
|
34 |
+
width: 78px;
|
35 |
+
}
|
36 |
+
|
37 |
+
.rpwe-block {
|
38 |
+
display: block;
|
39 |
+
}
|
40 |
+
|
41 |
+
label.input-checkbox {
|
42 |
+
width: 100px;
|
43 |
+
display: inline-block;
|
44 |
+
}
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: tokokoo, satrya, davidkryzaniak
|
|
3 |
Tags: recent posts, thumbnails, widget, widgets, sidebar, excerpt, category, post tag, post type, multiple widgets
|
4 |
Requires at least: 3.4
|
5 |
Tested up to: 3.6
|
6 |
-
Stable tag: 0.8
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -63,6 +63,9 @@ You can use `rpwe_default_query_arguments`
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
66 |
= 0.8 =
|
67 |
* PLEASE RE-SAVE THE WIDGET
|
68 |
* Remove caching system, it causing some issues
|
3 |
Tags: recent posts, thumbnails, widget, widgets, sidebar, excerpt, category, post tag, post type, multiple widgets
|
4 |
Requires at least: 3.4
|
5 |
Tested up to: 3.6
|
6 |
+
Stable tag: 0.8.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
63 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
= 0.8.1 =
|
67 |
+
* Fix not uploaded admin.css
|
68 |
+
|
69 |
= 0.8 =
|
70 |
* PLEASE RE-SAVE THE WIDGET
|
71 |
* Remove caching system, it causing some issues
|
rpwe.css
DELETED
@@ -1,65 +0,0 @@
|
|
1 |
-
/*
|
2 |
-
Description: Custom CSS for the Recent Posts Widget Extended.
|
3 |
-
Version: 0.2
|
4 |
-
Revision: 0.7.1
|
5 |
-
Author: Satrya
|
6 |
-
License: GPLv2
|
7 |
-
*/
|
8 |
-
|
9 |
-
.rpwe-block ul {
|
10 |
-
list-style: none !important;
|
11 |
-
margin-left: 0 !important;
|
12 |
-
padding-left: 0 !important;
|
13 |
-
}
|
14 |
-
|
15 |
-
.rpwe-block li {
|
16 |
-
border-bottom: 1px solid #eee;
|
17 |
-
margin-bottom: 10px;
|
18 |
-
padding-bottom: 10px;
|
19 |
-
}
|
20 |
-
|
21 |
-
.rpwe-block a {
|
22 |
-
display: inline !important;
|
23 |
-
text-decoration: none;
|
24 |
-
}
|
25 |
-
|
26 |
-
.rpwe-block h3 {
|
27 |
-
background: none !important;
|
28 |
-
clear: none;
|
29 |
-
margin-bottom: 0 !important;
|
30 |
-
font-weight: normal;
|
31 |
-
font-size: 12px !important;
|
32 |
-
line-height: 1.5em;
|
33 |
-
}
|
34 |
-
|
35 |
-
.rpwe-alignleft {
|
36 |
-
border: 1px solid #EEE !important;
|
37 |
-
box-shadow: none !important;
|
38 |
-
display: inline;
|
39 |
-
float: left;
|
40 |
-
margin: 2px 10px 0 0;
|
41 |
-
padding: 3px !important;
|
42 |
-
}
|
43 |
-
|
44 |
-
.rpwe-summary {
|
45 |
-
font-size: 12px;
|
46 |
-
}
|
47 |
-
|
48 |
-
.rpwe-time {
|
49 |
-
color: #bbb;
|
50 |
-
font-size: 11px;
|
51 |
-
}
|
52 |
-
|
53 |
-
.rpwe-clearfix:before,
|
54 |
-
.rpwe-clearfix:after {
|
55 |
-
content: "";
|
56 |
-
display: table;
|
57 |
-
}
|
58 |
-
|
59 |
-
.rpwe-clearfix:after {
|
60 |
-
clear: both;
|
61 |
-
}
|
62 |
-
|
63 |
-
.rpwe-clearfix {
|
64 |
-
*zoom: 1;
|
65 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rpwe.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Recent Posts Widget Extended
|
4 |
Plugin URI: http://wordpress.org/plugins/recent-posts-widget-extended/
|
5 |
Description: Enables recent posts widget with advanced settings.
|
6 |
-
Version: 0.8
|
7 |
Author: Satrya
|
8 |
Author URI: http://tokokoo.com
|
9 |
Author Email: satrya@tokokoo.com
|
3 |
Plugin Name: Recent Posts Widget Extended
|
4 |
Plugin URI: http://wordpress.org/plugins/recent-posts-widget-extended/
|
5 |
Description: Enables recent posts widget with advanced settings.
|
6 |
+
Version: 0.8.1
|
7 |
Author: Satrya
|
8 |
Author URI: http://tokokoo.com
|
9 |
Author Email: satrya@tokokoo.com
|