mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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
|
@ -36,11 +36,11 @@
|
|||
<blockquote>
|
||||
<p> <img src="../pix/i/edit.gif" /> - the <strong>edit icon</strong>
|
||||
lets you edit whatever it is next to.</p>
|
||||
<p><img src="../pix/help.gif" width="22" height="17" /> - the <strong>help
|
||||
<p><img src="../pix/help.gif" class="iconhelp" /> - the <strong>help
|
||||
icon</strong> will provide you with a <a target="helpwindow" href="../help.php?file=index.html">popup help window</a></p>
|
||||
<p> <img src="../pix/i/hide.gif" width="16" height="16" /> - the <strong>open-eye
|
||||
<p> <img src="../pix/i/hide.gif" class="icon" /> - the <strong>open-eye
|
||||
icon</strong> will let you hide something from students</p>
|
||||
<p> <img src="../pix/i/show.gif" width="16" height="16" /> - the <strong>closed-eye
|
||||
<p> <img src="../pix/i/show.gif" class="icon" /> - the <strong>closed-eye
|
||||
icon</strong> will make a hidden item available</p>
|
||||
</blockquote>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue