Project

General

Profile

« Previous | Next » 

Revision 3945

adjust height to accommodate previous change:
-add new SAEON nodes (requested by Judith)

View differences:

saeon.css
59 59
}
60 60

  
61 61
.iframeloginboxclass {
62
    height:   712px;
62
    height:   780px;
63 63
    /*width:600px;*/
64 64
    min-width:600px;
65 65
  	width:expression(document.body.clientWidth < 600? "600px": "auto" );
......
70 70

  
71 71

  
72 72
.iframesearchboxclass { 
73
	height:   712px;
73
	height:   780px;
74 74
    /*width:600px;*/
75 75
    min-width:600px;
76 76
  	width:expression(document.body.clientWidth < 600? "600px": "auto" );
......
88 88
/**IE hack**/
89 89
html>body .iframeleftcolclass  { 
90 90
    height:	100%;
91
    min-height:	712px;
91
    min-height:	780px;
92 92
}
93 93

  
94 94
.iframefooterclass   {

Also available in: Unified diff