MDL-14932, improve accessibility in role assigning page.
This commit is contained in:
@@ -48,9 +48,8 @@
|
||||
?>
|
||||
</label>
|
||||
<br />
|
||||
<input name="add" type="submit" id="add" value="←" />
|
||||
<br />
|
||||
<input name="remove" type="submit" id="remove" value="→" />
|
||||
<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'); ?>" />
|
||||
<br />
|
||||
</td>
|
||||
<td valign="top">
|
||||
|
||||
@@ -673,6 +673,9 @@ body#admin-roles-manage table.generalbox {
|
||||
float: none;
|
||||
}
|
||||
|
||||
#add, #remove{
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Blocks
|
||||
|
||||
Reference in New Issue
Block a user