PluginProbe
CSS & JavaScript Toolbox / 6.1
CSS & JavaScript Toolbox v6.1
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
← All changes | framework/css/toolbox.css +6 -12 106.1 View file →
@@ -1,18 +1,14 @@
1 1 /* Toolboxes */
2 -.cjt-toolbox .divider,
3 -.cjt-toolbox .empty-divider {
2 +.cjt-toolbox .divider {
3 + background-image: url('images/divider.png');
4 + background-repeat: no-repeat;
5 + background-position: center;
4 6 margin: 0 20px;
5 7 width: 2px;
6 8 display: inline-block;
7 9 height: 25px;
8 10 }
9 -
10 -.cjt-toolbox .divider {
11 - background-image: url('images/divider.png');
12 - background-repeat: no-repeat;
13 - background-position: center;
14 -}
15 11 .cjt-toolbox .icons-group {
16 12 display: inline-block;
17 13 }
18 14 .cjt-toolbox .icons-group .popup-menu {
@@ -35,9 +31,9 @@
35 31 margin-top: -4px;
36 32 z-index: 2;
37 33 background-color: white;
38 34 padding: 10px 10px;
39 - border: 1px solid #bbb;
35 + border: 3px solid #EFEFEF;
40 36 border-top-right-radius: 3px;
41 37 border-top-left-radius: 3px;
42 38 border-bottom-right-radius: 3px;
43 39 border-bottom-left-radius: 3px;
@@ -42,14 +38,12 @@
42 38 border-bottom-right-radius: 3px;
43 39 border-bottom-left-radius: 3px;
44 40 }
45 41 .cjt-toolbox .icons-group .popup-menu a.cjt-tb-text-link {
46 - width: 100%;
42 + width: auto;
47 43 background-position-x: left;
48 44 padding-left: 35px;
49 45 padding-top: 6px;
50 - display: flex;
51 - align-items: center;
52 46 }
53 47 .cjt-toolbox .icons-group a.l-127x23 {
54 48 width: 105px;
55 49 height: 23px;