OLD | NEW |
1 <style> | 1 <style> |
| 2 body { overflow: hidden; } |
2 td { | 3 td { |
3 border: 1px solid black; | 4 border: 1px solid black; |
4 } | 5 } |
5 </style> | 6 </style> |
6 <table> | 7 <table> |
7 <tr> | 8 <tr> |
8 <th></th> | 9 <th></th> |
9 <th></th> | 10 <th></th> |
10 <th>text-align:left</th> | 11 <th>text-align:left</th> |
11 <th>text-align:center</th> | 12 <th>text-align:center</th> |
(...skipping 14 matching lines...) Expand all Loading... |
26 <td><input type="file" style="direction:ltr; text-align:right"></td> | 27 <td><input type="file" style="direction:ltr; text-align:right"></td> |
27 </tr> | 28 </tr> |
28 <tr> | 29 <tr> |
29 <th>direction:rtl</th> | 30 <th>direction:rtl</th> |
30 <td><input type="file" style="direction:rtl"></td> | 31 <td><input type="file" style="direction:rtl"></td> |
31 <td><input type="file" style="direction:rtl; text-align:left"></td> | 32 <td><input type="file" style="direction:rtl; text-align:left"></td> |
32 <td><input type="file" style="direction:rtl; text-align:center"></td> | 33 <td><input type="file" style="direction:rtl; text-align:center"></td> |
33 <td><input type="file" style="direction:rtl; text-align:right"></td> | 34 <td><input type="file" style="direction:rtl; text-align:right"></td> |
34 </tr> | 35 </tr> |
35 </table> | 36 </table> |
OLD | NEW |