flot.css 352 B

12345678910111213141516171819
  1. #exampleFlotCurve,
  2. #exampleFlotRealtime,
  3. #exampleFlotMix,
  4. #exampleFlotFullBg,
  5. #exampleFlotStackBar,
  6. #exampleFlotHorizontalBar,
  7. #exampleFlotPie,
  8. #exampleFlotVisitors {
  9. height: 300px; }
  10. #exampleFlotVisitorsOverview {
  11. height: 120px; }
  12. .legend td {
  13. padding: 3px; }
  14. @media (max-width: 586px) {
  15. .example-responsive {
  16. padding-bottom: 10px; } }