comparison src/main/webapp/imageServer/displayDigi.jsp @ 34:9087a4623a08

Temporary Fix: Minor layout issues with info box on left of codex pages. Previously: - Choosing "view more" under Witness Information would make the information spill out over the rest of the page (outside the info box on the left). Fixed: - Now when "view more" is selected the overflow for Witness Information is contained within the page division. Suitable for laptop use but likely a little more difficult with a keyboard and mouse. - Also made slight adjustment to let diva viewer and info box have similar heights. - Vertically scrolling through info box now works well. To-Do: *The data under "view more" in Witness Info is being taken in an odd way from the database (tables within tables forming, etc)* Signed-off-by: Alistair-Russell <russell.alistair@gmail.com>
author arussell
date Thu, 21 May 2015 22:27:14 +0000
parents 672301480990
children a3bf915b62fe
comparison
equal deleted inserted replaced
33:7f18b34ec7ec 34:9087a4623a08
212 212
213 <div class="row-fluid"> 213 <div class="row-fluid">
214 <div id="attributesPanel" class="span4 page" style="min-height: 700px;"> 214 <div id="attributesPanel" class="span4 page" style="min-height: 700px;">
215 <a class="ismi-fullscreen-icon" href="#" data-in-fullscreen-mode="true"></a> 215 <a class="ismi-fullscreen-icon" href="#" data-in-fullscreen-mode="true"></a>
216 216
217 <div class="attPanel" style="height: 800px; overflow: scroll;"> 217 <div class="attPanel" style="height: 700px; overflow: auto;">
218 218
219 <input type='hidden' name='csrfmiddlewaretoken' value='psDBHsF5a1mttLSKeUgoUUVN3HL6f8Re' /> 219 <input type='hidden' name='csrfmiddlewaretoken' value='psDBHsF5a1mttLSKeUgoUUVN3HL6f8Re' />
220 220
221 <c:if test="${digiBean.getDigi() != null}"> 221 <c:if test="${digiBean.getDigi() != null}">
222 222