statis.css 563 B

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. To change this license header, choose License Headers in Project Properties.
  3. To change this template file, choose Tools | Templates
  4. and open the template in the editor.
  5. */
  6. /*
  7. Created on : 2016-5-29, 16:45:43
  8. Author : gwang
  9. */
  10. fieldset {
  11. border: 0;
  12. display:inline-block;
  13. }
  14. .slider{
  15. max-width: 815px;
  16. }
  17. label {
  18. display: inline-block;
  19. margin: 30px 0 0 0;
  20. }
  21. select {
  22. width: 200px;
  23. }
  24. .overflow {
  25. height: 200px;
  26. }
  27. #chartContainer{
  28. padding: 0px;
  29. }
  30. .ui-tabs .ui-tabs-panel {
  31. padding: 0px;
  32. }
  33. myChart{
  34. margin: auto;
  35. }