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.

46 lines
639 B

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. .admin {
  2. padding-top: 15px;
  3. padding-bottom: @footer-margin * 2;
  4. .table.segment {
  5. padding: 0;
  6. font-size: 13px;
  7. th {
  8. padding-top: 5px;
  9. padding-bottom: 5px;
  10. }
  11. th, td {
  12. &:first-of-type {
  13. padding-left: 15px !important;
  14. }
  15. }
  16. }
  17. .ui.header,
  18. .ui.segment {
  19. box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  20. }
  21. &.user {
  22. .email {
  23. max-width: 200px;
  24. }
  25. }
  26. dl.admin-dl-horizontal {
  27. padding: 20px;
  28. margin: 0;
  29. dd{
  30. margin-left: 240px;
  31. }
  32. dt {
  33. font-weight: bolder;
  34. float: left;
  35. width: 250px;
  36. clear: left;
  37. overflow: hidden;
  38. text-overflow: ellipsis;
  39. white-space: nowrap;
  40. }
  41. }
  42. }