_admin.less 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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,
  21. td {
  22. &:first-of-type {
  23. padding-left: 15px !important;
  24. }
  25. }
  26. }
  27. }
  28. code {
  29. color: #db2828;
  30. }
  31. &.user {
  32. .email {
  33. max-width: 200px;
  34. }
  35. }
  36. dl.admin-dl-horizontal {
  37. padding: 10px 15px;
  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. table tbody tr td:first-child {
  57. font-weight: bold;
  58. }
  59. pre {
  60. background-color: #f7f7f7;
  61. padding: 5px;
  62. }
  63. .log-config {
  64. table tbody tr td {
  65. &:first-child {
  66. width: 100px;
  67. }
  68. &:last-child pre {
  69. width: 600px;
  70. overflow-y: auto;
  71. }
  72. }
  73. }
  74. }
  75. }