_layout_crowi.scss 710 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .crowi.main-container {
  2. header {
  3. #search-listpage-form {
  4. .btn-sm {
  5. line-height: 0.5em;
  6. }
  7. }
  8. }
  9. .revision-toc {
  10. float: right;
  11. border: solid 1px #aaa;
  12. border-radius: 5px;
  13. max-width: 250px;
  14. overflow: hidden;
  15. .revision-toc-head {
  16. display: inline-block;
  17. float: right;
  18. border-left: solid 1px #aaa;
  19. border-bottom: solid 1px #aaa;
  20. border-radius: 0 5px;
  21. padding: 3px 11px;
  22. font-weight: bold;
  23. background: $gray-lighter;
  24. margin-left: 5px;
  25. margin-bottom: 5px;
  26. &.collapsed {
  27. border: none;
  28. margin: 0;
  29. }
  30. }
  31. .revision-toc-content {
  32. background: #fcfcfc;
  33. }
  34. }
  35. }