mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
Merge branch 'wip-MDL-44168-master' of git://github.com/ds125v/moodle
Conflicts: theme/bootstrapbase/style/moodle.css
This commit is contained in:
commit
28a03399b3
@ -8506,7 +8506,7 @@ class admin_setting_devicedetectregex extends admin_setting {
|
||||
public function output_html($data, $query='') {
|
||||
global $OUTPUT;
|
||||
|
||||
$out = html_writer::start_tag('table', array('border' => 1, 'class' => 'generaltable'));
|
||||
$out = html_writer::start_tag('table', array('class' => 'generaltable'));
|
||||
$out .= html_writer::start_tag('thead');
|
||||
$out .= html_writer::start_tag('tr');
|
||||
$out .= html_writer::tag('th', get_string('devicedetectregexexpression', 'admin'));
|
||||
|
@ -472,11 +472,6 @@ img.iconsmall {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
#admin-devicedetectregex table {
|
||||
border: none;
|
||||
// Override a table border=1 in the HTML.
|
||||
}
|
||||
|
||||
#admin-emoticons td input {
|
||||
width: 8em;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user