MINING


SUBMITTED BY: Guest

DATE: Feb. 9, 2014, 9:25 p.m.

FORMAT: CSS

SIZE: 1.9 kB

HITS: 1296

  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: 12px !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: 148px !important;
  36. min-height: 10px !important;
  37. }
  38. .span6 {
  39. margin-left: 0%;
  40. }
  41. .btn-small {
  42. padding: 3px !important;
  43. font-size: 9.5px !important;
  44. }
  45. .panel-heading .pull-right {
  46. font-size: 10px;
  47. }
  48. .table {
  49. margin-bottom: 0px !important;
  50. }
  51. #history-tbody {
  52. height: 328px !important;
  53. }
  54. .panel-heading {
  55. padding: 3px 15px;
  56. margin: 0px 0px 0px;
  57. }
  58. .panel {
  59. min-height: 90px !important;
  60. padding: 8px;
  61. margin-bottom: 0px;
  62. }
  63. .active-orders + .active-orders > .row-fluid > div:last-of-type {
  64. height: 360px !important;
  65. }
  66. label {
  67. margin-bottom: 0px;
  68. }
  69. .input-append, .input-prepend {
  70. margin-bottom: 0px;
  71. }
  72. .buy-sell .control-group.mini {
  73. width: 20%;
  74. padding-top: 18px;
  75. }
  76. .footer {
  77. position:absolute;
  78. left:600px;
  79. top:40px;
  80. width: 800px;
  81. height: 0px;
  82. }
  83. .buy-sell-orders > .row-fluid > .span6 > div > div {
  84. height: 574px !important;
  85. width: 100% !important;
  86. }

comments powered by Disqus