comparison doc/image_presentation_fullscreen.html @ 1157:0186f9c7d9e4

Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
author zas_
date Wed, 19 Nov 2008 20:53:53 +0000
parents c564ab6c11fc
children e2ca6295c5d0
comparison
equal deleted inserted replaced
1156:50ffcd7c3539 1157:0186f9c7d9e4
96 96
97 <h2>Navigation</h2> 97 <h2>Navigation</h2>
98 98
99 <p>The usual image navigation controls are available when in full screen, these are the commands available:</p> 99 <p>The usual image navigation controls are available when in full screen, these are the commands available:</p>
100 100
101 <div class="fullscreen-shortcuts"> 101 <div class="shortcuts">
102 <table width="80%" border="1" cellpadding="4" cellspacing="0" rules="rows"> 102 <table width="80%" border="1" cellpadding="4" cellspacing="0">
103 <col id="fullscreen_shortcuts_col1" width="33%"></col> 103 <col id="fullscreen_shortcuts_col1" width="33%"></col>
104 <col id="fullscreen_shortcuts_col2" width="33%"></col> 104 <col id="fullscreen_shortcuts_col2" width="33%"></col>
105 <col id="fullscreen_shortcuts_col3" width="33%"></col> 105 <col id="fullscreen_shortcuts_col3" width="33%"></col>
106 106
107 <thead> 107 <thead>
134 <p>Turn off full screen.</p> 134 <p>Turn off full screen.</p>
135 </td> 135 </td>
136 </tr> 136 </tr>
137 137
138 <tr> 138 <tr>
139 <td colspan="3" class="fullscreen-shortcuts-separator"> 139 <td colspan="3" class="shortcuts-separator">
140 <p><strong>Image Navigation</strong></p> 140 <p><strong>Image Navigation</strong></p>
141 </td> 141 </td>
142 </tr> 142 </tr>
143 143
144 <tr> 144 <tr>
194 <p>Change to last image.</p> 194 <p>Change to last image.</p>
195 </td> 195 </td>
196 </tr> 196 </tr>
197 197
198 <tr> 198 <tr>
199 <td colspan="3" class="fullscreen-shortcuts-separator"> 199 <td colspan="3" class="shortcuts-separator">
200 <p><strong>Image panning</strong> (image has keyboard focus)</p> 200 <p><strong>Image panning</strong> (image has keyboard focus)</p>
201 </td> 201 </td>
202 </tr> 202 </tr>
203 203
204 <tr> 204 <tr>