12345678910111213141516 |
- BODY.clsHighContrast .clsCCHLPreviewAreaContainer,
- BODY.clsHighContrast DIV.clsCCHLPreviewContent
- {
- border: 1px solid white;
- }
- BODY.clsHighContrast FIELDSET.clsCCHLPreviewBorder
- {
- position: relative;
- }
- BODY.clsHighContrast LEGEND.clsCCHLPreviewBorderLegend
- {
- position: absolute;
- left: 10;
- top: -8;
- background-color: white;
- }
|