| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- .path-backup .mform .grouped_settings {
- &.section_level {
- .well;
- .section_level {
- padding-left: 0;
- .fitemtitle {
- font-size: @font-size-large;
- }
- }
- }
- .make-row();
- .include_setting {
- .make-md-column(7);
- }
- .normal_setting {
- .make-md-column(5);
- }
- .fitem {
- .make-row();
- .form-group;
- .fitemtitle {
- .make-sm-column(9);
- .make-lg-column(9);
- }
- .felement {
- .make-sm-column(3);
- .make-lg-column(3);
- }
- }
- }
- /*
- .path-backup .mform .grouped_settings.section_level {
- .well;
- padding: 10px 0 0 0;
- clear: both;
- }
- .path-backup .mform .grouped_settings {
- clear: both;
- overflow: hidden;
- }
- .path-backup .include_setting,
- .path-backup .grouped_settings .normal_setting {
- display: inline-block;
- }
- .path-backup .include_setting.section_level label {
- font-weight: bold;
- }
- .path-backup .mform .fitem .fitemtitle {
- width: 260px;
- }
- */
- .path-backup .notification.dependencies_enforced {
- text-align: center;
- color: @state-danger-text;
- font-weight: bold;
- }
- .path-backup .backup_progress {
- text-align: center;
- }
- .path-backup .backup_progress .backup_stage {
- .text-muted
- }
- .path-backup .backup_progress .backup_stage.backup_stage_current {
- font-weight: bold;
- color: inherit;
- }
- .path-backup .backup_progress .backup_stage.backup_stage_next {
- }
- .path-backup .backup_progress span.backup_stage.backup_stage_complete {
- color: inherit;
- }
- #page-backup-restore .filealiasesfailures {
- background-color: @state-danger-bg;
- }
- #page-backup-restore .filealiasesfailures .aliaseslist {
- width: 90%;
- margin: 0.8em auto;
- background-color: @body-bg;
- border: 1px dotted @table-border-color;
- }
- .path-backup .fitem .smallicon {
- vertical-align: text-bottom;
- }
- .backup-restore .backup-section > h2.header,
- .backup-restore .backup-section .backup-sub-section h3 {
- &:extend(legend);
- }
- .backup-restore .backup-section .noticebox {
- margin: 1em auto;
- width: 60%;
- text-align: center;
- }
- .backup-restore .backup-section.settings-section .detail-pair {
- width: 50%;
- display: inline-block;
- }
- .backup-restore .backup-section.settings-section .detail-pair-label {
- width: 65%;
- }
- .backup-restore .backup-section.settings-section .detail-pair-value {
- width: 25%;
- }
- .backup-restore .activitytable {
- min-width: 500px;
- }
- .backup-restore .activitytable .modulename {
- width: 100px;
- }
- .backup-restore .activitytable .moduleincluded {
- width: 50px;
- }
- .backup-restore .activitytable .userinfoincluded {
- width: 50px;
- }
- .backup-restore .detail-pair-label {
- display: inline-block;
- width: 25%;
- padding: 8px;
- margin: 0;
- text-align: right;
- font-weight: bold;
- vertical-align: top;
- }
- .backup-restore .detail-pair-value {
- display: inline-block;
- width: 65%;
- padding: 8px;
- margin: 0;
- }
- .backup-restore .detail-pair-value > .sub-detail {
- display: block;
- font-size: @font-size-small;
- .text-muted
- }
- .backup-restore > .singlebutton {
- text-align: right;
- }
- .path-backup .mform .fgroup .proceedbutton {
- float: right;
- margin-right: 5%;
- }
- .restore-course-search .rcs-results {
- width: 70%;
- min-width: 400px;
- }
- .restore-course-search .rcs-results table .no-overflow {
- max-width: 600px;
- }
- .restore-course-category .rcs-results table .no-overflow {
- max-width: 600px;
- }
- .path-backup .wibbler {
- display: none;
- }
- .path-backup .backup_log {
- margin-top: 2em;
- }
- .path-backup .backup_log h2 {
- font-size: 1em;
- }
- .path-backup .backup_log_contents {
- border: 1px solid @table-border-color;
- padding: 10px;
- height: 300px;
- overflow-y: scroll;
- }
|