echo "</label>\n";
}
if ($helpicon) {
- echo '<span class="pull-xs-right text-nowrap">'.$helpicon.'</span>';
+ echo '<span class="float-sm-right text-nowrap">'.$helpicon.'</span>';
}
echo '</div>';
if (isset($this->errors[$name])) {
$url = blog_rss_get_url($context->id, $userid, $filtertype, $filterselect, $tagid);
$rsspix = $OUTPUT->pix_icon('i/rss', get_string('rss'), 'core', array('title' => $tooltiptext));
- print '<div class="pull-xs-right"><a href="'. $url .'">' . $rsspix . '</a></div>';
+ print '<div class="float-sm-right"><a href="'. $url .'">' . $rsspix . '</a></div>';
}
/**
$deletelink = null;
}
- $commands = html_writer::start_tag('div', array('class' => 'commands pull-xs-right'));
+ $commands = html_writer::start_tag('div', array('class' => 'commands float-sm-right'));
$commands .= html_writer::start_tag('a', array('href' => $editlink));
$str = get_string('tt_editevent', 'calendar');
$commands .= $this->output->pix_icon('t/edit', $str);
$output .= html_writer::tag('div', $event->courselink);
}
if (!empty($event->time)) {
- $output .= html_writer::tag('span', $event->time, array('class' => 'date pull-xs-right mr-1'));
+ $output .= html_writer::tag('span', $event->time, array('class' => 'date float-sm-right mr-1'));
} else {
- $attrs = array('class' => 'date pull-xs-right mr-1');
+ $attrs = array('class' => 'date float-sm-right mr-1');
$output .= html_writer::tag('span', calendar_time_representation($event->timestart), $attrs);
}
margin: 0;
}
-.path-mod-assign [data-region="grade-panel"] .fitem > .col-md-3 > .pull-xs-right {
- float: none !important; /* stylelint-disable-line declaration-no-important */
-}
-
.path-mod-assign [data-region="grade-panel"] .mform .fitem.has-popout .felement {
width: 100%;
}
.path-mod-assign [data-region="grade-panel"] .fitem.row {
margin: 0; }
-.path-mod-assign [data-region="grade-panel"] .fitem > .col-md-3 > .pull-xs-right {
- float: none !important;
- /* stylelint-disable-line declaration-no-important */ }
-
.path-mod-assign [data-region="grade-panel"] .mform .fitem.has-popout .felement {
width: 100%; }
.path-mod-assign [data-region="grade-panel"] .fitem.row {
margin: 0; }
-.path-mod-assign [data-region="grade-panel"] .fitem > .col-md-3 > .pull-xs-right {
- float: none !important;
- /* stylelint-disable-line declaration-no-important */ }
-
.path-mod-assign [data-region="grade-panel"] .mform .fitem.has-popout .felement {
width: 100%; }
if ($newcourse == 1) {
$str = get_string('proceedtocourse', 'enrol');
- // Floated left so it goes under the enrol users button on mobile.
// The margin is to make it line up with the enrol users button when they are both on the same line.
- $classes = 'my-1 pull-xs-left';
+ $classes = 'my-1';
$url = course_get_url($course);
echo $OUTPUT->single_button($url, $str, 'GET', array('class' => $classes));
}