charts_bluff.css in Charts and Graphs 6
table.bluff-data-table {
left: -9999px;
position: absolute;
}
ul.bluff-legend {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.bluff-legend li {
height: 16px;
line-height: 16px;
list-style-type: none;
margin: 2px 0;
padding: 0 0 0 18px;
position: relative;
}
ul.bluff-legend li div {
height: 16px;
left: 0;
position: absolute;
top: 0;
width: 16px;
}
File
apis/charts_bluff/charts_bluff.css
View source
- table.bluff-data-table {
- left: -9999px;
- position: absolute;
- }
- ul.bluff-legend {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- ul.bluff-legend li {
- height: 16px;
- line-height: 16px;
- list-style-type: none;
- margin: 2px 0;
- padding: 0 0 0 18px;
- position: relative;
- }
- ul.bluff-legend li div {
- height: 16px;
- left: 0;
- position: absolute;
- top: 0;
- width: 16px;
- }