LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #22  
Old 03-Nov-2009, 06:07 AM
Junior Member
 
Join Date: Oct 2009
Posts: 13
robsedge 0 reputation points
Default Re: Creating a custom logon page - AM 3.1

Originally Posted by tatiana37 View Post
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
Reply With Quote
 

Tags
custom logon page

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 11:59 PM.


© 2007 Novell, Inc. All Rights Reserved.

Search Engine Friendly URLs by vBSEO 3.3.0 RC2