Version Description
- Image container css updates
Download this release
Release Info
Developer | metaphorcreations |
Plugin | Ditty News Ticker |
Version | 2.0.16 |
Comparing to | |
See all releases |
Code changes from version 2.0.15 to 2.0.16
- assets/css/style.css +3 -1
- assets/sass/style.scss +3 -1
- ditty-news-ticker.php +3 -3
- readme.txt +7 -2
assets/css/style.css
CHANGED
@@ -185,6 +185,7 @@
|
|
185 |
/* --------------------------------------------------------- */
|
186 |
.mtphr-dnt-image-container {
|
187 |
position: relative;
|
|
|
188 |
}
|
189 |
|
190 |
.mtphr-dnt-image-container > * {
|
@@ -214,7 +215,8 @@
|
|
214 |
box-sizing: border-box;
|
215 |
width: 100%;
|
216 |
margin: 0 !important;
|
217 |
-
|
|
|
218 |
color: #FFF;
|
219 |
background: rgba(0, 0, 0, 0.7);
|
220 |
}
|
185 |
/* --------------------------------------------------------- */
|
186 |
.mtphr-dnt-image-container {
|
187 |
position: relative;
|
188 |
+
display: inline-block;
|
189 |
}
|
190 |
|
191 |
.mtphr-dnt-image-container > * {
|
215 |
box-sizing: border-box;
|
216 |
width: 100%;
|
217 |
margin: 0 !important;
|
218 |
+
line-height: 1.2em;
|
219 |
+
padding: 12px 20px;
|
220 |
color: #FFF;
|
221 |
background: rgba(0, 0, 0, 0.7);
|
222 |
}
|
assets/sass/style.scss
CHANGED
@@ -171,6 +171,7 @@
|
|
171 |
|
172 |
.mtphr-dnt-image-container {
|
173 |
position: relative;
|
|
|
174 |
> * {
|
175 |
margin: 10px 0;
|
176 |
&:first-child {
|
@@ -194,7 +195,8 @@
|
|
194 |
box-sizing: border-box;
|
195 |
width: 100%;
|
196 |
margin: 0 !important;
|
197 |
-
|
|
|
198 |
color: #FFF;
|
199 |
background: rgba(0, 0, 0, .7);
|
200 |
}
|
171 |
|
172 |
.mtphr-dnt-image-container {
|
173 |
position: relative;
|
174 |
+
display: inline-block;
|
175 |
> * {
|
176 |
margin: 10px 0;
|
177 |
&:first-child {
|
195 |
box-sizing: border-box;
|
196 |
width: 100%;
|
197 |
margin: 0 !important;
|
198 |
+
line-height: 1.2em;
|
199 |
+
padding: 12px 20px;
|
200 |
color: #FFF;
|
201 |
background: rgba(0, 0, 0, .7);
|
202 |
}
|
ditty-news-ticker.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://dittynewsticker.com/
|
|
5 |
Description: Ditty News Ticker is a multi-functional data display plugin
|
6 |
Text Domain: ditty-news-ticker
|
7 |
Domain Path: languages
|
8 |
-
Version: 2.0.
|
9 |
Author: Metaphor Creations
|
10 |
Author URI: http://www.metaphorcreations.com
|
11 |
Contributors: metaphorcreations
|
@@ -32,10 +32,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
32 |
|
33 |
|
34 |
/* --------------------------------------------------------- */
|
35 |
-
/* !Define constants - 2.0.
|
36 |
/* --------------------------------------------------------- */
|
37 |
|
38 |
-
define ( 'MTPHR_DNT_VERSION', '2.0.
|
39 |
define ( 'MTPHR_DNT_DIR', trailingslashit(plugin_dir_path(__FILE__)) );
|
40 |
define ( 'MTPHR_DNT_URL', trailingslashit(plugins_url()).'ditty-news-ticker/' );
|
41 |
|
5 |
Description: Ditty News Ticker is a multi-functional data display plugin
|
6 |
Text Domain: ditty-news-ticker
|
7 |
Domain Path: languages
|
8 |
+
Version: 2.0.16
|
9 |
Author: Metaphor Creations
|
10 |
Author URI: http://www.metaphorcreations.com
|
11 |
Contributors: metaphorcreations
|
32 |
|
33 |
|
34 |
/* --------------------------------------------------------- */
|
35 |
+
/* !Define constants - 2.0.16 */
|
36 |
/* --------------------------------------------------------- */
|
37 |
|
38 |
+
define ( 'MTPHR_DNT_VERSION', '2.0.16' );
|
39 |
define ( 'MTPHR_DNT_DIR', trailingslashit(plugin_dir_path(__FILE__)) );
|
40 |
define ( 'MTPHR_DNT_URL', trailingslashit(plugins_url()).'ditty-news-ticker/' );
|
41 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: metaphorcreations
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FUZKZGAJSBAE6
|
4 |
Tags: ticker, news, news ticker, rotator, data rotator, lists, data
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 4.5.
|
7 |
Stable tag: /trunk/
|
8 |
License: GPL2
|
9 |
|
@@ -62,9 +62,14 @@ Each individual Ticker post has multiple settings to customize.
|
|
62 |
2. Scroll Mode options
|
63 |
3. Rotate Mode options
|
64 |
4. List Mode options
|
|
|
|
|
65 |
|
66 |
== Changelog ==
|
67 |
|
|
|
|
|
|
|
68 |
= 2.0.15 =
|
69 |
* Tick width and height detection modification in jQuery script
|
70 |
|
@@ -374,4 +379,4 @@ Each individual Ticker post has multiple settings to customize.
|
|
374 |
|
375 |
== Upgrade Notice ==
|
376 |
|
377 |
-
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FUZKZGAJSBAE6
|
4 |
Tags: ticker, news, news ticker, rotator, data rotator, lists, data
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 4.5.3
|
7 |
Stable tag: /trunk/
|
8 |
License: GPL2
|
9 |
|
62 |
2. Scroll Mode options
|
63 |
3. Rotate Mode options
|
64 |
4. List Mode options
|
65 |
+
4. Global options
|
66 |
+
5. Embed options
|
67 |
|
68 |
== Changelog ==
|
69 |
|
70 |
+
= 2.0.16 =
|
71 |
+
* Image container css updates
|
72 |
+
|
73 |
= 2.0.15 =
|
74 |
* Tick width and height detection modification in jQuery script
|
75 |
|
379 |
|
380 |
== Upgrade Notice ==
|
381 |
|
382 |
+
Image container css updates
|