| @@ -5,9 +5,8 @@ | ||
| 5 | 5 | top: 0; |
| 6 | 6 | right: 0; |
| 7 | 7 | bottom: 60px; |
| 8 | 8 | left: 0; |
| 9 | - width: auto; | |
| 10 | 9 | background-color: white; |
| 11 | 10 | } |
| 12 | 11 | |
| 13 | 12 | #canvas { |
| @@ -43,9 +42,9 @@ | ||
| 43 | 42 | |
| 44 | 43 | -webkit-overflow-scrolling: touch; |
| 45 | 44 | } |
| 46 | 45 | |
| 47 | -.viz-group { | |
| 46 | +.group { | |
| 48 | 47 | margin: 0; |
| 49 | 48 | font-size: 12px; |
| 50 | 49 | line-height: 18px; |
| 51 | 50 | list-style: none; |
| @@ -50,9 +49,9 @@ | ||
| 50 | 49 | line-height: 18px; |
| 51 | 50 | list-style: none; |
| 52 | 51 | } |
| 53 | 52 | |
| 54 | -.viz-group .viz-group-header .viz-group-title { | |
| 53 | +.group .group-header .group-title { | |
| 55 | 54 | margin: 10px 0; |
| 56 | 55 | padding: 15px 20px; |
| 57 | 56 | border-top: 1px solid #ddd; |
| 58 | 57 | border-bottom: 1px solid #ddd; |
| @@ -59,22 +58,22 @@ | ||
| 59 | 58 | color: #555d66; |
| 60 | 59 | background: #fff; |
| 61 | 60 | } |
| 62 | 61 | |
| 63 | -.viz-group-wrapper ul .viz-group-title { | |
| 62 | +.group-wrapper ul .group-title { | |
| 64 | 63 | border-top: 1px solid #ddd; |
| 65 | 64 | } |
| 66 | 65 | |
| 67 | -.viz-group-wrapper ul li { | |
| 66 | +.group-wrapper ul li { | |
| 68 | 67 | border-top: 1px solid #ddd; |
| 69 | 68 | } |
| 70 | 69 | |
| 71 | -.viz-group-wrapper ul ul li.viz-subsection { | |
| 70 | +.group-wrapper ul ul li.subsection { | |
| 72 | 71 | margin: 5px; |
| 73 | 72 | border: 1px solid #ddd; |
| 74 | 73 | } |
| 75 | 74 | |
| 76 | -.viz-group-wrapper .viz-group .viz-group .viz-group-title { | |
| 75 | +.group-wrapper .group .group .group-title { | |
| 77 | 76 | position: relative; |
| 78 | 77 | margin: 0; |
| 79 | 78 | padding: 10px 10px 11px 14px; |
| 80 | 79 | border-top: none; |
| @@ -85,19 +84,20 @@ | ||
| 85 | 84 | font-size: 14px; |
| 86 | 85 | font-weight: 600; |
| 87 | 86 | line-height: 21px; |
| 88 | 87 | cursor: pointer; |
| 88 | + -webkit-transition: 0.15s color ease-in-out,0.15s background-color ease-in-out,0.15s border-color ease-in-out; | |
| 89 | 89 | transition: 0.15s color ease-in-out,0.15s background-color ease-in-out,0.15s border-color ease-in-out; |
| 90 | 90 | } |
| 91 | 91 | |
| 92 | -.viz-group-wrapper .viz-group .viz-group:hover .viz-group-title, | |
| 93 | -.viz-group-wrapper .viz-group .viz-group.open .viz-group-title { | |
| 92 | +.group-wrapper .group .group:hover .group-title, | |
| 93 | +.group-wrapper .group .group.open .group-title { | |
| 94 | 94 | border-left-color: #0073aa; |
| 95 | 95 | color: #0073aa; |
| 96 | 96 | background: #f3f3f5; |
| 97 | 97 | } |
| 98 | 98 | |
| 99 | -.viz-group-wrapper .viz-group .viz-group .viz-group-title:after { | |
| 99 | +.group-wrapper .group .group .group-title:after { | |
| 100 | 100 | position: absolute; |
| 101 | 101 | z-index: 1; |
| 102 | 102 | top: 11px; |
| 103 | 103 | right: 10px; |
| @@ -105,13 +105,13 @@ | ||
| 105 | 105 | font: 400 20px/1 dashicons; |
| 106 | 106 | content: "\f345"; |
| 107 | 107 | } |
| 108 | 108 | |
| 109 | -.viz-group-wrapper .viz-group .viz-group.open .viz-group-title:after { | |
| 109 | +.group-wrapper .group .group.open .group-title:after { | |
| 110 | 110 | content: "\f347"; |
| 111 | 111 | } |
| 112 | 112 | |
| 113 | -.viz-group-wrapper .viz-group .customize-section-back { | |
| 113 | +.group-wrapper .group .customize-section-back { | |
| 114 | 114 | display: block; |
| 115 | 115 | float: left; |
| 116 | 116 | width: 42px; |
| 117 | 117 | height: 49px; |
| @@ -121,14 +121,16 @@ | ||
| 121 | 121 | border-top: 1px solid #ddd; |
| 122 | 122 | border-right: 1px solid #ddd; |
| 123 | 123 | border-left: 4px solid #fff; |
| 124 | 124 | background: #fff; |
| 125 | + -webkit-box-shadow: none; | |
| 125 | 126 | box-shadow: none; |
| 126 | 127 | cursor: pointer; |
| 128 | + -webkit-transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out; | |
| 127 | 129 | transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out; |
| 128 | 130 | } |
| 129 | 131 | |
| 130 | -.viz-group-wrapper .viz-group .customize-section-back:hover { | |
| 132 | +.group-wrapper .group .customize-section-back:hover { | |
| 131 | 133 | border-left-color: #0073aa; |
| 132 | 134 | outline: 0; |
| 133 | 135 | color: #0073aa; |
| 134 | 136 | background: #f3f3f5; |
| @@ -133,9 +135,9 @@ | ||
| 133 | 135 | color: #0073aa; |
| 134 | 136 | background: #f3f3f5; |
| 135 | 137 | } |
| 136 | 138 | |
| 137 | -.viz-group-wrapper .viz-group .customize-section-back:before { | |
| 139 | +.group-wrapper .group .customize-section-back:before { | |
| 138 | 140 | position: relative; |
| 139 | 141 | top: -11px; |
| 140 | 142 | left: -2px; |
| 141 | 143 | font: 400 20px/72px dashicons; |
| @@ -141,9 +143,9 @@ | ||
| 141 | 143 | font: 400 20px/72px dashicons; |
| 142 | 144 | content: "\f341"; |
| 143 | 145 | } |
| 144 | 146 | |
| 145 | -.viz-group-wrapper.full-height { | |
| 147 | +.group-wrapper.full-height { | |
| 146 | 148 | float: left; |
| 147 | 149 | position: relative; |
| 148 | 150 | width: 100%; |
| 149 | 151 | height: 100%; |
| @@ -149,9 +151,9 @@ | ||
| 149 | 151 | height: 100%; |
| 150 | 152 | margin: 0; |
| 151 | 153 | } |
| 152 | 154 | |
| 153 | -.viz-group.bottom-fixed { | |
| 155 | +.group.bottom-fixed { | |
| 154 | 156 | display: block; |
| 155 | 157 | position: absolute; |
| 156 | 158 | bottom: 0; |
| 157 | 159 | width: 100%; |
| @@ -156,20 +158,19 @@ | ||
| 156 | 158 | bottom: 0; |
| 157 | 159 | width: 100%; |
| 158 | 160 | } |
| 159 | 161 | |
| 160 | -.viz-group ul li h2, | |
| 161 | -.viz-group ul li h3 { | |
| 162 | +.group ul li h2, | |
| 163 | +.group ul li h3 { | |
| 162 | 164 | padding: 7px 15px 7px 35px; |
| 163 | 165 | } |
| 164 | 166 | |
| 165 | -.viz-group h2 .dashicons, | |
| 166 | -.viz-group h3 .dashicons { | |
| 167 | +.group h2 .dashicons { | |
| 167 | 168 | margin-right: 5px; |
| 168 | 169 | vertical-align: -5px; |
| 169 | 170 | } |
| 170 | 171 | |
| 171 | -.viz-group-content { | |
| 172 | +.group-content { | |
| 172 | 173 | display: none; |
| 173 | 174 | margin: 0; |
| 174 | 175 | padding: 0; |
| 175 | 176 | background-color: #fdfdfd; |
| @@ -174,17 +175,17 @@ | ||
| 174 | 175 | padding: 0; |
| 175 | 176 | background-color: #fdfdfd; |
| 176 | 177 | } |
| 177 | 178 | |
| 178 | -div.viz-group-content { | |
| 179 | +div.group-content { | |
| 179 | 180 | padding: 15px; |
| 180 | 181 | } |
| 181 | 182 | |
| 182 | -.viz-group.open > .viz-group-content { | |
| 183 | +.group.open > .group-content { | |
| 183 | 184 | display: block; |
| 184 | 185 | } |
| 185 | 186 | |
| 186 | -.viz-group-description { | |
| 187 | +.group-description { | |
| 187 | 188 | margin: 0; |
| 188 | 189 | padding: 5px; |
| 189 | 190 | color: #555; |
| 190 | 191 | font-size: 12px; |
| @@ -190,15 +191,15 @@ | ||
| 190 | 191 | font-size: 12px; |
| 191 | 192 | text-align: left; |
| 192 | 193 | } |
| 193 | 194 | |
| 194 | -div.viz-group-content .viz-group-description { | |
| 195 | +div.group-content .group-description { | |
| 195 | 196 | padding: 5px; |
| 196 | 197 | font-family: "Montserrat",sans-serif; |
| 197 | 198 | font-weight: 300; |
| 198 | 199 | } |
| 199 | 200 | |
| 200 | -.initial-screen .viz-group-description { | |
| 201 | +.initial-screen .group-description { | |
| 201 | 202 | padding: 0; |
| 202 | 203 | padding: 10px 20px 20px; |
| 203 | 204 | font-family: "Montserrat",sans-serif; |
| 204 | 205 | font-weight: 300; |
| @@ -203,9 +204,9 @@ | ||
| 203 | 204 | font-family: "Montserrat",sans-serif; |
| 204 | 205 | font-weight: 300; |
| 205 | 206 | } |
| 206 | 207 | |
| 207 | -.viz-section-title { | |
| 208 | +.section-title { | |
| 208 | 209 | display: block; |
| 209 | 210 | position: relative; |
| 210 | 211 | margin-bottom: 5px; |
| 211 | 212 | padding: 4px 20px; |
| @@ -211,20 +212,22 @@ | ||
| 211 | 212 | padding: 4px 20px; |
| 212 | 213 | border-top: 1px solid #eee; |
| 213 | 214 | border-bottom: 1px solid #eee; |
| 214 | 215 | background-color: rgba(0, 0, 0, 0.02); |
| 216 | + -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1); | |
| 215 | 217 | box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1); |
| 216 | 218 | font-weight: bold; |
| 217 | 219 | cursor: pointer; |
| 218 | 220 | } |
| 219 | 221 | |
| 220 | -.viz-group-wrapper ul ul li .viz-section-title { | |
| 222 | +.group-wrapper ul ul li .section-title { | |
| 221 | 223 | margin-bottom: 0; |
| 222 | 224 | border: none; |
| 225 | + -webkit-box-shadow: none; | |
| 223 | 226 | box-shadow: none; |
| 224 | 227 | } |
| 225 | 228 | |
| 226 | -.viz-section-title::after { | |
| 229 | +.section-title::after { | |
| 227 | 230 | position: absolute; |
| 228 | 231 | z-index: 1; |
| 229 | 232 | top: 13px; |
| 230 | 233 | right: 20px; |
| @@ -235,19 +238,18 @@ | ||
| 235 | 238 | border-color: #ccc transparent; |
| 236 | 239 | content: ""; |
| 237 | 240 | } |
| 238 | 241 | |
| 239 | -.viz-section-title.open::after { | |
| 242 | +.section-title.open::after { | |
| 240 | 243 | border-width: 0 4px 4px; |
| 241 | 244 | } |
| 242 | 245 | |
| 243 | -.section-items, | |
| 244 | -.viz-section-items { | |
| 246 | +.section-items { | |
| 245 | 247 | display: none; |
| 246 | 248 | padding: 15px; |
| 247 | 249 | } |
| 248 | 250 | |
| 249 | -.viz-section-items.open { | |
| 251 | +.section-items.open { | |
| 250 | 252 | display: block; |
| 251 | 253 | } |
| 252 | 254 | |
| 253 | 255 | .more-info { |
| @@ -258,9 +260,9 @@ | ||
| 258 | 260 | font-weight: normal; |
| 259 | 261 | text-decoration: none; |
| 260 | 262 | } |
| 261 | 263 | |
| 262 | -.viz-section-description { | |
| 264 | +.section-description { | |
| 263 | 265 | margin: 0; |
| 264 | 266 | /*display: none;*/ |
| 265 | 267 | padding: 0; |
| 266 | 268 | color: gray; |
| @@ -266,19 +268,18 @@ | ||
| 266 | 268 | color: gray; |
| 267 | 269 | font-size: 11px; |
| 268 | 270 | } |
| 269 | 271 | |
| 270 | -.viz-section-table { | |
| 272 | +.section-table { | |
| 271 | 273 | width: 100%; |
| 272 | 274 | } |
| 273 | 275 | |
| 274 | -.section-delimiter, | |
| 275 | -.viz-section-delimiter { | |
| 276 | +.section-delimiter { | |
| 276 | 277 | margin: 15px 0; |
| 277 | 278 | border-top: 1px dashed #ccc; |
| 278 | 279 | } |
| 279 | 280 | |
| 280 | -.viz-section-table-column { | |
| 281 | +.section-table-column { | |
| 281 | 282 | width: 50%; |
| 282 | 283 | padding: 0 1px; |
| 283 | 284 | text-align: left; |
| 284 | 285 | vertical-align: top; |
| @@ -283,9 +284,9 @@ | ||
| 283 | 284 | text-align: left; |
| 284 | 285 | vertical-align: top; |
| 285 | 286 | } |
| 286 | 287 | |
| 287 | -.viz-section-item { | |
| 288 | +.section-item { | |
| 288 | 289 | margin-bottom: 10px; |
| 289 | 290 | } |
| 290 | 291 | |
| 291 | 292 | .control-select, |
| @@ -300,14 +301,14 @@ | ||
| 300 | 301 | .control-check::after { |
| 301 | 302 | clear: both; |
| 302 | 303 | } |
| 303 | 304 | |
| 304 | -.viz-section-description ul { | |
| 305 | +.section-description ul { | |
| 305 | 306 | margin: 0 0 0 25px; |
| 306 | 307 | list-style: circle; |
| 307 | 308 | } |
| 308 | 309 | |
| 309 | -.viz-section-description li { | |
| 310 | +.section-description li { | |
| 310 | 311 | margin: 0; |
| 311 | 312 | list-style: circle; |
| 312 | 313 | } |
| 313 | 314 | |
| @@ -356,8 +357,9 @@ | ||
| 356 | 357 | left: 0; |
| 357 | 358 | height: 36px; |
| 358 | 359 | padding: 12px 16px; |
| 359 | 360 | border-top: 1px solid #dfdfdf; |
| 361 | + -webkit-box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1); | |
| 360 | 362 | box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1); |
| 361 | 363 | text-align: center; |
| 362 | 364 | } |
| 363 | 365 | |
| @@ -364,12 +366,8 @@ | ||
| 364 | 366 | #toolbar .push-right { |
| 365 | 367 | float: right; |
| 366 | 368 | } |
| 367 | 369 | |
| 368 | -#toolbar .push-left { | |
| 369 | - float: left; | |
| 370 | -} | |
| 371 | - | |
| 372 | 370 | .toolbar-div a { |
| 373 | 371 | float: left; |
| 374 | 372 | } |
| 375 | 373 | |
| @@ -394,8 +392,9 @@ | ||
| 394 | 392 | border-top: 1px dashed #ddd; |
| 395 | 393 | border-bottom: 1px dashed #ddd; |
| 396 | 394 | background: #e0e0e0; |
| 397 | 395 | background-color: #efefef; |
| 396 | + -webkit-box-shadow: 0 0 8px #ddd; | |
| 398 | 397 | box-shadow: 0 0 8px #ddd; |
| 399 | 398 | font-weight: bold; |
| 400 | 399 | text-align: center; |
| 401 | 400 | } |
| @@ -404,9 +403,9 @@ | ||
| 404 | 403 | color: #c55555; |
| 405 | 404 | } |
| 406 | 405 | |
| 407 | 406 | #type-picker { |
| 408 | - width: 954px; | |
| 407 | + width: 952px; | |
| 409 | 408 | margin: 50px auto; |
| 410 | 409 | } |
| 411 | 410 | |
| 412 | 411 | .type-box { |
| @@ -414,8 +413,9 @@ | ||
| 414 | 413 | position: relative; |
| 415 | 414 | margin: 0 20px 20px 0; |
| 416 | 415 | border: 1px dashed #ddd; |
| 417 | 416 | background-color: #efefef; |
| 417 | + -webkit-box-shadow: 0 0 8px #ddd; | |
| 418 | 418 | box-shadow: 0 0 8px #ddd; |
| 419 | 419 | } |
| 420 | 420 | |
| 421 | 421 | .type-box:nth-child(3n+3) { |
| @@ -486,12 +486,8 @@ | ||
| 486 | 486 | .type-box-column .type-label { |
| 487 | 487 | background-position: -600px -225px; |
| 488 | 488 | } |
| 489 | 489 | |
| 490 | -.type-box-dataTable .type-label { | |
| 491 | - background-position: -301px -670px; | |
| 492 | -} | |
| 493 | - | |
| 494 | 490 | .type-box-table .type-label { |
| 495 | 491 | background-position: -301px -670px; |
| 496 | 492 | } |
| 497 | 493 | |
| @@ -580,12 +576,14 @@ | ||
| 580 | 576 | border: medium none rgb(100, 100, 100) !important; |
| 581 | 577 | border: 1px solid #b0b0b0 !important; |
| 582 | 578 | color: #646464 !important; |
| 583 | 579 | background: #e6e6e6 url("../images/computer.png") no-repeat scroll 7px 1px !important; |
| 580 | + -webkit-box-shadow: none !important; | |
| 584 | 581 | box-shadow: none !important; |
| 585 | 582 | text-shadow: none!important; |
| 586 | 583 | font-family: "Open Sans",sans-serif; |
| 587 | 584 | font-weight: 700; |
| 585 | + -webkit-transition: all 0.3s ease 0s; | |
| 588 | 586 | transition: all 0.3s ease 0s; |
| 589 | 587 | } |
| 590 | 588 | |
| 591 | 589 | .computer-btn:hover { |
| @@ -592,10 +590,14 @@ | ||
| 592 | 590 | padding-left: 27px !important; |
| 593 | 591 | border: 1px solid #2f8cea !important; |
| 594 | 592 | color: white !important; |
| 595 | 593 | background: #2f8cea url("../images/computer.png") no-repeat scroll 7px -36px !important; |
| 594 | + -webkit-box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important; | |
| 595 | + -webkit-box-shadow: none !important; | |
| 596 | 596 | box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important; |
| 597 | 597 | box-shadow: none !important; |
| 598 | + -webkit-transition: all 0.3s ease 0s; | |
| 599 | + -webkit-transition: all 0.3s ease; | |
| 598 | 600 | transition: all 0.3s ease 0s; |
| 599 | 601 | transition: all 0.3s ease; |
| 600 | 602 | } |
| 601 | 603 | |
| @@ -609,11 +611,13 @@ | ||
| 609 | 611 | border: medium none #646464 !important; |
| 610 | 612 | border: 1px solid #b0b0b0 !important; |
| 611 | 613 | color: #646464 !important; |
| 612 | 614 | background: #e6e6e6 url("../images/web.png") no-repeat scroll 7px 1px !important; |
| 615 | + -webkit-box-shadow: none !important; | |
| 613 | 616 | box-shadow: none !important; |
| 614 | 617 | font-family: "Open Sans",sans-serif; |
| 615 | 618 | font-weight: 700; |
| 619 | + -webkit-transition: all 0.3s ease 0s; | |
| 616 | 620 | transition: all 0.3s ease 0s; |
| 617 | 621 | /*margin-left: 2px !important;*/ |
| 618 | 622 | } |
| 619 | 623 | |
| @@ -622,9 +626,12 @@ | ||
| 622 | 626 | /*margin-left: 2px !important;*/ |
| 623 | 627 | border: 1px solid #89b158 !important; |
| 624 | 628 | color: white !important; |
| 625 | 629 | background: #89b158 url("../images/web.png") no-repeat scroll 7px -38px !important; |
| 630 | + -webkit-box-shadow: none !important; | |
| 626 | 631 | box-shadow: none !important; |
| 632 | + -webkit-transition: all 0.3s ease 0s; | |
| 633 | + -webkit-transition: all 0.3s ease; | |
| 627 | 634 | transition: all 0.3s ease 0s; |
| 628 | 635 | transition: all 0.3s ease; |
| 629 | 636 | } |
| 630 | 637 | |
| @@ -641,11 +648,13 @@ | ||
| 641 | 648 | border: medium none #646464 !important; |
| 642 | 649 | border: 1px solid #b0b0b0 !important; |
| 643 | 650 | color: #646464 !important; |
| 644 | 651 | background: #e6e6e6 url("../images/from_chart.png") no-repeat scroll 7px 1px !important; |
| 652 | + -webkit-box-shadow: none !important; | |
| 645 | 653 | box-shadow: none !important; |
| 646 | 654 | font-family: "Open Sans",sans-serif; |
| 647 | 655 | font-weight: 700; |
| 656 | + -webkit-transition: all 0.3s ease 0s; | |
| 648 | 657 | transition: all 0.3s ease 0s; |
| 649 | 658 | /*margin-left: 2px !important; |
| 650 | 659 | margin-top: 2px !important;*/ |
| 651 | 660 | } |
| @@ -655,9 +664,12 @@ | ||
| 655 | 664 | /*margin-left: 2px !important;*/ |
| 656 | 665 | border: 1px solid #10aecb !important; |
| 657 | 666 | color: white !important; |
| 658 | 667 | background: #10aecb url("../images/from_chart.png") no-repeat scroll 7px -36px !important; |
| 668 | + -webkit-box-shadow: none !important; | |
| 659 | 669 | box-shadow: none !important; |
| 670 | + -webkit-transition: all 0.3s ease 0s; | |
| 671 | + -webkit-transition: all 0.3s ease; | |
| 660 | 672 | transition: all 0.3s ease 0s; |
| 661 | 673 | transition: all 0.3s ease; |
| 662 | 674 | /*margin-top: 2px !important;*/ |
| 663 | 675 | } |
| @@ -679,10 +691,12 @@ | ||
| 679 | 691 | margin: 0 auto; |
| 680 | 692 | border: 1px solid #2c80d6 !important; |
| 681 | 693 | color: white !important; |
| 682 | 694 | background-color: #2f8cea !important; |
| 695 | + -webkit-box-shadow: none !important; | |
| 683 | 696 | box-shadow: none !important; |
| 684 | 697 | text-shadow: none; |
| 698 | + -webkit-transition: all 0.3s ease; | |
| 685 | 699 | transition: all 0.3s ease; |
| 686 | 700 | } |
| 687 | 701 | |
| 688 | 702 | .preview-btn { |
| @@ -688,11 +702,13 @@ | ||
| 688 | 702 | .preview-btn { |
| 689 | 703 | border: 1px solid #2c80d6 !important; |
| 690 | 704 | color: white !important; |
| 691 | 705 | background-color: #2f8cea !important; |
| 706 | + -webkit-box-shadow: none !important; | |
| 692 | 707 | box-shadow: none !important; |
| 693 | 708 | font-family: "Open Sans",sans-serif; |
| 694 | 709 | font-weight: 700; |
| 710 | + -webkit-transition: all 0.3s ease; | |
| 695 | 711 | transition: all 0.3s ease; |
| 696 | 712 | } |
| 697 | 713 | |
| 698 | 714 | .preview-btn:hover { |
| @@ -698,11 +714,13 @@ | ||
| 698 | 714 | .preview-btn:hover { |
| 699 | 715 | border: 1px solid #2c80d6 !important; |
| 700 | 716 | color: white !important; |
| 701 | 717 | background-color: #2c80d6 !important; |
| 718 | + -webkit-box-shadow: none !important; | |
| 702 | 719 | box-shadow: none !important; |
| 703 | 720 | font-family: "Open Sans",sans-serif; |
| 704 | 721 | font-weight: 700; |
| 722 | + -webkit-transition: all 0.3s ease; | |
| 705 | 723 | transition: all 0.3s ease; |
| 706 | 724 | } |
| 707 | 725 | |
| 708 | 726 | .show-live-btn { |
| @@ -709,8 +727,9 @@ | ||
| 709 | 727 | width: 100%; |
| 710 | 728 | margin-top: 15px !important; |
| 711 | 729 | border-color: #e98b00 !important; |
| 712 | 730 | background-color: #f90 !important; |
| 731 | + -webkit-box-shadow: none !important; | |
| 713 | 732 | box-shadow: none !important; |
| 714 | 733 | font-family: "Open Sans",sans-serif; |
| 715 | 734 | font-weight: 700; |
| 716 | 735 | } |
| @@ -719,11 +738,13 @@ | ||
| 719 | 738 | width: 100%; |
| 720 | 739 | margin-top: 15px !important; |
| 721 | 740 | border-color: #e98b00 !important; |
| 722 | 741 | background-color: #ea8c00 !important; |
| 742 | + -webkit-box-shadow: none !important; | |
| 723 | 743 | box-shadow: none !important; |
| 724 | 744 | font-family: "Open Sans",sans-serif; |
| 725 | 745 | font-weight: 700; |
| 746 | + -webkit-transition: all 0.3s ease; | |
| 726 | 747 | transition: all 0.3s ease; |
| 727 | 748 | } |
| 728 | 749 | |
| 729 | 750 | .check-pro-btn { |
| @@ -787,12 +808,10 @@ | ||
| 787 | 808 | } |
| 788 | 809 | } |
| 789 | 810 | |
| 790 | 811 | #vz-chart-settings h2:hover, |
| 791 | -#vz-chart-permissions h2:hover, | |
| 792 | -.sidebar-footer-link h2:hover, | |
| 793 | 812 | #vz-chart-review a:hover { |
| 794 | - text-decoration: none; | |
| 813 | + text-decoration: underline; | |
| 795 | 814 | } |
| 796 | 815 | |
| 797 | 816 | #vz-chart-review a { |
| 798 | 817 | color: #00a0d2; |
| @@ -799,10 +818,8 @@ | ||
| 799 | 818 | text-decoration: none; |
| 800 | 819 | } |
| 801 | 820 | |
| 802 | 821 | #vz-chart-settings h2, |
| 803 | -#vz-chart-permissions h2, | |
| 804 | -.sidebar-footer-link h2, | |
| 805 | 822 | #vz-chart-review h2 { |
| 806 | 823 | padding: 0; |
| 807 | 824 | border: none; |
| 808 | 825 | font-size: 12px; |
| @@ -810,45 +827,31 @@ | ||
| 810 | 827 | } |
| 811 | 828 | |
| 812 | 829 | #vz-chart-review { |
| 813 | 830 | right: 0; |
| 814 | - bottom: 10px; | |
| 831 | + bottom: 40px; | |
| 832 | + -webkit-box-sizing: border-box; | |
| 815 | 833 | box-sizing: border-box; |
| 816 | - width: 40%; | |
| 817 | - padding-right: 6px; | |
| 834 | + width: 50%; | |
| 835 | + padding-right: 20px; | |
| 818 | 836 | text-align: right; |
| 819 | 837 | } |
| 820 | 838 | |
| 821 | 839 | #vz-chart-settings.bottom-fixed h2 { |
| 822 | - padding-left: 6px; | |
| 840 | + padding-left: 20px; | |
| 823 | 841 | } |
| 824 | 842 | |
| 825 | 843 | #vz-chart-settings { |
| 826 | 844 | bottom: 40px; |
| 827 | 845 | left: 0; |
| 846 | + -webkit-box-sizing: border-box; | |
| 828 | 847 | box-sizing: border-box; |
| 829 | - width: 33%; | |
| 848 | + width: 50%; | |
| 830 | 849 | text-align: left; |
| 831 | 850 | } |
| 832 | 851 | |
| 833 | -#vz-chart-permissions:not(.open) h2 { | |
| 834 | - display: inline-block; | |
| 835 | - width: 100%; | |
| 836 | - margin: 0; | |
| 837 | - text-align: right; | |
| 838 | -} | |
| 839 | - | |
| 840 | -#vz-chart-permissions { | |
| 841 | - right: 0; | |
| 842 | - bottom: 40px; | |
| 843 | - box-sizing: border-box; | |
| 844 | - width: 33%; | |
| 845 | - text-align: left; | |
| 846 | -} | |
| 847 | - | |
| 848 | -#vz-chart-permissions h2, | |
| 849 | -#vz-chart-settings h2, | |
| 850 | -.sidebar-footer-link h2 { | |
| 852 | +#vz-chart-review, | |
| 853 | +#vz-chart-settings h2 { | |
| 851 | 854 | display: inline; |
| 852 | 855 | color: #00a0d2; |
| 853 | 856 | background: none; |
| 854 | 857 | font-family: "Open Sans",sans-serif; |
| @@ -854,11 +857,8 @@ | ||
| 854 | 857 | font-family: "Open Sans",sans-serif; |
| 855 | 858 | cursor: pointer; |
| 856 | 859 | } |
| 857 | 860 | |
| 858 | -.sidebar-footer-link, | |
| 859 | -#vz-chart-review, | |
| 860 | -#vz-chart-permissions, | |
| 861 | 861 | #vz-chart-settings { |
| 862 | 862 | display: inline; |
| 863 | 863 | background: none; |
| 864 | 864 | cursor: pointer; |
| @@ -863,11 +863,9 @@ | ||
| 863 | 863 | background: none; |
| 864 | 864 | cursor: pointer; |
| 865 | 865 | } |
| 866 | 866 | |
| 867 | -.sidebar-footer-link > ul, | |
| 868 | 867 | #vz-chart-source > ul, |
| 869 | -#vz-chart-permissions > ul, | |
| 870 | 868 | #vz-chart-settings > ul { |
| 871 | 869 | position: relative; |
| 872 | 870 | z-index: 10; |
| 873 | 871 | border-bottom: 1px solid #ddd; |
| @@ -882,44 +880,19 @@ | ||
| 882 | 880 | border-left: 1px solid #ddd; |
| 883 | 881 | background: #f3f3f3; |
| 884 | 882 | } |
| 885 | 883 | |
| 886 | -#vz-chart-permissions.open h2 { | |
| 887 | - position: absolute; | |
| 888 | - right: 6px; | |
| 889 | - bottom: 28px; | |
| 890 | - left: auto; | |
| 891 | - width: 50%; | |
| 892 | - text-align: right; | |
| 893 | -} | |
| 894 | - | |
| 895 | 884 | #vz-chart-settings.open h2 { |
| 896 | 885 | position: absolute; |
| 897 | 886 | bottom: 28px; |
| 898 | - left: 6px; | |
| 899 | -} | |
| 900 | - | |
| 901 | -#vz-chart-permissions .viz-group-header, | |
| 902 | -#vz-chart-settings.open .viz-group-header { | |
| 903 | - display: block; | |
| 904 | -} | |
| 905 | - | |
| 906 | -#vz-chart-permissions .viz-group-header, | |
| 907 | -#vz-chart-settings .viz-group-header { | |
| 908 | - display: none; | |
| 909 | -} | |
| 910 | - | |
| 911 | -.sidebar-footer-link.open h2 { | |
| 912 | - position: absolute; | |
| 913 | - bottom: 28px; | |
| 914 | 887 | left: 20px; |
| 915 | 888 | } |
| 916 | 889 | |
| 917 | -.sidebar-footer-link.open .viz-group-header { | |
| 890 | +#vz-chart-settings.open .group-header { | |
| 918 | 891 | display: block; |
| 919 | 892 | } |
| 920 | 893 | |
| 921 | -.sidebar-footer-link .viz-group-header { | |
| 894 | +#vz-chart-settings .group-header { | |
| 922 | 895 | display: none; |
| 923 | 896 | } |
| 924 | 897 | |
| 925 | 898 | #vz-csv-file-form, |
| @@ -939,9 +912,9 @@ | ||
| 939 | 912 | width: 100%; |
| 940 | 913 | margin: 0 0 15px; |
| 941 | 914 | } |
| 942 | 915 | |
| 943 | -.viz-group .dashicons-lock { | |
| 916 | +.group .dashicons-lock { | |
| 944 | 917 | display: none; |
| 945 | 918 | } |
| 946 | 919 | |
| 947 | 920 | .only-pro-feature .dashicons-lock { |
| @@ -947,10 +920,10 @@ | ||
| 947 | 920 | .only-pro-feature .dashicons-lock { |
| 948 | 921 | display: inline; |
| 949 | 922 | } |
| 950 | 923 | |
| 951 | -.viz-section-title .dashicons, | |
| 952 | -.viz-group-title .dashicons { | |
| 924 | +.section-title .dashicons, | |
| 925 | +.group-title .dashicons { | |
| 953 | 926 | width: 18px; |
| 954 | 927 | height: 18px; |
| 955 | 928 | margin-left: 3px; |
| 956 | 929 | font-size: 18px; |
| @@ -974,8 +947,9 @@ | ||
| 974 | 947 | left: 0; |
| 975 | 948 | width: 100%; |
| 976 | 949 | opacity: 0; |
| 977 | 950 | background: rgba(253,253,253,0.9); |
| 951 | + -webkit-transition: 0.5s ease; | |
| 978 | 952 | transition: 0.5s ease; |
| 979 | 953 | } |
| 980 | 954 | |
| 981 | 955 | .only-pro-feature:hover .only-pro-content { |
| @@ -1006,8 +980,9 @@ | ||
| 1006 | 980 | background: #ff595e; |
| 1007 | 981 | font-weight: 600; |
| 1008 | 982 | text-decoration: none; |
| 1009 | 983 | text-transform: uppercase; |
| 984 | + -webkit-transition: 0.1s ease; | |
| 1010 | 985 | transition: 0.1s ease; |
| 1011 | 986 | } |
| 1012 | 987 | |
| 1013 | 988 | .only-pro-content a:hover { |
| @@ -1020,302 +995,4 @@ | ||
| 1020 | 995 | |
| 1021 | 996 | #sidebar::-webkit-scrollbar-thumb { |
| 1022 | 997 | background: #999; |
| 1023 | 998 | } |
| 1024 | - | |
| 1025 | -span.viz-section-error { | |
| 1026 | - color: #ff000; | |
| 1027 | -} | |
| 1028 | - | |
| 1029 | -#visualizer-error-manual { | |
| 1030 | - color: #ff595e; | |
| 1031 | -} | |
| 1032 | - | |
| 1033 | -#vz-chart-permissions { | |
| 1034 | - width: 43%; | |
| 1035 | -} | |
| 1036 | - | |
| 1037 | -#vz-chart-permissions { | |
| 1038 | - color: #ce484c; | |
| 1039 | -} | |
| 1040 | - | |
| 1041 | -#vz-chart-permissions { | |
| 1042 | - right: 6px; | |
| 1043 | - bottom: 40px; | |
| 1044 | - width: 35%; | |
| 1045 | -} | |
| 1046 | - | |
| 1047 | -#permissions-form .only-pro-feature > ul { | |
| 1048 | - position: relative; | |
| 1049 | - text-align: center; | |
| 1050 | -} | |
| 1051 | - | |
| 1052 | -/******************************************************************************/ | |
| 1053 | -/******************************** DB WIZARD ***********************************/ | |
| 1054 | -/******************************************************************************/ | |
| 1055 | -.db-wizard-condition .select-condition { | |
| 1056 | - display: none; | |
| 1057 | -} | |
| 1058 | - | |
| 1059 | -.db-wizard-condition .select-condition.active { | |
| 1060 | - display: block; | |
| 1061 | - max-width: 50%; | |
| 1062 | - margin-top: 10px; | |
| 1063 | - padding-top: 10px; | |
| 1064 | - border-top: 1px solid #eee; | |
| 1065 | - font-weight: 500; | |
| 1066 | -} | |
| 1067 | - | |
| 1068 | -.db-wizard-results { | |
| 1069 | - width: calc(100% - 350px); | |
| 1070 | -} | |
| 1071 | - | |
| 1072 | -#db-wizard-form { | |
| 1073 | - padding: 25px; | |
| 1074 | -} | |
| 1075 | - | |
| 1076 | -.db-wizard-query label { | |
| 1077 | - display: block; | |
| 1078 | - min-width: 150px; | |
| 1079 | - padding: 20px 0 5px; | |
| 1080 | - color: rgba(0,0,0,0.85); | |
| 1081 | - font-size: 18px; | |
| 1082 | - font-weight: 500; | |
| 1083 | -} | |
| 1084 | - | |
| 1085 | -.db-wizard-query .db-wizard-where label, | |
| 1086 | -.db-wizard-query .db-wizard-from label { | |
| 1087 | - padding-top: 0; | |
| 1088 | -} | |
| 1089 | - | |
| 1090 | -.db-wizard-query > div:not(:last-child) { | |
| 1091 | - margin-bottom: 15px; | |
| 1092 | -} | |
| 1093 | - | |
| 1094 | -.db-wizard-query .select-condition > div { | |
| 1095 | - display: block; | |
| 1096 | -} | |
| 1097 | - | |
| 1098 | -.db-wizard-query .chosen-container { | |
| 1099 | - width: auto; | |
| 1100 | -} | |
| 1101 | - | |
| 1102 | -.db-wizard-query .chosen-container-single .chosen-single { | |
| 1103 | - border: 1px solid #ccc; | |
| 1104 | - background: #fff; | |
| 1105 | - box-shadow: none; | |
| 1106 | - font-size: 13px; | |
| 1107 | - font-weight: 500; | |
| 1108 | -} | |
| 1109 | - | |
| 1110 | -.db-wizard-templates, | |
| 1111 | -.db-wizard-templates > div { | |
| 1112 | - display: block; | |
| 1113 | -} | |
| 1114 | - | |
| 1115 | -.db-wizard-templates > div { | |
| 1116 | - box-sizing: border-box; | |
| 1117 | - width: 50%; | |
| 1118 | - margin-top: 20px; | |
| 1119 | - padding: 20px; | |
| 1120 | - border: 1px solid #efefef; | |
| 1121 | -} | |
| 1122 | - | |
| 1123 | -.db-wizard-templates > div:first-child { | |
| 1124 | - margin-top: 0; | |
| 1125 | -} | |
| 1126 | - | |
| 1127 | -.db-wizard-query .chosen-container-multi .chosen-choices { | |
| 1128 | - padding: 5px; | |
| 1129 | - border-color: #ccc; | |
| 1130 | - background: #fff; | |
| 1131 | - box-shadow: none; | |
| 1132 | -} | |
| 1133 | - | |
| 1134 | -.db-wizard-results .dataTables_wrapper .dataTables_filter input, | |
| 1135 | -.db-wizard-query .select-condition-operand input, | |
| 1136 | -.db-wizard-limit input { | |
| 1137 | - width: 50%; | |
| 1138 | - padding-left: 7px; | |
| 1139 | - border: 1px solid #ccc; | |
| 1140 | - border-radius: 6px; | |
| 1141 | - background: #fff; | |
| 1142 | - box-shadow: none; | |
| 1143 | - font-size: 13px; | |
| 1144 | -} | |
| 1145 | - | |
| 1146 | -.db-wizard-limit input { | |
| 1147 | - display: inline; | |
| 1148 | - width: 150px; | |
| 1149 | - margin: 0 0 20px 20px; | |
| 1150 | -} | |
| 1151 | - | |
| 1152 | -.db-wizard-limit label { | |
| 1153 | - display: inline; | |
| 1154 | -} | |
| 1155 | - | |
| 1156 | -.db-wizard-query .select-condition-operand input::-webkit-input-placeholder { | |
| 1157 | - color: #cdcdcd; | |
| 1158 | -} | |
| 1159 | - | |
| 1160 | -.db-wizard-query .select-condition-operand input:-ms-input-placeholder { | |
| 1161 | - color: #cdcdcd; | |
| 1162 | -} | |
| 1163 | - | |
| 1164 | -.db-wizard-query .select-condition-operand input::placeholder { | |
| 1165 | - color: #cdcdcd; | |
| 1166 | -} | |
| 1167 | - | |
| 1168 | -.db-wizard-query .chosen-container-multi .chosen-choices li.search-choice { | |
| 1169 | - padding: 5px 30px 5px 5px; | |
| 1170 | - border-color: #ccc; | |
| 1171 | - background: #fff; | |
| 1172 | - box-shadow: none; | |
| 1173 | - font-weight: 600; | |
| 1174 | -} | |
| 1175 | - | |
| 1176 | -.db-wizard-results table > thead > tr > th { | |
| 1177 | - padding: 15px 8px; | |
| 1178 | - border: none; | |
| 1179 | - color: #252422; | |
| 1180 | - background: #fff; | |
| 1181 | - font-size: 18px; | |
| 1182 | - font-weight: 500; | |
| 1183 | - text-align: left; | |
| 1184 | -} | |
| 1185 | - | |
| 1186 | -.db-wizard-results table > tbody > tr > td, | |
| 1187 | -.dataTables_info { | |
| 1188 | - padding: 15px 8px; | |
| 1189 | - border-top: 1px solid #a2a2a2; | |
| 1190 | - color: #252422; | |
| 1191 | - font-size: 14px; | |
| 1192 | - font-weight: 300; | |
| 1193 | -} | |
| 1194 | - | |
| 1195 | -.db-wizard-results table > tbody > tr.odd { | |
| 1196 | - background-color: #f7f7f7; | |
| 1197 | -} | |
| 1198 | - | |
| 1199 | -.db-wizard-results table.dataTable.no-footer { | |
| 1200 | - border: none; | |
| 1201 | -} | |
| 1202 | - | |
| 1203 | -.db-wizard-results .dataTables_wrapper .dataTables_info { | |
| 1204 | - border-top: 1px solid #ccc5b9; | |
| 1205 | - color: #a2a2a2; | |
| 1206 | - font-size: 12px; | |
| 1207 | - font-weight: 500; | |
| 1208 | -} | |
| 1209 | - | |
| 1210 | -.db-wizard-results .dataTables_filter label { | |
| 1211 | - font-size: 18px; | |
| 1212 | - font-weight: 500; | |
| 1213 | -} | |
| 1214 | - | |
| 1215 | -.db-wizard-where-template-remove, | |
| 1216 | -.db-wizard-where-template-add { | |
| 1217 | - width: auto; | |
| 1218 | - height: 25px; | |
| 1219 | - margin-top: 10px; | |
| 1220 | - border: none; | |
| 1221 | - border-radius: 3px; | |
| 1222 | - color: #fff; | |
| 1223 | - font-size: 12px; | |
| 1224 | - cursor: pointer; | |
| 1225 | - transition: 0.3s ease; | |
| 1226 | -} | |
| 1227 | - | |
| 1228 | -.db-wizard-where-template-remove:hover, | |
| 1229 | -.db-wizard-where-template-add:hover { | |
| 1230 | - opacity: 0.8; | |
| 1231 | -} | |
| 1232 | - | |
| 1233 | -.db-wizard-results .dataTables_wrapper .dataTables_filter { | |
| 1234 | - float: none; | |
| 1235 | - text-align: left; | |
| 1236 | -} | |
| 1237 | - | |
| 1238 | -.db-wizard-where-template-add { | |
| 1239 | - background-color: #34a85e; | |
| 1240 | -} | |
| 1241 | - | |
| 1242 | -.db-wizard-where-template-remove { | |
| 1243 | - background-color: #ff0d00; | |
| 1244 | -} | |
| 1245 | - | |
| 1246 | -#db-query-form .CodeMirror-scroll { | |
| 1247 | - overflow: hidden !important; | |
| 1248 | - height: 50%; | |
| 1249 | - margin: 0; | |
| 1250 | - padding: 0; | |
| 1251 | -} | |
| 1252 | - | |
| 1253 | -#db-query-form .CodeMirror-wrap { | |
| 1254 | - height: 200px; | |
| 1255 | - padding: 15px; | |
| 1256 | - color: #fff; | |
| 1257 | - background: #282923; | |
| 1258 | - font-size: 15px; | |
| 1259 | -} | |
| 1260 | - | |
| 1261 | -#db-query-form .CodeMirror-wrap .CodeMirror-cursor { | |
| 1262 | - border-left: 1px solid #fff !important; | |
| 1263 | -} | |
| 1264 | - | |
| 1265 | -#db-query-form .CodeMirror-wrap .CodeMirror-placeholder { | |
| 1266 | - color: #fff; | |
| 1267 | -} | |
| 1268 | - | |
| 1269 | -#db-query-form .CodeMirror-wrap pre { | |
| 1270 | - color: #fff !important; | |
| 1271 | -} | |
| 1272 | - | |
| 1273 | -#db-query-form .CodeMirror-wrap pre .cm-keyword { | |
| 1274 | - color: #f92472 !important; | |
| 1275 | -} | |
| 1276 | - | |
| 1277 | -#db-query-form .CodeMirror-wrap pre .cm-comment { | |
| 1278 | - color: #74705d !important; | |
| 1279 | -} | |
| 1280 | - | |
| 1281 | -#db-query-form .CodeMirror-wrap pre .cm-number, | |
| 1282 | -#db-query-form .CodeMirror-wrap pre .cm-string { | |
| 1283 | - color: #fff !important; | |
| 1284 | -} | |
| 1285 | - | |
| 1286 | -.visualizer-db-query-form > div { | |
| 1287 | - display: block; | |
| 1288 | - width: 15%; | |
| 1289 | - vertical-align: middle; | |
| 1290 | -} | |
| 1291 | - | |
| 1292 | -#visualizer-db-query { | |
| 1293 | - padding: 20px; | |
| 1294 | -} | |
| 1295 | - | |
| 1296 | -.visualizer-db-query-form > div:first-child { | |
| 1297 | - width: 100%; | |
| 1298 | - margin-bottom: 20px; | |
| 1299 | -} | |
| 1300 | - | |
| 1301 | -.db-wizard-error { | |
| 1302 | - color: #f00; | |
| 1303 | -} | |
| 1304 | - | |
| 1305 | -.db-wizard-hints { | |
| 1306 | - margin-bottom: 30px; | |
| 1307 | - color: #0085ba; | |
| 1308 | -} | |
| 1309 | - | |
| 1310 | -.db-wizard-hints .visualizer-emboss, | |
| 1311 | -.db-wizard-hints a { | |
| 1312 | - color: #f92472; | |
| 1313 | -} | |
| 1314 | - | |
| 1315 | -.db-wizard-hints ul { | |
| 1316 | - list-style: square; | |
| 1317 | -} | |
| 1318 | - | |
| 1319 | -.db-wizard-results .dataTables_wrapper .dataTables_info { | |
| 1320 | - width: calc(100% - 17px); | |
| 1321 | -} | |