| @@ -20,22 +20,12 @@ | ||
| 20 | 20 | #visualizer-types { |
| 21 | 21 | margin: 20px 0 10px; |
| 22 | 22 | } |
| 23 | 23 | |
| 24 | -.visualizer-list-item .visualizer-pro-only { | |
| 25 | - text-decoration: line-through; | |
| 26 | -} | |
| 27 | - | |
| 28 | 24 | #visualizer-library { |
| 29 | - display: table-cell; | |
| 30 | - width: auto; | |
| 31 | 25 | margin: 20px 0; |
| 32 | 26 | } |
| 33 | 27 | |
| 34 | -#visualizer-content-wrapper { | |
| 35 | - width: 100%; | |
| 36 | -} | |
| 37 | - | |
| 38 | 28 | .loader { |
| 39 | 29 | position: absolute; |
| 40 | 30 | top: 50%; |
| 41 | 31 | left: 50%; |
| @@ -49,8 +39,9 @@ | ||
| 49 | 39 | margin: 0 24px 24px 0; |
| 50 | 40 | padding: 5px; |
| 51 | 41 | border: 1px solid #ddd; |
| 52 | 42 | background-color: #efefef; |
| 43 | + -webkit-box-shadow: 0 0 8px #ddd; | |
| 53 | 44 | box-shadow: 0 0 8px #ddd; |
| 54 | 45 | } |
| 55 | 46 | |
| 56 | 47 | .visualizer-chart-canvas { |
| @@ -145,163 +136,60 @@ | ||
| 145 | 136 | float: left; |
| 146 | 137 | margin-right: 20px; |
| 147 | 138 | } |
| 148 | 139 | |
| 149 | -#visualizer-search form { | |
| 150 | - text-align: right; | |
| 140 | +.page-numbers { | |
| 141 | + padding: 5px 10px; | |
| 142 | + border-radius: 2px; | |
| 143 | + color: white !important; | |
| 144 | + background-color: #aaa; | |
| 145 | + -webkit-box-shadow: 0 0 5px #ccc; | |
| 146 | + box-shadow: 0 0 5px #ccc; | |
| 147 | + font-weight: bold; | |
| 148 | + text-decoration: none; | |
| 151 | 149 | } |
| 152 | 150 | |
| 153 | -#visualizer-sidebar { | |
| 154 | - display: table-cell; | |
| 155 | - width: 250px; | |
| 151 | +.page-numbers.current, | |
| 152 | +a.page-numbers:hover { | |
| 153 | + background-color: lightcoral; | |
| 154 | + -webkit-box-shadow: 0 0 5px lightpink; | |
| 155 | + box-shadow: 0 0 5px lightpink; | |
| 156 | 156 | } |
| 157 | 157 | |
| 158 | -.visualizer-sidebar-box ul li { | |
| 159 | - margin: 4px 0; | |
| 160 | - color: #23282d; | |
| 161 | -} | |
| 162 | - | |
| 163 | -.visualizer-sidebar-box ul { | |
| 164 | - margin-left: 40px; | |
| 165 | - text-align: left; | |
| 166 | - list-style-type: disc; | |
| 167 | -} | |
| 168 | - | |
| 169 | -.visualizer-sidebar-box { | |
| 170 | - display: block; | |
| 171 | - width: 95%; | |
| 172 | - margin: 0; | |
| 173 | - margin-top: 20px; | |
| 174 | - margin-left: 2.5%; | |
| 175 | - padding-top: 10px; | |
| 176 | - padding-bottom: 15px; | |
| 177 | - border-top: 5px solid #0073aa; | |
| 178 | - color: #0073aa; | |
| 179 | - background: white; | |
| 180 | - text-align: center; | |
| 181 | -} | |
| 182 | - | |
| 183 | -/* The switch - the box around the slider */ | |
| 184 | -.visualizer-switch { | |
| 185 | - display: inline-block; | |
| 186 | - position: relative; | |
| 187 | - width: 30px; | |
| 188 | - height: 18px; | |
| 189 | -} | |
| 190 | - | |
| 191 | -/* Hide default HTML checkbox */ | |
| 192 | -.visualizer-switch input { | |
| 158 | +.visualizer-library-pagination { | |
| 193 | 159 | display: none; |
| 194 | 160 | } |
| 195 | 161 | |
| 196 | -/* The slider */ | |
| 197 | -.visualizer-tracking sup { | |
| 198 | - vertical-align: 3px; | |
| 199 | -} | |
| 162 | +#visualizer-search form { | |
| 163 | + display: -webkit-box; | |
| 164 | + display: -webkit-flex; | |
| 165 | + display: -ms-flexbox; | |
| 166 | + display: flex; | |
| 200 | 167 | |
| 201 | -.visualizer-slider { | |
| 202 | - position: absolute; | |
| 203 | - top: 0; | |
| 204 | - right: 0; | |
| 205 | - bottom: 0; | |
| 206 | - left: 0; | |
| 207 | - background-color: #ccc; | |
| 208 | - cursor: pointer; | |
| 209 | - -webkit-transition: 0.4s; | |
| 210 | - transition: 0.4s; | |
| 168 | + -webkit-align-items: center; | |
| 169 | + align-items: center; | |
| 170 | + -webkit-box-align: center; | |
| 171 | + -ms-flex-align: center; | |
| 211 | 172 | } |
| 212 | 173 | |
| 213 | -.visualizer-slider:before { | |
| 214 | - position: absolute; | |
| 215 | - bottom: 1.5px; | |
| 216 | - left: 2px; | |
| 217 | - width: 15px; | |
| 218 | - height: 15px; | |
| 219 | - background-color: white; | |
| 220 | - content: ""; | |
| 221 | - -webkit-transition: 0.4s; | |
| 222 | - transition: 0.4s; | |
| 174 | +#visualizer-search > form > input[type="text"]:nth-child(1) { | |
| 175 | + height: 30px; | |
| 223 | 176 | } |
| 224 | 177 | |
| 225 | -input:checked + .visualizer-slider { | |
| 226 | - background-color: #0085ba; | |
| 227 | -} | |
| 228 | - | |
| 229 | -input:focus + .visualizer-slider { | |
| 230 | - box-shadow: 0 0 1px #0085ba; | |
| 231 | -} | |
| 232 | - | |
| 233 | -input:checked + .visualizer-slider:before { | |
| 234 | - -webkit-transform: translateX(11px); | |
| 235 | - -ms-transform: translateX(11px); | |
| 236 | - transform: translateX(11px); | |
| 237 | -} | |
| 238 | - | |
| 239 | -/* Rounded sliders */ | |
| 240 | -.visualizer-slider.visualizer-round { | |
| 241 | - border-radius: 34px; | |
| 242 | -} | |
| 243 | - | |
| 244 | -.visualizer-slider.visualizer-round:before { | |
| 245 | - border-radius: 50%; | |
| 246 | -} | |
| 247 | - | |
| 248 | -.visualizer-tracking p small sup { | |
| 249 | - margin-left: -3px; | |
| 250 | -} | |
| 251 | - | |
| 252 | -.visualizer-tracking p { | |
| 253 | - padding-left: 14px; | |
| 254 | - color: #23282d; | |
| 255 | - font-size: 12px; | |
| 256 | - line-height: 12px; | |
| 257 | - text-align: left; | |
| 258 | -} | |
| 259 | - | |
| 260 | -.visualizer-tracking span { | |
| 261 | - margin-left: 10px; | |
| 262 | - color: #23282d; | |
| 263 | - background: none; | |
| 178 | +#visualizer-search .button-secondary { | |
| 179 | + margin-left: 20px; | |
| 180 | + padding: 5px 10px; | |
| 181 | + border-radius: 5px; | |
| 182 | + color: white; | |
| 183 | + background-color: lightcoral; | |
| 184 | + -webkit-box-shadow: 0 0 5px lightpink; | |
| 185 | + box-shadow: 0 0 5px lightpink; | |
| 264 | 186 | font-size: 14px; |
| 265 | 187 | font-weight: bold; |
| 188 | + line-height: 17px; | |
| 189 | + text-decoration: none; | |
| 266 | 190 | } |
| 267 | 191 | |
| 268 | -#visualizer-content-wrapper { | |
| 269 | - display: table; | |
| 192 | +#visualizer-search .button-secondary:hover { | |
| 193 | + border-color: lightpink; | |
| 194 | + background-color: lightpink; | |
| 270 | 195 | } |
| 271 | - | |
| 272 | -#visualizer-sidebar h3 { | |
| 273 | - margin-top: 0; | |
| 274 | -} | |
| 275 | - | |
| 276 | -#visualizer-sidebar .visualizer-sidebar-box p { | |
| 277 | - margin-bottom: 0; | |
| 278 | -} | |
| 279 | - | |
| 280 | -#visualizer-sidebar .visualizer-sidebar-box { | |
| 281 | - padding-top: 20px; | |
| 282 | - padding-bottom: 20px; | |
| 283 | -} | |
| 284 | - | |
| 285 | -.visualizer-chart-title { | |
| 286 | - padding-bottom: 5px; | |
| 287 | - font-weight: bold; | |
| 288 | - text-align: center; | |
| 289 | -} | |
| 290 | - | |
| 291 | -button.media-modal-close { | |
| 292 | - display: none !important; | |
| 293 | -} | |
| 294 | - | |
| 295 | -.dataTables_scrollBody { | |
| 296 | - overflow: hidden !important; | |
| 297 | -} | |
| 298 | - | |
| 299 | -.dataTables_wrapper { | |
| 300 | - height: 300px; | |
| 301 | - overflow: hidden !important; | |
| 302 | -} | |
| 303 | - | |
| 304 | -/* datatables */ | |
| 305 | -.dt-button { | |
| 306 | - display: none !important; | |
| 307 | -} | |