| @@ -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 { |
| @@ -28,17 +24,16 @@ | ||
| 28 | 24 | background-position: left 85%; |
| 29 | 25 | } |
| 30 | 26 | .cjt-toolbox .icons-group a.cjt-tb-text-link { |
| 31 | 27 | padding-left: 30px; |
| 32 | - width: 119px; | |
| 28 | + width: 100%; | |
| 33 | 29 | } |
| 34 | -.cjt-toolbox .icons-group .popup-menu, | |
| 35 | -.block-toolbox-menu ul { | |
| 30 | +.cjt-toolbox .icons-group .popup-menu { | |
| 36 | 31 | margin-top: -4px; |
| 37 | 32 | z-index: 2; |
| 38 | 33 | background-color: white; |
| 39 | 34 | padding: 10px 10px; |
| 40 | - border: 1px solid #bbb; | |
| 35 | + border: 3px solid #EFEFEF; | |
| 41 | 36 | border-top-right-radius: 3px; |
| 42 | 37 | border-top-left-radius: 3px; |
| 43 | 38 | border-bottom-right-radius: 3px; |
| 44 | 39 | border-bottom-left-radius: 3px; |
| @@ -43,13 +38,12 @@ | ||
| 43 | 38 | border-bottom-right-radius: 3px; |
| 44 | 39 | border-bottom-left-radius: 3px; |
| 45 | 40 | } |
| 46 | 41 | .cjt-toolbox .icons-group .popup-menu a.cjt-tb-text-link { |
| 47 | - background-position-x: left; | |
| 48 | - padding-left: 35px; | |
| 49 | - padding-top: 6px; | |
| 50 | - display: flex; | |
| 51 | - align-items: center; | |
| 42 | + width: 100%; | |
| 43 | + background-position-x: left; | |
| 44 | + padding-left: 35px; | |
| 45 | + padding-top: 6px; | |
| 52 | 46 | } |
| 53 | 47 | .cjt-toolbox .icons-group a.l-127x23 { |
| 54 | 48 | width: 105px; |
| 55 | 49 | height: 23px; |
| @@ -63,19 +57,14 @@ | ||
| 63 | 57 | .cjt-toolbox a.cjt-tb-link:visited { |
| 64 | 58 | color: #6C6B6B; |
| 65 | 59 | } |
| 66 | 60 | .cjt-toolbox a.cjt-tb-link:hover { |
| 67 | - opacity : 0.7; | |
| 68 | - filter:alpha(opacity = 70%); | |
| 61 | + opacity : 0.8; | |
| 62 | + filter:alpha(opacity = 80%); | |
| 69 | 63 | } |
| 70 | -.cjt-toolbox a.cjttbs-disabled, | |
| 71 | 64 | .cjt-toolbox a.cjttbs-disabled:hover { |
| 72 | - opacity : 0.4; | |
| 73 | - filter:alpha(opacity = 4%); | |
| 74 | -} | |
| 75 | - | |
| 76 | -.cjt-toolbox a.cjttbs-loading, | |
| 77 | -.cjt-toolbox a.cjttbs-loading:hover { | |
| 78 | 65 | opacity : 1; |
| 79 | 66 | filter:alpha(opacity = 100%); |
| 80 | 67 | } |
| 81 | -.cjt-toolbox a.cjttbs-loading{background: url(images/loading.gif) center no-repeat !important;} | |
| 68 | +.cjt-toolbox a.cjttbs-loading { | |
| 69 | + background: url(images/loading.gif) center no-repeat !important; | |
| 70 | +} | |