Index: _csp/admin1/vhLibLogging.csp =================================================================== diff -u -r916 -r1430 --- _csp/admin1/vhLibLogging.csp (.../vhLibLogging.csp) (revision 916) +++ _csp/admin1/vhLibLogging.csp (.../vhLibLogging.csp) (revision 1430) @@ -29,7 +29,7 @@ .clsQStatusON { color:#008010; font-weight:bold; } .clsQStatusOFF { color:#FF0000; font-weight:bold; } - .clsDetailDataExp { position:relative; margin-top:2px; width:1000; overflow-x:visible; overflow-y:hidden; height:auto; background-color:transparent; border:solid 1px darkblue; } + .clsDetailDataExp { position:relative; margin-top:2px; width:998; overflow-x:visible; overflow-y:hidden; height:auto; background-color:transparent; border:solid 1px darkblue; } .clsDetailDataCol { position:relative; margin-top:0px; width:1000; overflow-x:hidden; overflow-y:hidden; height:16px; background-color:transparent; border:none; padding:0px; } .clsDetailDataHdr { color:darkblue; text-decoration:underline; cursor:pointer; } .clsDetailInfo { font-size:8pt; font-weight:normal; padding-left:5px; }