Project

General

Profile

« Previous | Next » 

Revision 4031

increase left nav height for IE so that all the nodes are shown
(not the best in FF - but better than nothing)

View differences:

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

  
59 59
.iframeloginboxclass {
60
    height:   800px;
60
    height:   880px;
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:   800px;
71
	height:   880px;
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:	800px;  	
82
    height:	880px;  	
83 83
	width:	175px;
84 84
}
85 85

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

  
92 92
.iframefooterclass   {
lib/style/skins/saeon/saeon.css
59 59
}
60 60

  
61 61
.iframeloginboxclass {
62
    height:   820px;
62
    height:   1150px;
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:   820px;
73
	height:   1150px;
74 74
    /*width:600px;*/
75 75
    min-width:600px;
76 76
  	width:expression(document.body.clientWidth < 600? "600px": "auto" );
......
81 81

  
82 82
.iframeleftcolclass  { 
83 83
    /*height:  100%;*/
84
    height:	900px;  	
84
    height:	1150px;  	
85 85
	width:	200px;
86 86
}
87 87

  
88 88
/**IE hack**/
89 89
html>body .iframeleftcolclass  { 
90 90
    height:	100%;
91
    min-height:	820px;
91
    min-height:	1150px;
92 92
}
93 93

  
94 94
.iframefooterclass   {

Also available in: Unified diff