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.

_admin.less 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. .admin {
  2. padding-top: 15px;
  3. .table.segment {
  4. padding: 0;
  5. font-size: 13px;
  6. &:not(.striped) {
  7. thead {
  8. th:last-child {
  9. padding-right: 5px !important;
  10. }
  11. }
  12. }
  13. th {
  14. padding-top: 5px;
  15. padding-bottom: 5px;
  16. }
  17. &:not(.select) {
  18. th,
  19. td {
  20. &:first-of-type {
  21. padding-left: 15px !important;
  22. }
  23. }
  24. }
  25. form tbody button[type='submit'] {
  26. padding: 5px 8px;
  27. }
  28. }
  29. .settings .button.adopt,
  30. .settings .button.delete {
  31. margin-top: -15px;
  32. margin-bottom: -15px;
  33. .label {
  34. vertical-align: middle;
  35. }
  36. }
  37. .ui.header,
  38. .ui.segment {
  39. box-shadow: 0 1px 2px 0 var(--color-secondary);
  40. }
  41. &.user {
  42. .email {
  43. max-width: 200px;
  44. }
  45. }
  46. dl.admin-dl-horizontal {
  47. padding: 20px;
  48. margin: 0;
  49. dd {
  50. margin-left: 275px;
  51. }
  52. dt {
  53. font-weight: bolder;
  54. float: left;
  55. width: 285px;
  56. clear: left;
  57. overflow: hidden;
  58. text-overflow: ellipsis;
  59. white-space: nowrap;
  60. }
  61. }
  62. &.config {
  63. #test-mail-btn {
  64. margin-left: 5px;
  65. }
  66. }
  67. code,
  68. pre {
  69. white-space: pre-wrap;
  70. word-wrap: break-word;
  71. }
  72. #notice-table {
  73. .notice-description {
  74. @media only screen and (max-width: 767px) {
  75. max-width: 80vw;
  76. }
  77. @media only screen and (max-width: 991px) and (min-width: 768px) {
  78. max-width: 360px;
  79. }
  80. @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  81. max-width: 510px;
  82. }
  83. @media only screen and (min-width: 1200px) {
  84. max-width: 640px;
  85. }
  86. }
  87. }
  88. }