chart.css 566 B

12345678910111213141516171819202122232425
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. /**
  6. * This file should be included on websites so that the rendered charts looked better.
  7. */
  8. div.chartjs canvas, div.chartjs div.chartjs-legend {
  9. display:inline-block;
  10. }
  11. div.chartjs div.chartjs-legend span {
  12. display: inline-block;
  13. width:20px;
  14. height:20px;
  15. margin-right:10px;
  16. margin-bottom:-5px;
  17. }
  18. div.chartjs div.chartjs-legend ul {
  19. list-style-type:none;
  20. }
  21. div.chartjs div.chartjs-legend li {
  22. margin-top:10px;
  23. }