mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-8105 some more icon class fixes including new .iconhelp for help and docs icon
This commit is contained in:
parent
c90edfe168
commit
0f13ec8f9b
19 changed files with 131 additions and 114 deletions
|
@ -294,21 +294,35 @@ form.popupform {
|
|||
}
|
||||
|
||||
img.icon {
|
||||
vertical-align: middle;
|
||||
margin-right: 4px;
|
||||
vertical-align:middle;
|
||||
margin-right:4px;
|
||||
width:16px;
|
||||
height:16px;
|
||||
border:0px;
|
||||
}
|
||||
|
||||
img.iconsmall {
|
||||
vertical-align: middle;
|
||||
margin-right: 1px;
|
||||
vertical-align:middle;
|
||||
margin-right:1px;
|
||||
width:11px;
|
||||
height:11px;
|
||||
border:0px;
|
||||
}
|
||||
|
||||
img.iconhelp {
|
||||
vertical-align:middle;
|
||||
margin-right:4px;
|
||||
width:17px;
|
||||
height:17px;
|
||||
border:0px;
|
||||
}
|
||||
|
||||
img.iconkbhelp {
|
||||
width:49px;
|
||||
height:17px;
|
||||
border:0px;
|
||||
}
|
||||
|
||||
/*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