enrolment.less 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. .userenrolment {
  2. width: 100%;
  3. border-collapse: collapse;
  4. .col_userdetails {
  5. .subfield_picture {
  6. float: left;
  7. margin: 0 5px;
  8. }
  9. }
  10. .col_lastseen {
  11. }
  12. .col_role {
  13. a, span {
  14. display: inline-block;
  15. vertical-align: middle;
  16. }
  17. a {
  18. float: right;
  19. }
  20. .addrole {
  21. text-align: center;
  22. }
  23. }
  24. .hasAllRoles {
  25. .col_role {
  26. .addrole {
  27. display: none;
  28. }
  29. }
  30. }
  31. .col_group {
  32. .group {
  33. float: left;
  34. white-space: nowrap;
  35. a {
  36. margin-left: 3px;
  37. cursor: pointer;
  38. }
  39. }
  40. .addgroup {
  41. text-align: center;
  42. a {
  43. img {
  44. vertical-align: bottom;
  45. }
  46. }
  47. }
  48. }
  49. }
  50. .enrolpanel.roleassign.visible {
  51. .popover;
  52. width: @popover-max-width;
  53. width: @popover-max-width;
  54. display: block;
  55. .container {
  56. content: inherit;
  57. display: block;
  58. padding: 0;
  59. border: 0;
  60. }
  61. a {
  62. text-decoration: underline;
  63. }
  64. .header {
  65. .popover-title;
  66. .close {
  67. .glyphicon;
  68. color: @link-color;
  69. background: inherit;
  70. font-size: 20px;
  71. margin-bottom: 10px;
  72. margin-top: 5px;
  73. opacity: 1;
  74. width: auto;
  75. top: 5px;
  76. right: 10px;
  77. height: auto;
  78. position: absolute;
  79. &:before { content: "\e014"; }
  80. }
  81. }
  82. .content {
  83. .popover-content;
  84. margin-top: 5px;
  85. background-color: (lighten(@popover-bg, 10%));
  86. }
  87. }
  88. #page-enrol-users {
  89. .enrol_user_buttons {
  90. float: right;
  91. .enrolusersbutton {
  92. display: inline;
  93. div,
  94. form {
  95. display: inline;
  96. margin-right: 0;
  97. }
  98. }
  99. }
  100. #filterform {
  101. .well;
  102. display: inline-block;
  103. .fitem {
  104. display: inline-block;
  105. margin-right: .3em;
  106. white-space: nowrap;
  107. label {
  108. display: inline;
  109. line-height: @line-height-base;
  110. padding-right: .3em;
  111. }
  112. :before,
  113. :after {
  114. display: inline;
  115. }
  116. }
  117. div,
  118. fieldset {
  119. display: table;
  120. float: none;
  121. clear: none;
  122. width: auto;
  123. margin: 0;
  124. }
  125. select,
  126. .ftext input {
  127. width: 7em;
  128. }
  129. input,
  130. select {
  131. margin-bottom: 0;
  132. }
  133. }
  134. .user-enroller-panel .uep-search-results .user .details {
  135. width: 237px;
  136. }
  137. }