You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
859 B

2 years ago
  1. #body .tab-nav-button {
  2. border-width: 1px 1px 1px 1px !important;
  3. border-color: #ccc !important;
  4. border-radius: 4px 4px 0 0 !important;
  5. background-color: #ddd !important;
  6. float: left;
  7. display: block;
  8. position: relative;
  9. margin-left: 4px;
  10. bottom: -1px;
  11. }
  12. #body .tab-nav-button:first-child {
  13. margin-left: 0px;
  14. }
  15. #body .tab-nav-button.active {
  16. background-color: #fff !important;
  17. border-bottom-color: #fff !important;
  18. }
  19. #body .tab-panel {
  20. margin-top: 32px;
  21. margin-bottom: 32px;
  22. }
  23. #body .tab-content {
  24. display: block;
  25. clear: both;
  26. padding: 8px;
  27. border-width: 1px;
  28. border-style: solid;
  29. border-color: #ccc;
  30. }
  31. #body .tab-content .tab-item{
  32. display: none;
  33. }
  34. #body .tab-content .tab-item.active{
  35. display: block;
  36. }
  37. #body .tab-item pre{
  38. margin-bottom: 0;
  39. margin-top: 0;
  40. }