Version Description
Download this release
Release Info
Developer | sinetheta |
Plugin | Bootstrap Shortcodes |
Version | 3.0.1 |
Comparing to | |
See all releases |
Code changes from version 3.0 to 3.0.1
- bootstrap-shortcodes.php +1 -1
- css/admin.css +20 -77
- readme.txt +1 -1
bootstrap-shortcodes.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Bootstrap Shortcodes
|
4 |
Plugin URI: https://github.com/TheWebShop/bootstrap-shortcodes
|
5 |
Description: A simple shortcode generator. Add buttons, columns, toggles and alerts to your theme.
|
6 |
-
Version: 3.0.
|
7 |
Author: Kevin Attfield
|
8 |
Author URI: https://github.com/Sinetheta
|
9 |
|
3 |
Plugin Name: Bootstrap Shortcodes
|
4 |
Plugin URI: https://github.com/TheWebShop/bootstrap-shortcodes
|
5 |
Description: A simple shortcode generator. Add buttons, columns, toggles and alerts to your theme.
|
6 |
+
Version: 3.0.1
|
7 |
Author: Kevin Attfield
|
8 |
Author URI: https://github.com/Sinetheta
|
9 |
|
css/admin.css
CHANGED
@@ -1,113 +1,56 @@
|
|
1 |
/* Editor
|
2 |
-------------------------------------------------------------- */
|
3 |
-
.
|
4 |
-
.
|
5 |
-
.
|
6 |
-
.
|
7 |
-
.
|
8 |
-
.
|
9 |
-
.
|
10 |
-
.
|
11 |
-
.
|
12 |
-
.
|
13 |
background: url(../images/dwicons.png) no-repeat !important;
|
14 |
}
|
15 |
|
16 |
-
.
|
17 |
background-position: -2px -19px !important;
|
18 |
}
|
19 |
-
.wp_themeSkin .mceSplitButton:hover span.mce_bs_grid,
|
20 |
-
.wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_bs_grid {
|
21 |
-
background-position: -2px 0px !important;
|
22 |
-
}
|
23 |
|
24 |
-
.
|
25 |
background-position: -23px -19px !important;
|
26 |
}
|
27 |
-
.wp_themeSkin span.mce_bs_tabs:hover {
|
28 |
-
background-position: -23px 0px !important
|
29 |
-
}
|
30 |
|
31 |
-
.
|
32 |
background-position: -44px -19px !important;
|
33 |
}
|
34 |
-
.wp_themeSkin .mceSplitButton:hover span.mce_bs_collapse,
|
35 |
-
.wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_bs_collapse {
|
36 |
-
background-position: -44px 0px !important;
|
37 |
-
}
|
38 |
|
39 |
-
.
|
40 |
background-position: -65px -19px !important;
|
41 |
}
|
42 |
-
.wp_themeSkin .mceSplitButton:hover span.mce_bs_alerts,
|
43 |
-
.wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_bs_alerts {
|
44 |
-
background-position: -65px 0px !important;
|
45 |
-
}
|
46 |
|
47 |
-
.
|
48 |
background-position: -86px -19px !important;
|
49 |
}
|
50 |
-
.wp_themeSkin .mceSplitButton:hover span.mce_bs_wells,
|
51 |
-
.wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_bs_wells {
|
52 |
-
background-position: -86px 0 !important;
|
53 |
-
}
|
54 |
|
55 |
-
.
|
56 |
background-position: -107px -19px !important;
|
57 |
}
|
58 |
-
.wp_themeSkin .mceSplitButton:hover span.mce_bs_buttons,
|
59 |
-
.wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_bs_buttons {
|
60 |
-
background-position: -107px 0px !important;
|
61 |
-
}
|
62 |
|
63 |
-
.
|
64 |
background-position: -191px -19px !important;
|
65 |
}
|
66 |
-
.
|
67 |
-
.wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_bs_labels {
|
68 |
-
background-position: -191px 0px !important;
|
69 |
-
}
|
70 |
-
|
71 |
-
.wp_themeSkin .mceSplitButton span.mce_bs_tooltip {
|
72 |
background-position: -170px -19px !important;
|
73 |
}
|
74 |
-
.wp_themeSkin .mceSplitButton:hover span.mce_bs_tooltip,
|
75 |
-
.wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_bs_tooltip {
|
76 |
-
background-position: -170px 0px !important;
|
77 |
-
}
|
78 |
|
79 |
-
.
|
80 |
background-position: -128px -19px !important;
|
81 |
}
|
82 |
-
.wp_themeSkin span.mce_bs_icons:hover {
|
83 |
-
background-position: -128px 0 !important;
|
84 |
-
}
|
85 |
|
86 |
-
.
|
87 |
background-position: -149px -19px !important;
|
88 |
}
|
89 |
-
.wp_themeSkin span.mce_bs_lead:hover {
|
90 |
-
background-position: -149px 0 !important;
|
91 |
-
}
|
92 |
-
|
93 |
-
.mceMenu label {
|
94 |
-
display: block;
|
95 |
-
margin: 10px 0 0;
|
96 |
-
}
|
97 |
-
|
98 |
-
.mceMenu input[type=text],
|
99 |
-
.mceMenu select {
|
100 |
-
clear: both;
|
101 |
-
display: block;
|
102 |
-
-webkit-box-sizing: border-box;
|
103 |
-
-moz-box-sizing: border-box;
|
104 |
-
-ms-box-sizing: border-box;
|
105 |
-
box-sizing: border-box;
|
106 |
-
width: 100%;
|
107 |
-
min-width: 160px;
|
108 |
-
padding: 3px;
|
109 |
-
margin: 5px 0 0;
|
110 |
-
}
|
111 |
|
112 |
/* Iframe
|
113 |
-------------------------------------------------------------- */
|
1 |
/* Editor
|
2 |
-------------------------------------------------------------- */
|
3 |
+
.mce-i-bs-grid,
|
4 |
+
.mce-i-bs-tabs,
|
5 |
+
.mce-i-bs-collapse,
|
6 |
+
.mce-i-bs-alerts,
|
7 |
+
.mce-i-bs-wells,
|
8 |
+
.mce-i-bs-buttons,
|
9 |
+
.mce-i-bs-labels,
|
10 |
+
.mce-i-bs-tooltip,
|
11 |
+
.mce-i-bs-icons,
|
12 |
+
.mce-i-bs-lead {
|
13 |
background: url(../images/dwicons.png) no-repeat !important;
|
14 |
}
|
15 |
|
16 |
+
.mce-i-bs-grid {
|
17 |
background-position: -2px -19px !important;
|
18 |
}
|
|
|
|
|
|
|
|
|
19 |
|
20 |
+
.mce-i-bs-tabs {
|
21 |
background-position: -23px -19px !important;
|
22 |
}
|
|
|
|
|
|
|
23 |
|
24 |
+
.mce-i-bs-collapse {
|
25 |
background-position: -44px -19px !important;
|
26 |
}
|
|
|
|
|
|
|
|
|
27 |
|
28 |
+
.mce-i-bs-alerts {
|
29 |
background-position: -65px -19px !important;
|
30 |
}
|
|
|
|
|
|
|
|
|
31 |
|
32 |
+
.mce-i-bs-wells {
|
33 |
background-position: -86px -19px !important;
|
34 |
}
|
|
|
|
|
|
|
|
|
35 |
|
36 |
+
.mce-i-bs-buttons {
|
37 |
background-position: -107px -19px !important;
|
38 |
}
|
|
|
|
|
|
|
|
|
39 |
|
40 |
+
.mce-i-bs-labels {
|
41 |
background-position: -191px -19px !important;
|
42 |
}
|
43 |
+
.mce-i-bs-tooltip {
|
|
|
|
|
|
|
|
|
|
|
44 |
background-position: -170px -19px !important;
|
45 |
}
|
|
|
|
|
|
|
|
|
46 |
|
47 |
+
.mce-i-bs-icons {
|
48 |
background-position: -128px -19px !important;
|
49 |
}
|
|
|
|
|
|
|
50 |
|
51 |
+
.mce-i-bs-lead {
|
52 |
background-position: -149px -19px !important;
|
53 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
/* Iframe
|
56 |
-------------------------------------------------------------- */
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: sinetheta, beaurixon, no3x, Designwall Team
|
|
3 |
Tags: shortcode, shortcodes, bootstrap, buttons, grid, well, responsive, widget
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 3.9
|
6 |
-
Stable tag: 3.0.
|
7 |
License: GNU General Public License v2.0
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
3 |
Tags: shortcode, shortcodes, bootstrap, buttons, grid, well, responsive, widget
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 3.9
|
6 |
+
Stable tag: 3.0.1
|
7 |
License: GNU General Public License v2.0
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|