Matteo Scandolo | efdcab8 | 2016-05-09 16:29:46 -0700 | [diff] [blame] | 1 | #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; } |