From 311c034744eb0f3b748f3d4ab0caa4fb69a8baf8 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Mon, 22 Apr 2013 10:43:38 +1200 Subject: [PATCH] MDL-38874 theme_bootstrap: tidy up whitespace --- theme/bootstrap/less/moodle/forms.less | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/theme/bootstrap/less/moodle/forms.less b/theme/bootstrap/less/moodle/forms.less index 8a127a456d8..315ae761f98 100644 --- a/theme/bootstrap/less/moodle/forms.less +++ b/theme/bootstrap/less/moodle/forms.less @@ -12,10 +12,10 @@ form { text-align: right; } .jsenabled .mform .containsadvancedelements .advanced { - display: none; + display: none; } .mform .containsadvancedelements .advanced.show { - display: block; + display: block; } .mform fieldset.group { margin-bottom: 0 @@ -322,7 +322,5 @@ 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.11.4.GIT