_layout_crowi.scss 959 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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: #f0f0f0;
  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. .crowi-sidebar {
  36. .portal-form-button {
  37. text-align: center;
  38. }
  39. .system-version {
  40. position: absolute;
  41. left: 0.5em;
  42. right: 1em;
  43. bottom: 0.5em;
  44. display: flex;
  45. justify-content: space-between;
  46. }
  47. }
  48. }