mirror of https://github.com/interlegis/sigi.git
Breno Teixeira
11 years ago
5 changed files with 159 additions and 96 deletions
@ -0,0 +1,35 @@ |
|||||
|
#canvas-holder { |
||||
|
padding: 20px 20px 20px 20px; |
||||
|
min-height: 180px; |
||||
|
position: relative; |
||||
|
margin-top: 110px; |
||||
|
} |
||||
|
.pie-legend { |
||||
|
list-style: none; |
||||
|
position: absolute; |
||||
|
right: 8px; |
||||
|
top: 18px; |
||||
|
} |
||||
|
.pie-legend li span { |
||||
|
display: block; |
||||
|
position: absolute; |
||||
|
left: 0; |
||||
|
top: 0; |
||||
|
width: 20px; |
||||
|
height: 100%; |
||||
|
border-radius: 5px; |
||||
|
} |
||||
|
.pie-legend li { |
||||
|
display: block; |
||||
|
padding-left: 30px; |
||||
|
position: relative; |
||||
|
margin-bottom: 4px; |
||||
|
border-radius: 5px; |
||||
|
padding: 2px 8px 2px 28px; |
||||
|
font-size: 14px; |
||||
|
cursor: default; |
||||
|
-webkit-transition: background-color 200ms ease-in-out; |
||||
|
-moz-transition: background-color 200ms ease-in-out; |
||||
|
-o-transition: background-color 200ms ease-in-out; |
||||
|
transition: background-color 200ms ease-in-out; |
||||
|
} |
Loading…
Reference in new issue