Skip to content

Commit

Permalink
Merge branch 'MDL-38874_master' of git://github.com/lazydaisy/moodle
Browse files Browse the repository at this point in the history
Conflicts:
	theme/bootstrap/style/generated.css
  • Loading branch information
Sam Hemelryk committed Apr 21, 2013
2 parents 16d795a + 232affc commit 9fdb1c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions theme/bootstrap/less/moodle/forms.less
Expand Up @@ -11,6 +11,12 @@ form {
.mform fieldset .advancedbutton {
text-align: right;
}
.jsenabled .mform .containsadvancedelements .advanced {
display: none;
}
.mform .containsadvancedelements .advanced.show {
display: block;
}
.mform fieldset.group {
margin-bottom: 0
}
Expand Down Expand Up @@ -169,9 +175,8 @@ div.backup-section + form,
padding-left: 0;
}
.path-admin .buttons,
.form-buttons {
.form-buttons { // Add back the padding it would usually get from being inside a .form-horizontal.
padding-left: @horizontalComponentOffset;
// Add back the padding it would usually get from being inside a .form-horizontal.
}

.form-item .form-setting .form-checkbox.defaultsnext {
Expand Down Expand Up @@ -317,5 +322,7 @@ input[type="checkbox"] {
margin-top: 5px;
}
div#dateselector-calendar-panel {
z-index: 3100; /* Set higher than the z-index of the filemanager - see MDL-39047. */
z-index: 3100; /* Set higher than the z-index of the filemanager - see MDL-39047.
*/
}

2 changes: 1 addition & 1 deletion theme/bootstrap/style/generated.css

Large diffs are not rendered by default.

0 comments on commit 9fdb1c1

Please sign in to comment.