_admin.less 1016 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. &.user {
  28. .email {
  29. max-width: 200px;
  30. }
  31. }
  32. dl.admin-dl-horizontal {
  33. padding: 20px;
  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: 5px;
  51. }
  52. table tbody tr td:first-child {
  53. font-weight: bold;
  54. }
  55. pre {
  56. background-color: #f7f7f7;
  57. padding: 5px;
  58. }
  59. code {
  60. color: #db2828;
  61. }
  62. .log-config {
  63. table tbody tr td {
  64. &:first-child {
  65. width: 100px;
  66. }
  67. }
  68. }
  69. }
  70. }