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.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .admin {
  2. padding-top: 15px;
  3. .table.segment {
  4. padding: 0;
  5. font-size: 13px;
  6. &:not(.striped) {
  7. padding-top: 5px;
  8. thead {
  9. th:last-child {
  10. padding-right: 5px !important;
  11. }
  12. }
  13. }
  14. th {
  15. padding-top: 5px;
  16. padding-bottom: 5px;
  17. }
  18. &:not(.select) {
  19. th,
  20. td {
  21. &:first-of-type {
  22. padding-left: 15px !important;
  23. }
  24. }
  25. }
  26. form tbody button[type='submit'] {
  27. padding: 5px 8px;
  28. }
  29. }
  30. .ui.header,
  31. .ui.segment {
  32. box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
  33. }
  34. &.user {
  35. .email {
  36. max-width: 200px;
  37. }
  38. }
  39. dl.admin-dl-horizontal {
  40. padding: 20px;
  41. margin: 0;
  42. dd {
  43. margin-left: 275px;
  44. }
  45. dt {
  46. font-weight: bolder;
  47. float: left;
  48. width: 285px;
  49. clear: left;
  50. overflow: hidden;
  51. text-overflow: ellipsis;
  52. white-space: nowrap;
  53. }
  54. }
  55. &.config {
  56. #test-mail-btn {
  57. margin-left: 5px;
  58. }
  59. }
  60. code,
  61. pre {
  62. white-space: pre-wrap;
  63. word-wrap: break-word;
  64. }
  65. }