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 849B

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