PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.2.0
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.2.0
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
← All changes | css/frame.css +117 -4 3.1.13.2.0 View file →
@@ -1301,21 +1301,134 @@
1301 1301 .db-wizard-error {
1302 1302 color: #f00;
1303 1303 }
1304 1304
1305 -.db-wizard-hints {
1305 +.db-wizard-hints,
1306 +.json-wizard-hints,
1307 +.html-table-editor-hints {
1306 1308 margin-bottom: 30px;
1307 1309 color: #0085ba;
1308 1310 }
1309 1311
1310 1312 .db-wizard-hints .visualizer-emboss,
1311 -.db-wizard-hints a {
1313 +.db-wizard-hints a,
1314 +.html-table-editor-hints a,
1315 +.json-wizard-hints .visualizer-emboss,
1316 +.json-wizard-hints a {
1312 1317 color: #f92472;
1313 1318 }
1314 1319
1315 -.db-wizard-hints ul {
1320 +.db-wizard-hints ul,
1321 +.html-table-editor-hints ul,
1322 +.json-wizard-hints ul {
1316 1323 list-style: square;
1317 1324 }
1318 1325
1319 1326 .db-wizard-results .dataTables_wrapper .dataTables_info {
1320 1327 width: calc(100% - 17px);
1321 -}
1328 +}
1329 +
1330 +#vz-chart-docs {
1331 + right: 85px;
1332 + bottom: 40px;
1333 + width: 35%;
1334 +}
1335 +
1336 +#vz-chart-docs a {
1337 + text-decoration: none;
1338 +}
1339 +
1340 +/******************************************************************************/
1341 +/******************************** data tables *******************************/
1342 +/******************************************************************************/
1343 +.db-wizard-results .dt-button {
1344 + display: none !important;
1345 +}
1346 +
1347 +/******************************************************************************/
1348 +/******************************** json table *********************************/
1349 +/******************************************************************************/
1350 +#json-conclude-form .results {
1351 + min-width: 10px !important;
1352 +}
1353 +
1354 +#json-conclude-form .json-table,
1355 +#vz-import-json-url,
1356 +#vz-import-json-root,
1357 +#vz-import-json-paging {
1358 + width: 85%;
1359 +}
1360 +
1361 +#json-conclude-form .json-table,
1362 +#json-conclude-form button#visualizer-json-conclude {
1363 + display: inline-block;
1364 + vertical-align: middle;
1365 +}
1366 +
1367 +.viz-editor-table tbody tr:first-child {
1368 + background-color: #ececec !important;
1369 +}
1370 +
1371 +.viz-editor-table tr th {
1372 + background-color: #cccccc;
1373 +}
1374 +
1375 +.viz-editor-table thead tr th:nth-child(n+1) {
1376 + cursor: move !important;
1377 +}
1378 +
1379 +#json-conclude-form .json-wizard-hints .info,
1380 +.html-table-editor-hints .info {
1381 + margin: 1% 0px;
1382 +}
1383 +
1384 +.viz-step.ui-state-active {
1385 + border-color: #0085BA !important;
1386 + background: #0085BA !important;
1387 + color: #ffffff;
1388 +}
1389 +
1390 +/******************************************************************************/
1391 +/******************************** html table editor **************************/
1392 +/******************************************************************************/
1393 +.viz-simple-editor-type,
1394 +.viz-simple-editor {
1395 + display: none;
1396 +}
1397 +
1398 +.viz-table-editor {
1399 + width: 75%;
1400 + margin-left: 2%;
1401 +}
1402 +
1403 +.viz-html-table,
1404 +button#visualizer-save-html-table {
1405 + display: inline-block;
1406 + vertical-align: middle;
1407 +}
1408 +
1409 +
1410 +/******************************************************************************/
1411 +/******************************** text area editor **************************/
1412 +/******************************************************************************/
1413 +.viz-text-editor {
1414 + padding: 20px;
1415 + z-index: 9999;
1416 + box-sizing: border-box;
1417 + padding-right: 320px;
1418 +}
1419 +
1420 +.viz-text-editor textarea {
1421 + width: 85%;
1422 + overflow: auto;
1423 + background: #282923;
1424 + color: #ffffff;
1425 + padding: 15px;
1426 + height: 400px;
1427 + font-size: 15px;
1428 +}
1429 +
1430 +.viz-text-editor textarea,
1431 +button#viz-text-editor-button {
1432 + display: inline-block;
1433 + vertical-align: middle;
1434 +}