PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.4.3
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.4.3
4.0.8 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 All 149 releases
← All changes | css/frame.css +14 -10 3.4.23.4.3 View file →
@@ -36,9 +36,9 @@
36 36 z-index: 75;
37 37 top: 0;
38 38 right: 0;
39 39 bottom: 60px;
40 - width: 299px;
40 + width: 350px;
41 41 border-left: 1px solid #dfdfdf;
42 42 background: whitesmoke;
43 43
44 44 -webkit-overflow-scrolling: touch;
@@ -357,8 +357,20 @@
357 357 margin-top: 15px;
358 358 text-align: center;
359 359 }
360 360
361 +#viz-tabs {
362 + display: none;
363 +}
364 +
365 +#viz-tabs.done {
366 + display: block;
367 +}
368 +
369 +#viz-tabs .ui-tabs-panel {
370 + padding: 0;
371 +}
372 +
361 373 /******************************************************************************/
362 374 /******************************** TOOLBAR ***********************************/
363 375 /******************************************************************************/
364 376
@@ -960,8 +972,9 @@
960 972
961 973 #vz-csv-file-form,
962 974 #vz-one-time-import,
963 975 #vz-schedule-import,
976 +#vz-permissions .only-pro-content,
964 977 .edit-data-content {
965 978 text-align: center;
966 979 }
967 980
@@ -1362,17 +1375,8 @@
1362 1375 .db-wizard-results .dataTables_wrapper .dataTables_info {
1363 1376 width: calc(100% - 17px);
1364 1377 }
1365 1378
1366 -#vz-chart-docs {
1367 - right: 85px;
1368 - bottom: 40px;
1369 - width: 35%;
1370 -}
1371 -
1372 -#vz-chart-docs a {
1373 - text-decoration: none;
1374 -}
1375 1379
1376 1380 /******************************************************************************/
1377 1381 /******************************** data tables *******************************/
1378 1382 /******************************************************************************/