| @@ -1,6 +1,6 @@ | ||
| 1 | 1 | /* |
| 2 | - Version: 4.0.6 | |
| 2 | + Version: 1.6.6 | |
| 3 | 3 | */ |
| 4 | 4 | #visualizer-library-view { |
| 5 | 5 | padding: 30px 10px 10px 30px; |
| 6 | 6 | } |
| @@ -29,47 +29,48 @@ | ||
| 29 | 29 | float: left; |
| 30 | 30 | margin: 0 20px 20px 0; |
| 31 | 31 | padding: 5px; |
| 32 | 32 | border: 1px solid #ddd; |
| 33 | + -webkit-box-shadow: 0px 0px 8px #ddd; | |
| 34 | + box-shadow: 0px 0px 8px #ddd; | |
| 33 | 35 | background-color: #efefef; |
| 34 | - box-shadow: 0 0 8px #ddd; | |
| 35 | 36 | } |
| 36 | 37 | |
| 37 | 38 | .visualizer-library-chart-canvas { |
| 39 | + height: 187px; | |
| 38 | 40 | width: 250px; |
| 39 | - height: 187px; | |
| 40 | 41 | border: 1px solid #ddd; |
| 41 | 42 | background-color: white; |
| 42 | - background-image: url("../images/ajax-loader.gif"); | |
| 43 | + background-image: url('../images/ajax-loader.gif'); | |
| 44 | + background-position: center center; | |
| 43 | 45 | background-repeat: no-repeat; |
| 44 | - background-position: center center; | |
| 45 | 46 | } |
| 46 | 47 | |
| 47 | 48 | .visualizer-library-nochart-canvas { |
| 49 | + background-image: url('../images/notfound.png?v=4'); | |
| 50 | + background-repeat: repeat; | |
| 48 | 51 | position: relative; |
| 49 | - background-image: url("../images/notfound.png?v=4"); | |
| 50 | - background-repeat: repeat; | |
| 51 | 52 | } |
| 52 | 53 | |
| 53 | 54 | .visualizer-library-notfound { |
| 55 | + text-align: center; | |
| 56 | + font-weight: bold; | |
| 57 | + font-size: 14px; | |
| 58 | + margin-top: -7px; | |
| 54 | 59 | position: absolute; |
| 55 | 60 | top: 50%; |
| 61 | + left: 0; | |
| 56 | 62 | right: 0; |
| 57 | - left: 0; | |
| 58 | - margin-top: -7px; | |
| 59 | - font-size: 14px; | |
| 60 | - font-weight: bold; | |
| 61 | - text-align: center; | |
| 62 | 63 | } |
| 63 | 64 | |
| 64 | 65 | .visualizer-library-chart-action { |
| 66 | + float: right; | |
| 65 | 67 | display: block; |
| 66 | - float: right; | |
| 68 | + height: 16px; | |
| 67 | 69 | width: 16px; |
| 68 | - height: 16px; | |
| 70 | + background-repeat: no-repeat; | |
| 71 | + background-image: url('../images/ui-icons.png'); | |
| 69 | 72 | margin: 2px 5px 0; |
| 70 | - background-image: url("../images/ui-icons.png"); | |
| 71 | - background-repeat: no-repeat; | |
| 72 | 73 | } |
| 73 | 74 | |
| 74 | 75 | .visualizer-library-nochart-delete, |
| 75 | 76 | .visualizer-library-chart-delete { |
| @@ -82,12 +83,11 @@ | ||
| 82 | 83 | } |
| 83 | 84 | |
| 84 | 85 | .visualizer-library-nochart-delete, |
| 85 | 86 | .visualizer-library-nochart-insert { |
| 86 | - opacity: 0.5; | |
| 87 | - | |
| 88 | - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; | |
| 89 | - filter: alpha(opacity=50); | |
| 87 | + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; | |
| 88 | + filter: alpha(opacity=50); | |
| 89 | + opacity: 0.5 | |
| 90 | 90 | } |
| 91 | 91 | |
| 92 | 92 | .visualizer-library-chart-footer { |
| 93 | 93 | margin-top: 4px; |
| @@ -93,25 +93,18 @@ | ||
| 93 | 93 | margin-top: 4px; |
| 94 | 94 | } |
| 95 | 95 | |
| 96 | 96 | .visualizer-library-chart-shortcode { |
| 97 | - padding: 3px 0; | |
| 98 | 97 | color: #aaa; |
| 99 | 98 | text-shadow: 0 1px 0 #fff; |
| 100 | 99 | cursor: pointer; |
| 100 | + padding: 3px 0; | |
| 101 | 101 | } |
| 102 | 102 | |
| 103 | -.visualizer-library-chart-shortcode::-moz-selection, | |
| 103 | +.visualizer-library-chart-shortcode::selection, | |
| 104 | 104 | .visualizer-library-chart-shortcode::-moz-selection { |
| 105 | - color: black; | |
| 106 | 105 | background-color: #a8d1ff; |
| 107 | - text-shadow: none; | |
| 108 | -} | |
| 109 | - | |
| 110 | -.visualizer-library-chart-shortcode::selection, | |
| 111 | -.visualizer-library-chart-shortcode::-moz-selection { | |
| 112 | 106 | color: black; |
| 113 | - background-color: #a8d1ff; | |
| 114 | 107 | text-shadow: none; |
| 115 | 108 | } |
| 116 | 109 | |
| 117 | 110 | #visualizer-library-pagination { |
| @@ -119,20 +112,20 @@ | ||
| 119 | 112 | } |
| 120 | 113 | |
| 121 | 114 | .visualizer-library-pagination-item { |
| 122 | 115 | float: left; |
| 116 | + margin-left: 20px; | |
| 123 | 117 | margin-top: 10px; |
| 124 | - margin-left: 20px; | |
| 125 | 118 | } |
| 126 | 119 | |
| 127 | 120 | .visualizer-library-pagination-page { |
| 128 | 121 | padding: 5px 10px; |
| 122 | + background-color: #aaa; | |
| 123 | + color: white !important; | |
| 124 | + text-decoration: none; | |
| 129 | 125 | border-radius: 2px; |
| 130 | - color: white !important; | |
| 131 | - background-color: #aaa; | |
| 132 | 126 | box-shadow: 0 0 5px #ccc; |
| 133 | 127 | font-weight: bold; |
| 134 | - text-decoration: none; | |
| 135 | 128 | } |
| 136 | 129 | |
| 137 | 130 | .visualizer-library-pagination-active > .visualizer-library-pagination-page, |
| 138 | 131 | a.visualizer-library-pagination-page:hover { |
| @@ -139,68 +132,24 @@ | ||
| 139 | 132 | background-color: lightcoral; |
| 140 | 133 | box-shadow: 0 0 5px lightpink; |
| 141 | 134 | } |
| 142 | 135 | |
| 143 | -.locker, | |
| 144 | -.locker-loader { | |
| 145 | - position: absolute; | |
| 136 | +.locker, .locker-loader { | |
| 137 | + left: 0; | |
| 146 | 138 | top: 0; |
| 147 | - left: 0; | |
| 148 | 139 | width: 100%; |
| 149 | 140 | height: 100%; |
| 141 | + position: absolute; | |
| 150 | 142 | } |
| 151 | 143 | |
| 152 | 144 | .locker { |
| 153 | 145 | z-index: 1000; |
| 154 | - opacity: 0.8; | |
| 155 | 146 | background-color: white; |
| 156 | - | |
| 157 | 147 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; |
| 158 | 148 | filter: alpha(opacity=80); |
| 149 | + opacity: 0.8; | |
| 159 | 150 | } |
| 160 | 151 | |
| 161 | 152 | .locker-loader { |
| 162 | 153 | z-index: 1001; |
| 163 | 154 | background: url(../images/ajax-loader.gif) no-repeat center center; |
| 164 | -} | |
| 165 | - | |
| 166 | - | |
| 167 | -/* TinyMCE button */ | |
| 168 | -i.mce-i-visualizer-icon:before { | |
| 169 | - content: "\f184"; | |
| 170 | - display: inline-block; | |
| 171 | - -webkit-font-smoothing: antialiased; | |
| 172 | - font: 400 20px/1 dashicons; | |
| 173 | - vertical-align: top; | |
| 174 | -} | |
| 175 | - | |
| 176 | -.visualizer-chart-bg, .visualizer-chart-insert-bg { | |
| 177 | - display: none; | |
| 178 | -} | |
| 179 | - | |
| 180 | -.visualizer-library-chart:hover .visualizer-chart-bg { | |
| 181 | - display: block; | |
| 182 | - position: absolute; | |
| 183 | - background: #000000; | |
| 184 | - width: 100%; | |
| 185 | - height: 100%; | |
| 186 | - top: 0; | |
| 187 | - left: 0; | |
| 188 | - opacity: 0.3; | |
| 189 | -} | |
| 190 | - | |
| 191 | -.visualizer-library-chart:hover .visualizer-chart-bg ~ .visualizer-chart-insert-bg { | |
| 192 | - display: block; | |
| 193 | - position: absolute; | |
| 194 | - top: 0; | |
| 195 | - left: 0; | |
| 196 | - width: 100%; | |
| 197 | - height: 100%; | |
| 198 | - z-index: 99999; | |
| 199 | -} | |
| 200 | - | |
| 201 | -button.visualizer-library-chart-insert{ | |
| 202 | - position: absolute; | |
| 203 | - top: 50%; | |
| 204 | - left: 50%; | |
| 205 | - transform: translate(-50%, -50%); | |
| 206 | 155 | } |