_page-history.scss 978 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. // @import '../scss/variables';
  2. // @import '../scss/override-bootstrap-variables';
  3. .revision-history-table {
  4. tbody {
  5. max-height: 250px;
  6. }
  7. }
  8. .revision-history-main {
  9. img.picture-lg {
  10. width: 32px;
  11. height: 32px;
  12. }
  13. }
  14. .revision-history-main-nodiff {
  15. .picture-container {
  16. min-width: 32px;
  17. text-align: center; // centering .picture
  18. }
  19. }
  20. .revision-history-diff {
  21. color: $gray-900;
  22. table-layout: fixed;
  23. }
  24. .comparison-header {
  25. height: 34px;
  26. background-color: #ffffff;
  27. border: 1px solid $gray-300;
  28. .comparison-source-wrapper {
  29. height: 26px;
  30. margin-right: 1px;
  31. border-right: 1px solid $gray-300;
  32. .comparison-source {
  33. color: $gray-500;
  34. }
  35. }
  36. .comparison-target-wrapper {
  37. height: 26px;
  38. .comparison-target {
  39. color: $gray-500;
  40. }
  41. }
  42. }
  43. .revision-compare {
  44. .revision-compare-outer {
  45. min-height: 100px;
  46. max-height: 250px;
  47. overflow: auto;
  48. }
  49. .d2h-file-header {
  50. display: none;
  51. }
  52. }