mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Role assignment form buttons have no text MDL-7721; original patch by Nick Freear
This commit is contained in:
parent
2493fc103c
commit
b6e5a6e6f0
2 changed files with 31 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue