Built files from Bizgaze WebServer
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

pivot.css 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .pvtUi { color: #333; }
  2. table.pvtTable {
  3. font-size: 8pt;
  4. text-align: left;
  5. border-collapse: collapse;
  6. }
  7. table.pvtTable thead tr th, table.pvtTable tbody tr th {
  8. background-color: #e6EEEE;
  9. border: 1px solid #CDCDCD;
  10. font-size: 8pt;
  11. padding: 5px;
  12. }
  13. table.pvtTable .pvtColLabel {text-align: center;}
  14. table.pvtTable .pvtTotalLabel {text-align: right;}
  15. table.pvtTable tbody tr td {
  16. color: #3D3D3D;
  17. padding: 5px;
  18. background-color: #FFF;
  19. border: 1px solid #CDCDCD;
  20. vertical-align: top;
  21. text-align: right;
  22. }
  23. .pvtTotal, .pvtGrandTotal { font-weight: bold; }
  24. .pvtVals { text-align: center; white-space: nowrap;}
  25. .pvtRowOrder, .pvtColOrder {
  26. cursor:pointer;
  27. width: 15px;
  28. margin-left: 5px;
  29. display: inline-block; }
  30. .pvtAggregator { margin-bottom: 5px ;}
  31. .pvtAxisContainer, .pvtVals {
  32. border: 1px solid gray;
  33. background: #EEE;
  34. padding: 5px;
  35. min-width: 20px;
  36. min-height: 20px;
  37. user-select: none;
  38. -webkit-user-select: none;
  39. -moz-user-select: none;
  40. -khtml-user-select: none;
  41. -ms-user-select: none;
  42. }
  43. .pvtAxisContainer li {
  44. padding: 8px 6px;
  45. list-style-type: none;
  46. cursor:move;
  47. }
  48. .pvtAxisContainer li.pvtPlaceholder {
  49. -webkit-border-radius: 5px;
  50. padding: 3px 15px;
  51. -moz-border-radius: 5px;
  52. border-radius: 5px;
  53. border: 1px dashed #aaa;
  54. }
  55. .pvtAxisContainer li span.pvtAttr {
  56. -webkit-text-size-adjust: 100%;
  57. background: #F3F3F3;
  58. border: 1px solid #DEDEDE;
  59. padding: 2px 5px;
  60. white-space:nowrap;
  61. -webkit-border-radius: 5px;
  62. -moz-border-radius: 5px;
  63. border-radius: 5px;
  64. }
  65. .pvtTriangle {
  66. cursor:pointer;
  67. color: grey;
  68. }
  69. .pvtHorizList li { display: inline; }
  70. .pvtVertList { vertical-align: top; }
  71. .pvtFilteredAttribute { font-style: italic }
  72. .pvtFilterBox{
  73. z-index: 100;
  74. width: 300px;
  75. border: 1px solid gray;
  76. background-color: #fff;
  77. position: absolute;
  78. text-align: center;
  79. }
  80. .pvtFilterBox h4{ margin: 15px; }
  81. .pvtFilterBox p { margin: 10px auto; }
  82. .pvtFilterBox label { font-weight: normal; }
  83. .pvtFilterBox input[type='checkbox'] { margin-right: 10px; margin-left: 10px; }
  84. .pvtFilterBox input[type='text'] { width: 230px; }
  85. .pvtFilterBox .count { color: gray; font-weight: normal; margin-left: 3px;}
  86. .pvtCheckContainer{
  87. text-align: left;
  88. font-size: 14px;
  89. white-space: nowrap;
  90. overflow-y: scroll;
  91. width: 100%;
  92. max-height: 250px;
  93. border-top: 1px solid lightgrey;
  94. border-bottom: 1px solid lightgrey;
  95. }
  96. .pvtCheckContainer p{ margin: 5px; }
  97. .pvtRendererArea { padding: 5px;}