browse.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .actions {text-align: center !important;}
  2. #reportList tr td:nth-child(2),#reportList tr td:nth-child(3){cursor:pointer;}
  3. .noReport {display: none; height: 400px; line-height: 400px;}
  4. /* Use to create and edit report. */
  5. #granularity_chosen a{margin-left: -1px; border-radius: 0px 4px 4px 0px;}
  6. .chosen-container-active .chosen-single{z-index: 1;}
  7. #granularity_chosen a input {border-radius: 0px 4px 4px 0px;}
  8. .input-group .chosen-container{min-width: 170px;}
  9. .dimension-half-radius {border-radius: 4px 0px 0px 4px !important;}
  10. .dimension-all-radius {border-radius: 4px !important;}
  11. /* ajaxpreview */
  12. .legendContainer
  13. {
  14. text-align: left !important;
  15. border-bottom: unset !important;
  16. vertical-align: middle !important;
  17. }
  18. #previewID
  19. {
  20. font-weight: 400;
  21. font-size: 20px;
  22. margin-bottom: 16px;
  23. margin-top: 17px;
  24. border-bottom: unset;
  25. }
  26. #previewID + td {border-bottom: unset;}
  27. #pieLegend li {list-style: none;height: 25px;}
  28. #pieLegend span
  29. {
  30. display: inline-block;
  31. border-radius: 3px;
  32. width: 22px;
  33. margin-right: 12px;
  34. height : 13px;
  35. }
  36. #barLegend li,#lineLegend li
  37. {
  38. list-style: none;
  39. float: left;
  40. margin-left: 20px;
  41. position: relative;
  42. right: 50%;
  43. }
  44. #barLegend ul,#lineLegend ul {position: relative; left: 50%; float: left;}
  45. #barLegend span
  46. {
  47. display: inline-block;
  48. width: 22px;
  49. margin-right: 12px;
  50. height : 13px;
  51. }
  52. #lineLegend span
  53. {
  54. display: inline-block;
  55. width: 35px;
  56. margin-right: 12px;
  57. vertical-align: middle;
  58. height: 2px;
  59. }