diff src/main/webapp/templates/main_template.xhtml @ 175:3d8b31508128

PublicByAuthor feature works now.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Thu, 07 Jun 2018 18:47:18 +0200
parents 3c83f42a8a39
children c63d39034b60
line wrap: on
line diff
--- a/src/main/webapp/templates/main_template.xhtml	Wed Jun 06 21:02:30 2018 +0200
+++ b/src/main/webapp/templates/main_template.xhtml	Thu Jun 07 18:47:18 2018 +0200
@@ -25,7 +25,7 @@
 
 
 				<h:panelGroup rendered="#{!empty Session.generalMsgList}">
-					<div style="z-index: 100;" class="rf-pp-shade">
+					<div style="z-index:100;" class="rf-pp-shade">
 						<button class="rf-pp-btn" tabindex="-1" accesskey="" />
 					</div>
 
@@ -38,11 +38,13 @@
 						<h:panelGrid columns="1" styleClass="ismi-pp-main-panel">
 							<h:panelGrid columns="2">
 								<h:graphicImage url="/resources/images/info_32.png" />
-								<h:panelGrid style="text-align:left">
+								<h:panelGrid style="text-align:left; min-width:60em">
 									<h:dataTable value="#{Session.generalMsgList}" var="msg"
 										rows="10">
 										<h:column>
+										  <div style="overflow:scroll;max-height:300px">
 											<h:outputText value="#{msg}" />
+										  </div>
 										</h:column>
 									</h:dataTable>
 								</h:panelGrid>