Revision 3282
Added by barteau over 17 years ago
lib/style/skins/knp/knp.css | ||
---|---|---|
52 | 52 |
margin-left: 10px; |
53 | 53 |
} |
54 | 54 |
|
55 |
.iframeloginboxclass { |
|
56 |
height: 500px; |
|
57 |
width: 100%; |
|
58 |
border: 0px; |
|
59 |
margin: 0px; |
|
60 |
} |
|
61 |
|
|
62 |
|
|
55 | 63 |
.iframesearchboxclass { /* not used */ } |
56 | 64 |
.iframeleftcolclass { /* not used */ } |
57 | 65 |
.iframefooterclass { /* not used */ |
... | ... | |
438 | 446 |
.rightCol { |
439 | 447 |
width: 24%; |
440 | 448 |
text-align: right; |
441 |
} |
|
442 |
|
|
449 |
} |
Also available in: Unified diff
Modified the iframeloginboxclass class. Customized for the KNP skin.