styles.css 1.8 KB

1234567891011121314151617181920212223242526
  1. body {color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;margin:0;}
  2. label {display:inline-block;font-weight:700;margin-bottom:5px;}
  3. input[type=range] {display:block;width:100%;}
  4. table {border-collapse:collapse;border-spacing:0;}
  5. :before,:after {box-sizing: border-box;}
  6. .table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td {border-top:1px solid #ddd;line-height:1.42857143;padding:8px;vertical-align:top;}
  7. .table {width:100%;}
  8. .table-striped > tbody > tr:nth-child(odd) > td,.table-striped > tbody > tr:nth-child(odd) > th {background:#f9f9f9;}
  9. .label {border-radius:.25em;color:#fff;display:inline;font-size:75%;font-weight:700;line-height:1;padding:.2em .6em .3em;text-align:center;vertical-align:baseline;white-space:nowrap;}
  10. .label-success {background-color:#5cb85c;}
  11. .label-warning {background-color:#f0ad4e;}
  12. .popover {background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2);display:none;left:0;max-width:276px;padding:1px;position:absolute;text-align:left;top:0;white-space:normal;z-index:1010;}
  13. .popover>.arrow:after {border-width:10px;content:"";}
  14. .popover.left {margin-left:-10px;}
  15. .popover.left > .arrow {border-right-width:0;border-left-color:rgba(0,0,0,.25);margin-top:-11px;right:-11px;top:50%;}
  16. .popover.left > .arrow:after {border-left-color:#fff;border-right-width:0;bottom:-10px;content:" ";right:1px;}
  17. .popover > .arrow {border-width:11px;}
  18. .popover > .arrow,.popover>.arrow:after {border-color:transparent;border-style:solid;display:block;height:0;position:absolute;width:0;}
  19. .popover-content {padding:9px 14px;}
  20. .Query {position:relative;}
  21. .Query:hover .popover {display:block;left:-100%;width:100%;}