You are here

charts_graphs_bluff.css in Charts and Graphs 7

Same filename and directory in other branches
  1. 6.2 apis/charts_graphs_bluff/charts_graphs_bluff.css
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_graphs_bluff/charts_graphs_bluff.css
View source
  1. table.bluff-data-table {
  2. left: -9999px;
  3. position: absolute;
  4. }
  5. ul.bluff-legend {
  6. list-style-type: none;
  7. margin: 0;
  8. padding: 0;
  9. }
  10. ul.bluff-legend li {
  11. height: 16px;
  12. line-height: 16px;
  13. list-style-type: none;
  14. margin: 2px 0;
  15. padding: 0 0 0 18px;
  16. position: relative;
  17. }
  18. ul.bluff-legend li div {
  19. height: 16px;
  20. left: 0;
  21. position: absolute;
  22. top: 0;
  23. width: 16px;
  24. }