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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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, td {
  20. &:first-of-type {
  21. padding-left: 15px !important;
  22. }
  23. }
  24. }
  25. }
  26. .ui.header,
  27. .ui.segment {
  28. box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
  29. }
  30. &.user {
  31. .email {
  32. max-width: 200px;
  33. }
  34. }
  35. dl.admin-dl-horizontal {
  36. padding: 20px;
  37. margin: 0;
  38. dd {
  39. margin-left: 275px;
  40. }
  41. dt {
  42. font-weight: bolder;
  43. float: left;
  44. width: 285px;
  45. clear: left;
  46. overflow: hidden;
  47. text-overflow: ellipsis;
  48. white-space: nowrap;
  49. }
  50. }
  51. &.config {
  52. #test-mail-btn {
  53. margin-left: 5px;
  54. }
  55. }
  56. }