PowerCEX/LateNightCEX Mods


SUBMITTED BY: Guest

DATE: Feb. 8, 2014, 7:11 a.m.

FORMAT: Text only

SIZE: 1.1 kB

HITS: 754

  1. /** MINE **/
  2. .home {
  3. min-height:100%;
  4. }
  5. .chart {
  6. margin:0px;
  7. padding:0px;
  8. max-height: 0px !important;
  9. display: none;
  10. visibility:hidden;
  11. position:absolute;
  12. left:100px;
  13. top:150px;
  14. }
  15. .market {
  16. margin:0px;
  17. padding:0px;
  18. display: none;
  19. visibility:hidden;
  20. max-height: 0px !important;
  21. position:absolute;
  22. left:100px;
  23. top:150px
  24. }
  25. .title {
  26. font-size: 14px !important;
  27. }
  28. .market h3 {
  29. font-size: 16px
  30. }
  31. .buy-sell {
  32. margin: 0px 0 !important;
  33. padding: 0px 0px 0 0px !important;
  34. background-image: none !important;
  35. max-height: 0px !important;
  36. }
  37. .btn-small {
  38. padding: 3px !important;
  39. font-size: 9.5px !important;
  40. }
  41. .panel-heading .pull-right {
  42. font-size: 10px;
  43. }
  44. .active-orders + .active-orders > .row-fluid > div:last-of-type {
  45. height: 450px !important;
  46. }
  47. .footer {
  48. position:absolute;
  49. left:600px;
  50. top:40px;
  51. width: 800px;
  52. height: 0px;
  53. }

comments powered by Disqus