index.css 1.3 KB

123456789101112131415161718192021
  1. #dropMenu .col-left .list-group {margin-bottom: 0px; }
  2. #dropMenu .col-left { padding-bottom: 0px; }
  3. .table, .cell{margin-bottom: 15px !important}
  4. .main-table tbody>tr>td {position: relative; border-bottom: 0; border-bottom: 1px solid #ddd;}
  5. .main-table tbody>tr:last-child>td {border-bottom: none;}
  6. .cell{position: relative;}
  7. #chartUnit {position: absolute; color: #000; top: 20px; left: 15px;}
  8. #chartLegend {position: absolute; right: 0; width: 80px; height: 60px; top: 50%; margin-top: -30px; line-height: 30px; color: #838A9D; font-size: 12px;}
  9. #chartLegend > div {position: relative; padding-left: 30px;}
  10. #chartLegend > div > .barline {position: absolute; width: 20px; left: 0; top: 13px; height: 3px;}
  11. #chartLegend .line-pv .barline{background: #1183fb}
  12. #chartLegend .line-ev .barline{background: rgb(0, 218, 136)}
  13. #chartLegend .line-ac .barline{background: rgb(255, 145, 0)}
  14. .scroll-table {overflow-x: scroll}
  15. .scroll-table > .table {min-width:350%}
  16. .helpDropdown{display:inline-block; padding-left:1px; padding-right:10px;}
  17. .helpDropdown .dropdown-menu{width:600px; text-align:left; height:300px; overflow:auto; background: #fff; padding-left:8px; font-weight:normal; white-space:normal;}
  18. .helpDropdown h2{font-size:14px; padding:0px; margin:0px; margin-top:10px;}
  19. .helpDropdown p{padding:0px; margin:0px; margin-top:10px;}