blob: 7b15d7c896a7ca85081a2a08fab788b2a907033f [file] [log] [blame]
Matteo Scandoloefdcab82016-05-09 16:29:46 -07001#xosDeveloper .pie-legend li {
2 display: inline-block;
3 white-space: nowrap;
4 position: relative;
5 margin-bottom: 4px;
6 border-radius: 5px;
7 padding: 2px 8px 2px 28px;
8 font-size: smaller;
9 cursor: default; }
10
11#xosDeveloper .pie-legend-icon {
12 display: block;
13 position: absolute;
14 left: 0;
15 top: 0;
16 width: 20px;
17 height: 20px;
18 border-radius: 5px; }