Revision 3967
Added by ben leinfelder over 16 years ago
lib/style/skins/saeon/saeon.css | ||
---|---|---|
59 | 59 |
} |
60 | 60 |
|
61 | 61 |
.iframeloginboxclass { |
62 |
height: 780px;
|
|
62 |
height: 820px;
|
|
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: 780px;
|
|
73 |
height: 820px;
|
|
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: 880px;
|
|
84 |
height: 900px;
|
|
85 | 85 |
width: 200px; |
86 | 86 |
} |
87 | 87 |
|
88 | 88 |
/**IE hack**/ |
89 | 89 |
html>body .iframeleftcolclass { |
90 | 90 |
height: 100%; |
91 |
min-height: 780px;
|
|
91 |
min-height: 820px;
|
|
92 | 92 |
} |
93 | 93 |
|
94 | 94 |
.iframefooterclass { |
Also available in: Unified diff
increase the left nav once again (accommodate new SAEON nodes)