OCA reporting engine fork for dev and update.
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.

112 lines
2.6 KiB

  1. .o_dashboard_view {
  2. height: 100%;
  3. @include o-webclient-padding($top: $o-horizontal-padding/2, $bottom: $o-horizontal-padding/2);
  4. display: flex;
  5. >.gridster {
  6. margin: 0 auto;
  7. >ul {
  8. >li {
  9. text-align: center;
  10. list-style: none outside none;
  11. }
  12. }
  13. }
  14. .updated_at {
  15. font-size: 15px;
  16. position: absolute;
  17. bottom: 0px;
  18. left: 0;
  19. right: 0;
  20. }
  21. .gs-w {
  22. padding: 10px;
  23. }
  24. .centered {
  25. position: absolute;
  26. left: 0;
  27. right: 0;
  28. }
  29. .numbervalue {
  30. text-transform: uppercase;
  31. font-size: 54px;
  32. font-weight: 700;
  33. }
  34. .change-rate {
  35. font-weight: 500;
  36. font-size: 30px;
  37. }
  38. .hidden {
  39. display: none;
  40. }
  41. .o_kpi_dashboard_toggle_button {
  42. position: absolute;
  43. right: 0px;
  44. top: 0px;
  45. margin: -1px -1px auto auto;
  46. padding: 8px 16px;
  47. border: 1px solid transparent;
  48. border-bottom: none;
  49. height: 35px;
  50. }
  51. .o_kpi_dashboard_manage_panel {
  52. @include o-position-absolute($right: -1px, $top: 34px);
  53. margin-top: -1px;
  54. &.container {
  55. width: 95%;
  56. max-width: 400px;
  57. }
  58. .o_kpi_dashboard_manage_section {
  59. border-bottom: 1px solid gray('300');
  60. margin-bottom: 10px;
  61. }
  62. > div {
  63. padding: 3px 0 3px 20px;
  64. visibility: visible;
  65. margin-bottom: 5px;
  66. }
  67. }
  68. .o_dropdown_open {
  69. .o_kpi_dashboard_manage_panel {
  70. display: block;
  71. }
  72. .o_kpi_dashboard_toggle_button {
  73. background: white;
  74. border-color: gray('400');
  75. z-index: $zindex-dropdown + 1;
  76. }
  77. }
  78. .GaugeMeter {
  79. position: relative;
  80. text-align: center;
  81. left: 0;
  82. right: 0;
  83. overflow: hidden;
  84. cursor: default;
  85. span, b{
  86. margin: 0 23%;
  87. width: 54%;
  88. position: absolute;
  89. text-align: center;
  90. display: inline-block;
  91. font-height: 100;
  92. overflow: hidden;
  93. white-space: nowrap;
  94. text-overflow: ellipsis;
  95. }
  96. [data-style="Semi"] B{
  97. Margin: 0 10%;
  98. Width: 80%;
  99. }
  100. S, U{
  101. Text-Decoration:None;
  102. font-height: 100;
  103. }
  104. B{
  105. Color: Black;
  106. Font-Weight: 200;
  107. Font-Size: 0.85em;
  108. Opacity: .8;
  109. }
  110. }
  111. }