mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
"MDL-14932, accessibility imporvement, see tracker, merged from MOODLE_19_STABLE"
This commit is contained in:
parent
7f2f55a0e1
commit
5e1062a6b2
@ -46,9 +46,8 @@
|
||||
</label>
|
||||
<?php check_theme_arrows(); ?>
|
||||
<p class="arrow_button">
|
||||
<input name="add" id="add" type="submit" value="<?php echo ' '.$THEME->larrow.' '.get_string('add'); ?>" title="<?php print_string('add'); ?>" />
|
||||
<br />
|
||||
<input name="remove" id="remove" type="submit" value="<?php echo ' '.$THEME->rarrow.' '.get_string('remove'); ?>" title="<?php print_string('remove'); ?>" />
|
||||
<input name="add" id="add" type="submit" value="<?php echo ' '.$THEME->larrow.' '.get_string('add'); ?>" title="<?php print_string('add'); ?>" /><br />
|
||||
<input name="remove" id="remove" type="submit" value="<?php echo ' '.get_string('remove'). ' '.$THEME->rarrow.' '; ?>" title="<?php print_string('remove'); ?>" />
|
||||
</p>
|
||||
</td>
|
||||
<td valign="top">
|
||||
|
@ -4285,3 +4285,13 @@ wikiadminactions {
|
||||
padding-left: 7px;
|
||||
float: left;
|
||||
}
|
||||
#add, #remove{
|
||||
width:100px;
|
||||
height:35px
|
||||
}
|
||||
#add{
|
||||
text-align:left;
|
||||
}
|
||||
#remove{
|
||||
text-align:right;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user