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.
26 lines
592 B
26 lines
592 B
5 years ago
|
/*
|
||
|
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
|
||
|
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* This file should be included on websites so that the rendered charts looked better.
|
||
|
*/
|
||
|
|
||
|
div.chartjs canvas, div.chartjs div.chartjs-legend {
|
||
|
display:inline-block;
|
||
|
}
|
||
|
div.chartjs div.chartjs-legend span {
|
||
|
display: inline-block;
|
||
|
width:20px;
|
||
|
height:20px;
|
||
|
margin-right:10px;
|
||
|
margin-bottom:-5px;
|
||
|
}
|
||
|
div.chartjs div.chartjs-legend ul {
|
||
|
list-style-type:none;
|
||
|
}
|
||
|
div.chartjs div.chartjs-legend li {
|
||
|
margin-top:10px;
|
||
|
}
|