_admin.less 1.0 KB

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. code {
  28. color: #db2828;
  29. }
  30. &.user {
  31. .email {
  32. max-width: 200px;
  33. }
  34. }
  35. dl.admin-dl-horizontal {
  36. padding: 10px 15px;
  37. margin: 0;
  38. dd {
  39. margin-left: 240px;
  40. }
  41. dt {
  42. font-weight: bolder;
  43. float: left;
  44. width: 250px;
  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. table tbody tr td:first-child {
  56. font-weight: bold;
  57. }
  58. pre {
  59. background-color: #f7f7f7;
  60. padding: 5px;
  61. }
  62. .log-config {
  63. table tbody tr td {
  64. &:first-child {
  65. width: 100px;
  66. }
  67. }
  68. }
  69. }
  70. }