backup-restore.less 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. .path-backup .mform .grouped_settings {
  2. &.section_level {
  3. .well;
  4. .section_level {
  5. padding-left: 0;
  6. .fitemtitle {
  7. font-size: @font-size-large;
  8. }
  9. }
  10. }
  11. .make-row();
  12. .include_setting {
  13. .make-md-column(7);
  14. }
  15. .normal_setting {
  16. .make-md-column(5);
  17. }
  18. .fitem {
  19. .make-row();
  20. .form-group;
  21. .fitemtitle {
  22. .make-sm-column(9);
  23. .make-lg-column(9);
  24. }
  25. .felement {
  26. .make-sm-column(3);
  27. .make-lg-column(3);
  28. }
  29. }
  30. }
  31. /*
  32. .path-backup .mform .grouped_settings.section_level {
  33. .well;
  34. padding: 10px 0 0 0;
  35. clear: both;
  36. }
  37. .path-backup .mform .grouped_settings {
  38. clear: both;
  39. overflow: hidden;
  40. }
  41. .path-backup .include_setting,
  42. .path-backup .grouped_settings .normal_setting {
  43. display: inline-block;
  44. }
  45. .path-backup .include_setting.section_level label {
  46. font-weight: bold;
  47. }
  48. .path-backup .mform .fitem .fitemtitle {
  49. width: 260px;
  50. }
  51. */
  52. .path-backup .notification.dependencies_enforced {
  53. text-align: center;
  54. color: @state-danger-text;
  55. font-weight: bold;
  56. }
  57. .path-backup .backup_progress {
  58. text-align: center;
  59. }
  60. .path-backup .backup_progress .backup_stage {
  61. .text-muted
  62. }
  63. .path-backup .backup_progress .backup_stage.backup_stage_current {
  64. font-weight: bold;
  65. color: inherit;
  66. }
  67. .path-backup .backup_progress .backup_stage.backup_stage_next {
  68. }
  69. .path-backup .backup_progress span.backup_stage.backup_stage_complete {
  70. color: inherit;
  71. }
  72. #page-backup-restore .filealiasesfailures {
  73. background-color: @state-danger-bg;
  74. }
  75. #page-backup-restore .filealiasesfailures .aliaseslist {
  76. width: 90%;
  77. margin: 0.8em auto;
  78. background-color: @body-bg;
  79. border: 1px dotted @table-border-color;
  80. }
  81. .path-backup .fitem .smallicon {
  82. vertical-align: text-bottom;
  83. }
  84. .backup-restore .backup-section > h2.header,
  85. .backup-restore .backup-section .backup-sub-section h3 {
  86. &:extend(legend);
  87. }
  88. .backup-restore .backup-section .noticebox {
  89. margin: 1em auto;
  90. width: 60%;
  91. text-align: center;
  92. }
  93. .backup-restore .backup-section.settings-section .detail-pair {
  94. width: 50%;
  95. display: inline-block;
  96. }
  97. .backup-restore .backup-section.settings-section .detail-pair-label {
  98. width: 65%;
  99. }
  100. .backup-restore .backup-section.settings-section .detail-pair-value {
  101. width: 25%;
  102. }
  103. .backup-restore .activitytable {
  104. min-width: 500px;
  105. }
  106. .backup-restore .activitytable .modulename {
  107. width: 100px;
  108. }
  109. .backup-restore .activitytable .moduleincluded {
  110. width: 50px;
  111. }
  112. .backup-restore .activitytable .userinfoincluded {
  113. width: 50px;
  114. }
  115. .backup-restore .detail-pair-label {
  116. display: inline-block;
  117. width: 25%;
  118. padding: 8px;
  119. margin: 0;
  120. text-align: right;
  121. font-weight: bold;
  122. vertical-align: top;
  123. }
  124. .backup-restore .detail-pair-value {
  125. display: inline-block;
  126. width: 65%;
  127. padding: 8px;
  128. margin: 0;
  129. }
  130. .backup-restore .detail-pair-value > .sub-detail {
  131. display: block;
  132. font-size: @font-size-small;
  133. .text-muted
  134. }
  135. .backup-restore > .singlebutton {
  136. text-align: right;
  137. }
  138. .path-backup .mform .fgroup .proceedbutton {
  139. float: right;
  140. margin-right: 5%;
  141. }
  142. .restore-course-search .rcs-results {
  143. width: 70%;
  144. min-width: 400px;
  145. }
  146. .restore-course-search .rcs-results table .no-overflow {
  147. max-width: 600px;
  148. }
  149. .restore-course-category .rcs-results table .no-overflow {
  150. max-width: 600px;
  151. }
  152. .path-backup .wibbler {
  153. display: none;
  154. }
  155. .path-backup .backup_log {
  156. margin-top: 2em;
  157. }
  158. .path-backup .backup_log h2 {
  159. font-size: 1em;
  160. }
  161. .path-backup .backup_log_contents {
  162. border: 1px solid @table-border-color;
  163. padding: 10px;
  164. height: 300px;
  165. overflow-y: scroll;
  166. }