Originally Posted by tatiana37
|
Hello,
I am customizing the login page and meet the problem I cannot fine the solution for.
I need to increase the width and height for left size authentication card image!
It is very important to us. The current image dimensions are 113x86 and even after I had specified these parameters for this image and for all the containers in the code, the picture thought the browser still shrink. Can anybody help me to find where these parameters are set in this application?
Thanks in advanced.
|
Looks like it is set through in line CSS in the file /opt/novell/nids/lib/webapp/jsp/content.jsp on the IDP.
|
Quote:
|
<style>
#scrollbut { position: absolute; right: 10px; top: 5px; white-space: nowrap}
#cards { height: 140px; position: relative; border-left: 1px solid <%=bcolor%>; border-right: 1px solid <%=bcolor%>; border-bottom: 1px solid <%=bcolor%>; }
#authCards { font-size: .9em; font-weight: bold; padding: 5px; background-color: <%=bcolor%>; }
#cardcontainer { height: 110px; position: relative; overflow: auto; }
#othercontent { width: 100%; height: 365px; overflow: none; position: relative; background-color: <%=bgcolor%>; }
#content { width: 100%; height: 365px; overflow: none; position: relative; background-color: <%=bgcolor%>; }
#msg { height: 195px; position: relative; overflow: none; background-color: <%=bgcolor%>; }
#curcard { background: <%=bgcolor%>; }
#credentials { height: 193px; width: 100%; overflow: none; }
.cardDetail { height: 194px; overflow: auto; position: relative; padding-left: <%=showCards ? "15px; border-left: 1px solid " + bcolor + ";" : ""%> background-color: <%=bgcolor%>; }
.card { position: relative; float:left; width: 110px; text-align: center; margin: 10px 5px 5px 10px; }
.cardoptions { position: absolute; top: 0px; right: 2px; }
.ckcardused { position: absolute; top: 25px; right: 6px; }
.menuoptions { position: absolute; top: 6px; right: 6px; }
.cardmenu { position: absolute; font-size: .85em; height: 130px; z-index: 20}
.scard { float:left; text-align: center; background-color: <%=bgcolor%>; padding: 10px 15px 0px 5px;}
#selectedCard { height: 195px; width: 100%; top: 10px; left: 10px; position: relative; }
</style>
|
Could call the login page and view source and look to see it matches the above to confirm this is where it sets the display.~
Rob