fixed css a bit for the code revision view
This commit is contained in:
parent
947a878869
commit
60b4757f6b
@ -252,45 +252,45 @@
|
||||
-moz-opacity:0.85; /* FireFox */
|
||||
}
|
||||
|
||||
|
||||
#code_revision_result_files_table tr,
|
||||
#code_revision_result_properties_table tr {
|
||||
border-bottom: 0.25em solid transparent;
|
||||
border-top: 0.25em solid transparent;
|
||||
}
|
||||
|
||||
#code_revision_result_files_table td,
|
||||
#code_revision_result_properties_table td {
|
||||
white-space: nowrap;
|
||||
white-space: pre-wrap;
|
||||
padding-left: 22px;
|
||||
}
|
||||
|
||||
#code_revision_result_files_table td.M,
|
||||
#code_revision_result_properties_table td.M {
|
||||
white-space: nowrap;
|
||||
background-image:url(images/page_white_edit.png);
|
||||
background-position:2px 50%;
|
||||
background-position:left center;
|
||||
background-repeat:no-repeat;
|
||||
padding-left: 22px;
|
||||
}
|
||||
|
||||
#code_revision_result_files_table td.D,
|
||||
#code_revision_result_properties_table td.D {
|
||||
white-space: nowrap;
|
||||
background-image:url(images/page_white_delete.png);
|
||||
background-position:2px 50%;
|
||||
background-position:left center;
|
||||
background-repeat:no-repeat;
|
||||
padding-left: 22px;
|
||||
}
|
||||
|
||||
#code_revision_result_files_table td.A,
|
||||
#code_revision_result_properties_table td.A {
|
||||
white-space: nowrap;
|
||||
background-image:url(images/page_white_add.png);
|
||||
background-position:2px 50%;
|
||||
background-position:left center;
|
||||
background-repeat:no-repeat;
|
||||
padding-left: 22px;
|
||||
}
|
||||
|
||||
#code_revision_result_files_table td.R,
|
||||
#code_revision_result_properties_table td.R {
|
||||
white-space: nowrap;
|
||||
background-image:url(images/page_white_add.png);
|
||||
background-position:2px 50%;
|
||||
background-position:left center;
|
||||
background-repeat:no-repeat;
|
||||
padding-left: 22px;
|
||||
}
|
||||
|
||||
.review_comment_title {
|
||||
|
Loading…
Reference in New Issue
Block a user