| @@ -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; |