_admin.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. .admin {
  2. padding-top: @15;
  3. padding-bottom: @footer-margin * 2;
  4. .table.segment {
  5. padding: 0;
  6. font-size: 13px;
  7. &:not(.striped) {
  8. padding-top: @5;
  9. thead {
  10. th:last-child {
  11. padding-right: @5 !important;
  12. }
  13. }
  14. }
  15. th {
  16. padding-top: @5;
  17. padding-bottom: @5;
  18. }
  19. &:not(.select) {
  20. th, td {
  21. &:first-of-type {
  22. padding-left: @15 !important;
  23. }
  24. }
  25. }
  26. }
  27. &.user {
  28. .email {
  29. max-width: 200px;
  30. }
  31. }
  32. dl.admin-dl-horizontal {
  33. padding: @20;
  34. margin: 0;
  35. dd {
  36. margin-left: 240px;
  37. }
  38. dt {
  39. font-weight: bolder;
  40. float: left;
  41. width: 250px;
  42. clear: left;
  43. overflow: hidden;
  44. text-overflow: ellipsis;
  45. white-space: nowrap;
  46. }
  47. }
  48. &.config {
  49. #test-mail-btn {
  50. margin-left: @5;
  51. }
  52. table tbody tr td:first-child {
  53. font-weight: bold;
  54. }
  55. pre {
  56. background-color: #f7f7f7;
  57. padding: @5;
  58. }
  59. code {
  60. color: #db2828;
  61. line-height: 1;
  62. }
  63. .log-config {
  64. table tbody tr td {
  65. &:first-child {
  66. width: 100px;
  67. }
  68. }
  69. }
  70. }
  71. &.indication {
  72. font-size: @10;
  73. text-align: center !important;
  74. }
  75. }
  76. .sitestatus {
  77. padding: 1em;
  78. div {
  79. padding: 1em;
  80. }
  81. }
  82. .admin-badge {
  83. font-size: 10px !important;
  84. }
  85. // Mobile
  86. @media (max-width: 1020px) {
  87. .render-time {
  88. display: none !important;
  89. }
  90. }