Skip to content

Commit

Permalink
MDL-14932, improve accessibility in role assigning page.
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed Jul 11, 2008
1 parent 2d60f58 commit 7d8c97d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions admin/roles/assign.html
Expand Up @@ -48,9 +48,8 @@
?>
</label>
<br />
<input name="add" type="submit" id="add" value="&larr;" />
<br />
<input name="remove" type="submit" id="remove" value="&rarr;" />
<input name="add" id="add" type="submit" value="<?php echo '&nbsp;&nbsp;&nbsp;'.$THEME->larrow.'&nbsp;'.get_string('add'); ?>" title="<?php print_string('add'); ?>" /><br />
<input name="remove" id="remove" type="submit" value="<?php echo '&nbsp;&nbsp;&nbsp;'.get_string('remove'). '&nbsp;'.$THEME->rarrow.'&nbsp;'; ?>" title="<?php print_string('remove'); ?>" />
<br />
</td>
<td valign="top">
Expand Down
3 changes: 3 additions & 0 deletions theme/standard/styles_layout.css
Expand Up @@ -673,6 +673,9 @@ body#admin-roles-manage table.generalbox {
float: none;
}

#add, #remove{
text-align:center;
}

/***
*** Blocks
Expand Down

0 comments on commit 7d8c97d

Please sign in to comment.