report.css 853 B

123456789101112131415161718192021
  1. .legend span {display: inline-block; margin-right: 12px;}
  2. .pie-legend
  3. {
  4. text-align: left;
  5. border-bottom: unset;
  6. position: absolute;
  7. right: 15%;
  8. top: 50%;
  9. -webkit-transform: translateY(-50%);
  10. -webkit-transform: translateY(-50%);
  11. -moz-transform: translateY(-50%);
  12. -ms-transform: translateY(-50%);
  13. transform: translateY(-50%);
  14. }
  15. .pie-legend li {width: 100px; height: 30px; list-style: none; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
  16. .pie-legend span {width: 22px; height: 13px; border-radius: 3px;}
  17. .bar-legend span {width: 22px; height : 13px;}
  18. .line-legend span {width: 35px; height: 2px; vertical-align: middle;}
  19. .bar-legend ul, .line-legend ul {position: relative; left: 50%; float: left;}
  20. .bar-legend li, .line-legend li {list-style: none; float: left; margin-left: 20px; position: relative; right: 50%;}