Skip to content

Commit

Permalink
backup MDL-23904 Tweaking core CSS for backups
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Aug 26, 2010
1 parent 750925e commit bf6d283
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
6 changes: 4 additions & 2 deletions theme/base/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,10 @@ body.tag .managelink {padding: 5px;}
.path-backup .mform .grouped_settings {clear:both;overflow:hidden;}
.path-backup .mform .grouped_settings .fitem .fitemtitle {width:40%;padding-right:10px;}
.path-backup .mform .grouped_settings .fitem .felement {width:50%;}
.path-backup .mform .grouped_settings.section_level .include_setting {width:50%;margin:0;float:left;clear:left;}
.path-backup .mform .grouped_settings.section_level .include_setting {width:50%;margin:0;float:left;clear:left;font-weight:bold;}
.path-backup .mform .grouped_settings.section_level .normal_setting {width:50%;margin:0;margin-left:50%;}
.path-backup .mform .grouped_settings.activity_level .include_setting label {font-weight:normal;}
.path-backup .mform .fitem fieldset.felement {margin-left:0;width:auto;padding-left:0;}
.path-backup .notification.dependencies_enforced {text-align:center;color:#A00;font-weight:bold;}
.path-backup .backup_progress {text-align:center;}
.path-backup .backup_progress span.backup_stage {color:#999;}
Expand Down Expand Up @@ -642,7 +644,7 @@ body.tag .managelink {padding: 5px;}
.backup-restore .detail-pair-value {display:inline-block;width:65%;padding:8px;margin:0;}
.backup-restore .detail-pair-value > .sub-detail {display:block;color:#1580B6;margin-left:2em;font-size:90%;font-style: italic;}
.backup-restore > .singlebutton {text-align:right;}
.path-backup .mform .fgroup .proceedbutton {float:right;}
.path-backup .mform .fgroup .proceedbutton {float:right;margin-right:1%;}

.restore-course-search .rcs-results {width:70%;min-width:400px;border:1px solid #ddd;margin:5px 0;}
.restore-course-search .rcs-results table {width:100%;margin:0;border-width:0;}
Expand Down
5 changes: 5 additions & 0 deletions theme/boxxie/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,11 @@ h2.headingblock {
text-align: center;
}

.path-backup .mform .fitem fieldset.felement {
margin-left: 0;
padding-left: 0;
}

/* Tables */

#page-mod-glossary-editcategories .generalbox,
Expand Down
11 changes: 11 additions & 0 deletions theme/canvas/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,17 @@ padding: 0
margin: 1em 0;
}

.path-backup .mform .hidden .fitem .fgroup {
text-align: left;
}

.path-backup .mform .grouped_settings {
margin:1em;
}
.path-backup .mform .grouped_settings .grouped_settings {
margin:0;
}

/* Comments
-----------------------*/

Expand Down
3 changes: 0 additions & 3 deletions theme/standard/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,6 @@ table#tag-management-list {margin: 10px auto;width: 80%;}
.path-backup .mform .grouped_settings.activity_level .include_setting label {font-weight:normal;}
.path-backup .backup_progress {margin:10px;}
.path-backup .backup_progress .backup_stage {margin:5px 20px;}
.path-backup .backup_progress .backup_stage.backup_stage_complete {}
.path-backup .backup_progress .backup_stage.backup_stage_next {}
.path-backup .backup_progress .backup_stage.backup_stage_current {}

/**
* Site registration
Expand Down

0 comments on commit bf6d283

Please sign in to comment.