Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | <!doctype html> |
| 2 | <html> |
| 3 | |
| 4 | <head> |
| 5 | <link rel="stylesheet" href="app.css"> |
| 6 | </head> |
| 7 | |
| 8 | <body style="padding: 20px;"> |
| 9 | |
| 10 | <h1>Sprite icons</h1> |
| 11 | |
| 12 | <table> |
| 13 | |
| 14 | <tr> |
| 15 | <th><span class="sprite-new checkbox_checked"></span></th> |
| 16 | <td>checkbox_checked</td> |
| 17 | |
| 18 | <th><span class="sprite-new checkbox_unchecked"></span></th> |
| 19 | <td>checkbox_unchecked</td> |
| 20 | |
| 21 | <th><span class="sprite-new checkbox_disabled"></span></th> |
| 22 | <td>checkbox_disabled</td> |
| 23 | |
| 24 | <th><span class="sprite-new checkbox_focus"></span></th> |
| 25 | <td>checkbox_focus</td> |
| 26 | </tr> |
| 27 | |
| 28 | <tr> |
| 29 | <th><span class="sprite-new add-icon"></span></th> |
| 30 | <td>add-icon</td> |
| 31 | |
| 32 | <th><span class="sprite-new import-icon"></span></th> |
| 33 | <td>import-icon</td> |
| 34 | </tr> |
| 35 | |
| 36 | <tr> |
| 37 | <th><span class="sprite-new video-icon"></span></th> |
| 38 | <td>video-icon</td> |
| 39 | |
| 40 | <th><span class="sprite-new video-icon_1"></span></th> |
| 41 | <td>video-icon_1</td> |
| 42 | |
| 43 | <th><span class="sprite-new video-icon_2"></span></th> |
| 44 | <td>video-icon_2</td> |
| 45 | |
| 46 | <th><span class="sprite-new video-icon_disabled"></span></th> |
| 47 | <td>video-icon_disabled</td> |
| 48 | |
| 49 | <th><span class="sprite-new video-icon_focus"></span></th> |
| 50 | <td>video-icon_focus</td> |
| 51 | </tr> |
| 52 | |
| 53 | <tr> |
| 54 | <th><span class="sprite-new info-icon"></span></th> |
| 55 | <td>info-icon</td> |
| 56 | |
| 57 | <th><span class="sprite-new info-icon_1"></span></th> |
| 58 | <td>info-icon_1</td> |
| 59 | </tr> |
| 60 | |
| 61 | </table> |
| 62 | |
| 63 | </body> |
| 64 | |
| 65 | </html> |