Index: ssts-web/src/main/webapp/common/includeExtJsAndCss.jsp =================================================================== diff -u -r27236 -r27503 --- ssts-web/src/main/webapp/common/includeExtJsAndCss.jsp (.../includeExtJsAndCss.jsp) (revision 27236) +++ ssts-web/src/main/webapp/common/includeExtJsAndCss.jsp (.../includeExtJsAndCss.jsp) (revision 27503) @@ -53,4 +53,16 @@ width:192px !important; } } + .resultList table{ + background-color:yellow; + display: block; + } + + .resultShow { + display:block; + } + + .resultHide { + display:none; + } \ No newline at end of file