demo.css 881 B

123456789101112131415161718192021222324252627
  1. /**********************************************************************
  2. * THIS STYLESHEET IS FOR DEMONSTRATION PURPOSE ONLY *
  3. **********************************************************************/
  4. .dashboard-demo { min-height: 168px; }
  5. .grid-demo-12, .grid-demo-16 { padding-top: 20px; }
  6. .grid-demo-12 .box-head, .grid-demo-16 .box-head { background: #555; margin-bottom: 20px; }
  7. .grid-demo-12 .box-head h2, .grid-demo-16 .box-head h2 { font-size: 12px; }
  8. #flot-demo { height: 154px; margin: 4px 2px; }
  9. #flot-lines, #flot-bars {
  10. height: 160px;
  11. margin: 4px 2px;
  12. }
  13. #flot-pie, #flot-realtime {
  14. height: 300px;
  15. margin: 4px 2px;
  16. }
  17. #gallery a img {
  18. margin: 10px;
  19. }
  20. #widget-list li { display: inline; margin-bottom: 10px; margin-top: 10px; }
  21. #eq span { height:120px; float:left; margin: 10px 0 0 20px; }
  22. .sliders { height: 200px; }
  23. #accordion { height: 254px; }