| 1 |
/* Toolboxes */ |
| 2 |
.cjt-toolbox .divider { |
| 3 |
background-image: url('images/divider.png'); |
| 4 |
background-repeat: no-repeat; |
| 5 |
background-position: center; |
| 6 |
margin: 0 20px; |
| 7 |
width: 2px; |
| 8 |
display: inline-block; |
| 9 |
height: 25px; |
| 10 |
} |
| 11 |
.cjt-toolbox .icons-group { |
| 12 |
display: inline-block; |
| 13 |
} |
| 14 |
.cjt-toolbox .icons-group .popup-menu { |
| 15 |
position: absolute; |
| 16 |
} |
| 17 |
.cjt-toolbox .icons-group a.cjt-tb-link { |
| 18 |
width: 27px; |
| 19 |
height: 27px; |
| 20 |
display: inline-block; |
| 21 |
cursor: pointer; |
| 22 |
margin-left: 3px; |
| 23 |
background-repeat: no-repeat; |
| 24 |
background-position: left 85%; |
| 25 |
} |
| 26 |
.cjt-toolbox .icons-group a.cjt-tb-text-link { |
| 27 |
padding-left: 30px; |
| 28 |
width: 100%; |
| 29 |
} |
| 30 |
.cjt-toolbox .icons-group .popup-menu { |
| 31 |
margin-top: -4px; |
| 32 |
z-index: 2; |
| 33 |
background-color: white; |
| 34 |
padding: 10px 10px; |
| 35 |
border: 3px solid #EFEFEF; |
| 36 |
border-top-right-radius: 3px; |
| 37 |
border-top-left-radius: 3px; |
| 38 |
border-bottom-right-radius: 3px; |
| 39 |
border-bottom-left-radius: 3px; |
| 40 |
} |
| 41 |
.cjt-toolbox .icons-group .popup-menu a.cjt-tb-text-link { |
| 42 |
width: auto; |
| 43 |
background-position-x: left; |
| 44 |
padding-left: 35px; |
| 45 |
padding-top: 6px; |
| 46 |
} |
| 47 |
.cjt-toolbox .icons-group a.l-127x23 { |
| 48 |
width: 105px; |
| 49 |
height: 23px; |
| 50 |
} |
| 51 |
.cjt-toolbox .icons-group a.l-45x27 { |
| 52 |
width: 45px; |
| 53 |
height: 27px; |
| 54 |
} |
| 55 |
.cjt-toolbox a.cjt-tb-link, |
| 56 |
.cjt-toolbox a.cjt-tb-link:hover, |
| 57 |
.cjt-toolbox a.cjt-tb-link:visited { |
| 58 |
color: #6C6B6B; |
| 59 |
} |
| 60 |
.cjt-toolbox a.cjt-tb-link:hover { |
| 61 |
opacity : 0.7; |
| 62 |
filter:alpha(opacity = 70%); |
| 63 |
} |
| 64 |
.cjt-toolbox a.cjttbs-disabled, |
| 65 |
.cjt-toolbox a.cjttbs-disabled:hover { |
| 66 |
opacity : 0.4; |
| 67 |
filter:alpha(opacity = 4%); |
| 68 |
} |
| 69 |
|
| 70 |
.cjt-toolbox a.cjttbs-loading, |
| 71 |
.cjt-toolbox a.cjttbs-loading:hover { |
| 72 |
opacity : 1; |
| 73 |
filter:alpha(opacity = 100%); |
| 74 |
} |
| 75 |
.cjt-toolbox a.cjttbs-loading{background: url(images/loading.gif) center no-repeat !important;} |
| 76 |
|