Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.datalistbuilder.css 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1.  .bl-datalist-builder .bl-table-header {
  2. padding: 4px;
  3. }
  4. .bl-datalist-builder .nav-tabs {
  5. border-bottom: 1px solid #dee2e6;
  6. }
  7. .bl-datalist-builder .bl-nav {
  8. width: 240px;
  9. position: fixed;
  10. height: 100%;
  11. }
  12. .bl-datalist-builder .bl-nav-small {
  13. width: 60px;
  14. position: fixed;
  15. height: 100%;
  16. padding: 8px;
  17. }
  18. .bl-datalist-builder .bl-nav-right {
  19. right: 0;
  20. }
  21. .bl-datalist-builder .bl-nav-chart {
  22. right: 0;
  23. position:absolute;
  24. }
  25. .bl-datalist-builder .bl-nav-table {
  26. right: 0;
  27. position: absolute;
  28. }
  29. .bl-datalist-builder .datalist-builder-container {
  30. width: calc(100% - 480px);
  31. position: relative;
  32. margin-left: 240px;
  33. }
  34. .bl-datalist-builder .chart-container {
  35. margin-right:60px;
  36. }
  37. .bl-datalist-builder .table-container {
  38. overflow: auto;
  39. overflow-x: hidden;
  40. overflow-y: hidden;
  41. }
  42. .bl-datalist-builder .table-canvas {
  43. width: 99.88%;
  44. }
  45. .bl-datalist-builder .bl-dd {
  46. max-width: 210px;
  47. }
  48. .bl-datalist-builder .dd3-content {
  49. padding: 8px 15px !important;
  50. }
  51. .sub_query_div {
  52. margin: 2px 0 2px 11px;
  53. border: solid 6px #c8c18b;
  54. }
  55. #newsql_container {
  56. height: 100%;
  57. overflow: auto;
  58. }
  59. #newsql_container .row {
  60. margin-left: 0px !important;
  61. margin-right: 0px !important;
  62. }