Skip to content

Commit

Permalink
SAK-33245 also need to apply styles to the sitesetup pages (sakaiproj…
Browse files Browse the repository at this point in the history
  • Loading branch information
ottenhoff authored Aug 24, 2017
1 parent 47fb5fd commit 3a78283
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
}

.#{$namespace}sakai-siteinfo {
.#{$namespace}sakai-siteinfo, .#{$namespace}sakai-sitesetup {
.toggledContent {
margin: 0;
border: 2px solid #cef;
Expand Down Expand Up @@ -522,4 +522,7 @@
padding: 0 0 0 2em;
margin: 0;
}
label.onoffswitch-label {
font-weight: normal;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -141,23 +141,19 @@
</ul>
</div>
<div class="mathJaxToggleArea">
<p>$tlang.getString("sinfo.mathjax.allowForSite")</p>
<label class="onoffswitch-label" for="isMathJaxEnabledForSite">
$tlang.getString("sinfo.mathjax.allowForSite")
</label>
<div class="onoffswitch">
<input type="checkbox" name="isMathJaxEnabledForSite" class="onoffswitch-checkbox" id="isMathJaxEnabledForSite" #if($isMathJaxEnabledForSite)checked="checked"#end>
<label class="onoffswitch-label" for="isMathJaxEnabledForSite">
<span class="onoffswitch-inner"></span>
<span class="onoffswitch-switch"></span>
</label>
</div>
</div>
<div class="lessonsSubNavToggleArea" style='display: none'>
<p>$tlang.getString("sinfo.lessonbuildersubnav.allowForSite")</p>
<label class="onoffswitch-label" for="isLessonsSubNavEnabledForSite">
$tlang.getString("sinfo.lessonbuildersubnav.allowForSite")
</label>
<div class="onoffswitch">
<input type="checkbox" name="isLessonsSubNavEnabledForSite" class="onoffswitch-checkbox" id="isLessonsSubNavEnabledForSite" #if($isLessonsSubNavEnabledForSite)checked="checked"#end>
<label class="onoffswitch-label" for="isLessonsSubNavEnabledForSite">
<span class="onoffswitch-inner"></span>
<span class="onoffswitch-switch"></span>
</label>
</div>
</div>
<script>
Expand Down

0 comments on commit 3a78283

Please sign in to comment.