MDL-8105 some more icon class fixes including new .iconhelp for help and docs icon

This commit is contained in:
skodak 2007-01-08 20:30:38 +00:00
parent c90edfe168
commit 0f13ec8f9b
19 changed files with 131 additions and 114 deletions

View file

@ -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;