| @@ -1,7 +1,4 @@ | ||
| 1 | -/* | |
| 2 | - Version: 4.0.6 | |
| 3 | -*/ | |
| 4 | 1 | #visualizer-library-view { |
| 5 | 2 | padding: 30px 10px 10px 30px; |
| 6 | 3 | } |
| 7 | 4 | |
| @@ -29,47 +26,48 @@ | ||
| 29 | 26 | float: left; |
| 30 | 27 | margin: 0 20px 20px 0; |
| 31 | 28 | padding: 5px; |
| 32 | 29 | border: 1px solid #ddd; |
| 30 | + -webkit-box-shadow: 0px 0px 8px #ddd; | |
| 31 | + box-shadow: 0px 0px 8px #ddd; | |
| 33 | 32 | background-color: #efefef; |
| 34 | - box-shadow: 0 0 8px #ddd; | |
| 35 | 33 | } |
| 36 | 34 | |
| 37 | 35 | .visualizer-library-chart-canvas { |
| 36 | + height: 187px; | |
| 38 | 37 | width: 250px; |
| 39 | - height: 187px; | |
| 40 | 38 | border: 1px solid #ddd; |
| 41 | 39 | background-color: white; |
| 42 | - background-image: url("../images/ajax-loader.gif"); | |
| 40 | + background-image: url('../images/ajax-loader.gif'); | |
| 41 | + background-position: center center; | |
| 43 | 42 | background-repeat: no-repeat; |
| 44 | - background-position: center center; | |
| 45 | 43 | } |
| 46 | 44 | |
| 47 | 45 | .visualizer-library-nochart-canvas { |
| 46 | + background-image: url('../images/notfound.png?v=4'); | |
| 47 | + background-repeat: repeat; | |
| 48 | 48 | position: relative; |
| 49 | - background-image: url("../images/notfound.png?v=4"); | |
| 50 | - background-repeat: repeat; | |
| 51 | 49 | } |
| 52 | 50 | |
| 53 | 51 | .visualizer-library-notfound { |
| 52 | + text-align: center; | |
| 53 | + font-weight: bold; | |
| 54 | + font-size: 14px; | |
| 55 | + margin-top: -7px; | |
| 54 | 56 | position: absolute; |
| 55 | 57 | top: 50%; |
| 58 | + left: 0; | |
| 56 | 59 | right: 0; |
| 57 | - left: 0; | |
| 58 | - margin-top: -7px; | |
| 59 | - font-size: 14px; | |
| 60 | - font-weight: bold; | |
| 61 | - text-align: center; | |
| 62 | 60 | } |
| 63 | 61 | |
| 64 | 62 | .visualizer-library-chart-action { |
| 63 | + float: right; | |
| 65 | 64 | display: block; |
| 66 | - float: right; | |
| 65 | + height: 16px; | |
| 67 | 66 | width: 16px; |
| 68 | - height: 16px; | |
| 67 | + background-repeat: no-repeat; | |
| 68 | + background-image: url('../images/ui-icons.png'); | |
| 69 | 69 | margin: 2px 5px 0; |
| 70 | - background-image: url("../images/ui-icons.png"); | |
| 71 | - background-repeat: no-repeat; | |
| 72 | 70 | } |
| 73 | 71 | |
| 74 | 72 | .visualizer-library-nochart-delete, |
| 75 | 73 | .visualizer-library-chart-delete { |
| @@ -82,12 +80,11 @@ | ||
| 82 | 80 | } |
| 83 | 81 | |
| 84 | 82 | .visualizer-library-nochart-delete, |
| 85 | 83 | .visualizer-library-nochart-insert { |
| 86 | - opacity: 0.5; | |
| 87 | - | |
| 88 | - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; | |
| 89 | - filter: alpha(opacity=50); | |
| 84 | + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; | |
| 85 | + filter: alpha(opacity=50); | |
| 86 | + opacity: 0.5 | |
| 90 | 87 | } |
| 91 | 88 | |
| 92 | 89 | .visualizer-library-chart-footer { |
| 93 | 90 | margin-top: 4px; |
| @@ -93,25 +90,18 @@ | ||
| 93 | 90 | margin-top: 4px; |
| 94 | 91 | } |
| 95 | 92 | |
| 96 | 93 | .visualizer-library-chart-shortcode { |
| 97 | - padding: 3px 0; | |
| 98 | 94 | color: #aaa; |
| 99 | 95 | text-shadow: 0 1px 0 #fff; |
| 100 | 96 | cursor: pointer; |
| 97 | + padding: 3px 0; | |
| 101 | 98 | } |
| 102 | 99 | |
| 103 | -.visualizer-library-chart-shortcode::-moz-selection, | |
| 100 | +.visualizer-library-chart-shortcode::selection, | |
| 104 | 101 | .visualizer-library-chart-shortcode::-moz-selection { |
| 105 | - color: black; | |
| 106 | 102 | background-color: #a8d1ff; |
| 107 | - text-shadow: none; | |
| 108 | -} | |
| 109 | - | |
| 110 | -.visualizer-library-chart-shortcode::selection, | |
| 111 | -.visualizer-library-chart-shortcode::-moz-selection { | |
| 112 | 103 | color: black; |
| 113 | - background-color: #a8d1ff; | |
| 114 | 104 | text-shadow: none; |
| 115 | 105 | } |
| 116 | 106 | |
| 117 | 107 | #visualizer-library-pagination { |
| @@ -119,20 +109,20 @@ | ||
| 119 | 109 | } |
| 120 | 110 | |
| 121 | 111 | .visualizer-library-pagination-item { |
| 122 | 112 | float: left; |
| 113 | + margin-left: 20px; | |
| 123 | 114 | margin-top: 10px; |
| 124 | - margin-left: 20px; | |
| 125 | 115 | } |
| 126 | 116 | |
| 127 | 117 | .visualizer-library-pagination-page { |
| 128 | 118 | padding: 5px 10px; |
| 119 | + background-color: #aaa; | |
| 120 | + color: white !important; | |
| 121 | + text-decoration: none; | |
| 129 | 122 | border-radius: 2px; |
| 130 | - color: white !important; | |
| 131 | - background-color: #aaa; | |
| 132 | 123 | box-shadow: 0 0 5px #ccc; |
| 133 | 124 | font-weight: bold; |
| 134 | - text-decoration: none; | |
| 135 | 125 | } |
| 136 | 126 | |
| 137 | 127 | .visualizer-library-pagination-active > .visualizer-library-pagination-page, |
| 138 | 128 | a.visualizer-library-pagination-page:hover { |
| @@ -139,68 +129,24 @@ | ||
| 139 | 129 | background-color: lightcoral; |
| 140 | 130 | box-shadow: 0 0 5px lightpink; |
| 141 | 131 | } |
| 142 | 132 | |
| 143 | -.locker, | |
| 144 | -.locker-loader { | |
| 145 | - position: absolute; | |
| 133 | +.locker, .locker-loader { | |
| 134 | + left: 0; | |
| 146 | 135 | top: 0; |
| 147 | - left: 0; | |
| 148 | 136 | width: 100%; |
| 149 | 137 | height: 100%; |
| 138 | + position: absolute; | |
| 150 | 139 | } |
| 151 | 140 | |
| 152 | 141 | .locker { |
| 153 | 142 | z-index: 1000; |
| 154 | - opacity: 0.8; | |
| 155 | 143 | background-color: white; |
| 156 | - | |
| 157 | 144 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; |
| 158 | 145 | filter: alpha(opacity=80); |
| 146 | + opacity: 0.8; | |
| 159 | 147 | } |
| 160 | 148 | |
| 161 | 149 | .locker-loader { |
| 162 | 150 | z-index: 1001; |
| 163 | 151 | 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 | 152 | } |