|
56 | 56 | ///USERHEADER/// |
57 | 57 | <div id="topmostdiv" class="topmostdiv"> |
58 | 58 | <div id="top"> |
59 | | - <div style="float: right; height: 100%;"> |
60 | | - <div class="hideonprint menu" style="float: right; top: 8px;"> |
| 59 | + <div id="fileinfodiv"> |
| 60 | + <table class="fileinfo"> |
| 61 | + <tbody> |
| 62 | + <tr> |
| 63 | + <td id="title" class="title" style="width: 70%"> |
| 64 | + Title |
| 65 | + </td> |
| 66 | + <td id="revision" class="title" style="width: 30%"> |
| 67 | + Revision |
| 68 | + </td> |
| 69 | + </tr> |
| 70 | + <tr> |
| 71 | + <td id="company"> |
| 72 | + Company |
| 73 | + </td> |
| 74 | + <td id="filedate"> |
| 75 | + Date |
| 76 | + </td> |
| 77 | + </tr> |
| 78 | + </tbody> |
| 79 | + </table> |
| 80 | + </div> |
| 81 | + <div id="bomcontrols"> |
| 82 | + <div class="hideonprint menu"> |
61 | 83 | <button class="menubtn"></button> |
62 | 84 | <div class="menu-content"> |
63 | 85 | <label class="menu-label menu-label-top" style="width: calc(50% - 18px)"> |
|
152 | 174 | </label> |
153 | 175 | </div> |
154 | 176 | </div> |
155 | | - <div class="button-container hideonprint" |
156 | | - style="float: right; position: relative; top: 8px"> |
| 177 | + <div class="button-container hideonprint"> |
157 | 178 | <button id="fl-btn" class="left-most-button" onclick="changeCanvasLayout('F')" |
158 | 179 | title="Front only">F |
159 | 180 | </button> |
|
164 | 185 | title="Back only">B |
165 | 186 | </button> |
166 | 187 | </div> |
167 | | - <div class="button-container hideonprint" |
168 | | - style="float: right; position: relative; top: 8px"> |
| 188 | + <div class="button-container hideonprint"> |
169 | 189 | <button id="bom-btn" class="left-most-button" onclick="changeBomLayout('bom-only')" |
170 | 190 | title="BOM only"></button> |
171 | 191 | <button id="lr-btn" class="middle-button" onclick="changeBomLayout('left-right')" |
172 | 192 | title="BOM left, drawings right"></button> |
173 | 193 | <button id="tb-btn" class="right-most-button" onclick="changeBomLayout('top-bottom')" |
174 | 194 | title="BOM top, drawings bot"></button> |
175 | 195 | </div> |
176 | | - <div class="button-container hideonprint" |
177 | | - style="float: right; position: relative; top: 8px"> |
| 196 | + <div class="button-container hideonprint"> |
178 | 197 | <button id="bom-grouped-btn" class="left-most-button" onclick="changeBomMode('grouped')" |
179 | 198 | title="Grouped BOM"></button> |
180 | 199 | <button id="bom-ungrouped-btn" class="middle-button" onclick="changeBomMode('ungrouped')" |
181 | 200 | title="Ungrouped BOM"></button> |
182 | 201 | <button id="bom-netlist-btn" class="right-most-button" onclick="changeBomMode('netlist')" |
183 | 202 | title="Netlist"></button> |
184 | 203 | </div> |
185 | | - <div class="hideonprint menu" style="float: right; top: 8px;"> |
| 204 | + <div class="hideonprint menu"> |
186 | 205 | <button class="statsbtn"></button> |
187 | 206 | <div class="menu-content"> |
188 | 207 | <table class="stats"> |
|
227 | 246 | </table> |
228 | 247 | </div> |
229 | 248 | </div> |
230 | | - <div class="hideonprint menu" style="float: right; top: 8px;"> |
| 249 | + <div class="hideonprint menu"> |
231 | 250 | <button class="iobtn"></button> |
232 | 251 | <div class="menu-content"> |
233 | 252 | <div class="menu-label menu-label-top"> |
|
266 | 285 | </div> |
267 | 286 | </div> |
268 | 287 | </div> |
269 | | - <div id="fileinfodiv" style="overflow: auto;"> |
270 | | - <table class="fileinfo"> |
271 | | - <tbody> |
272 | | - <tr> |
273 | | - <td id="title" class="title" style="width: 70%"> |
274 | | - Title |
275 | | - </td> |
276 | | - <td id="revision" class="title" style="width: 30%"> |
277 | | - Revision |
278 | | - </td> |
279 | | - </tr> |
280 | | - <tr> |
281 | | - <td id="company"> |
282 | | - Company |
283 | | - </td> |
284 | | - <td id="filedate"> |
285 | | - Date |
286 | | - </td> |
287 | | - </tr> |
288 | | - </tbody> |
289 | | - </table> |
290 | | - </div> |
291 | 288 | </div> |
292 | | - <div id="bot" class="split" style="height: calc(100% - 80px)"> |
| 289 | + <div id="bot" class="split" style="flex: 1 1"> |
293 | 290 | <div id="bomdiv" class="split split-horizontal"> |
294 | 291 | <div style="width: 100%"> |
295 | 292 | <input id="reflookup" class="textbox searchbox reflookup hideonprint" type="text" placeholder="Ref lookup" |
|
0 commit comments