Project

General

Profile

« Previous | Next » 

Revision 3965

increase height of left nav for new SAEON nodes

View differences:

lib/style/skins/sanparks/sanparks.css
57 57
}
58 58

  
59 59
.iframeloginboxclass {
60
    height:   712px;
60
    height:   800px;
61 61
    /*width:600px;*/
62 62
    min-width:600px;
63 63
  	width:expression(document.body.clientWidth < 600? "600px": "auto" );
......
68 68

  
69 69

  
70 70
.iframesearchboxclass { 
71
	height:   712px;
71
	height:   800px;
72 72
    /*width:600px;*/
73 73
    min-width:600px;
74 74
  	width:expression(document.body.clientWidth < 600? "600px": "auto" );
......
79 79

  
80 80
.iframeleftcolclass  { 
81 81
    /*height:  100%;*/
82
    height:	780px;  	
82
    height:	800px;  	
83 83
	width:	175px;
84 84
}
85 85

  
86 86
/**IE hack**/
87 87
html>body .iframeleftcolclass  { 
88 88
    height:	100%;
89
    min-height:	712px;
89
    min-height:	800px;
90 90
}
91 91

  
92 92
.iframefooterclass   {

Also available in: Unified diff