|
|
|
@ -507,9 +507,9 @@ a:hover.upload_btn_grey{background:#8a8a8a;}
|
|
|
|
|
.analysis-result-list {padding:5px;}
|
|
|
|
|
.analysis-result-list:nth-of-type(odd){background:#fff;}/*奇数行*/
|
|
|
|
|
.analysis-result-list:nth-of-type(even){background:#f5f5f5;}/*偶数行*/
|
|
|
|
|
.analysis-result-name {width:200px; cursor:pointer;}
|
|
|
|
|
.analysis-result-version {width:90px; text-align:right; cursor:pointer;}
|
|
|
|
|
.analysis-result-loc {width:60px; text-align:right; cursor:pointer;}
|
|
|
|
|
.analysis-result-debt {width:160px; text-align:right; cursor:pointer;}
|
|
|
|
|
.analysis-result-time {width:150px; text-align:right; cursor:pointer;}
|
|
|
|
|
.analysis-name-icon {background:url(../images/code-analysis-icon.png) -2px -148px no-repeat; width:16px; height:16px; display:inline-block; vertical-align:middle;}
|
|
|
|
|
.analysis-result-name {width:200px;}
|
|
|
|
|
.analysis-result-version {width:90px; text-align:right;}
|
|
|
|
|
.analysis-result-loc {width:60px; text-align:right;}
|
|
|
|
|
.analysis-result-debt {width:160px; text-align:right;}
|
|
|
|
|
.analysis-result-time {width:150px; text-align:right;}
|
|
|
|
|
.analysis-name-icon {background:url(/images/code-analysis-icon.png) -2px -148px no-repeat; width:16px; height:16px; display:inline-block; vertical-align:middle;}
|