Role assignment form buttons have no text MDL-7721; original patch by Nick Freear

This commit is contained in:
skodak 2006-11-28 21:04:56 +00:00
parent 2493fc103c
commit b6e5a6e6f0
2 changed files with 31 additions and 24 deletions

View file

@ -271,6 +271,16 @@ form.popupform {
display: inline;
}
.arrow_button {
margin-top:3em;
}
.arrow_button input {
width:2.4em;
padding:0.3em;
overflow:hidden;
}
/*Accessibility: text 'seen' by screen readers but not visual users. Fixed for RTL languages, example Farsi. */
.accesshide {
position:absolute;