new.less 953 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. ul,
  2. ol {
  3. padding: 0;
  4. }
  5. .container .moodleSkin img.mceIcon {
  6. display: block;
  7. height: auto;
  8. width: auto;
  9. }
  10. #region-bs-main-and-pre {
  11. #region-main {
  12. padding-left: 0px;
  13. }
  14. }
  15. /* Enrolment page */
  16. .userenrolment .col_role {
  17. width: auto;
  18. }
  19. .dropdown-menu {
  20. .userpicture {
  21. margin-left: -10px;
  22. margin-right: 7px;
  23. }
  24. .msg-body {
  25. display: inline-block;
  26. line-height: 20px;
  27. max-width: 175px;
  28. vertical-align: middle;
  29. }
  30. .msg-title {
  31. display: inline-block;
  32. line-height: 14px;
  33. }
  34. .msg-sender {
  35. color: #478fca;
  36. }
  37. .msg-time {
  38. color: #777;
  39. display: block;
  40. font-size: 11px;
  41. }
  42. [title="new"] {
  43. background-color: lighten(@brand-info, 33.5%);
  44. }
  45. .glyphicon {
  46. margin-right: 5px;
  47. }
  48. }
  49. #adminthemeselector {
  50. td {
  51. img {
  52. max-width: 500px;
  53. }
  54. }
  55. }