Slight changes to diff/file/annotate styles.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10432 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-09-19 18:32:34 +00:00
parent cb01d87ddd
commit fa2fe3e1e8
1 changed files with 8 additions and 4 deletions

View File

@ -35,30 +35,33 @@ li.change .copied-from:before { content: " - "}
#changes-legend li { float: left; background-position: 5px 0; }
table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; }
table.filecontent tbody {font-family:"Liberation Mono", Courier, monospace; font-size:12px;}
table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding: 0.2em;}
table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;}
table.filecontent tr.spacing th { text-align:center; }
table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;}
table.filecontent th.line-num {
border: 1px solid #e2e2e2;
font-size: 0.8em;
text-align: right;
width: 2%;
padding-right: 3px;
padding: 0 3px 0 0;
color: #999;
user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
font-weight:normal;
}
table.filecontent th.line-num a {
text-decoration: none;
color: inherit;
}
table.filecontent td.line-code {padding: 0 0 0 4px;}
table.filecontent td.line-code pre {
margin: 0px;
white-space: pre-wrap;
font-family:"Liberation Mono", Courier, monospace; font-size:12px;
}
/* 12 different colors for the annonate view */
@ -76,6 +79,7 @@ table.annotate tr.bloc-10 {background: #FFBFDC;}
table.annotate tr.bloc-11 {background: #BFE4FF;}
table.annotate td.revision {
padding:0;
text-align: center;
width: 2%;
padding-left: 1em;
@ -83,6 +87,7 @@ table.annotate td.revision {
}
table.annotate td.author {
padding:0;
text-align: center;
border-right: 1px solid #d7d7d7;
white-space: nowrap;
@ -90,7 +95,6 @@ table.annotate td.author {
padding-right: 1em;
width: 3%;
background: inherit;
font-size: 90%;
}
table.annotate td.line-code { background-color: #fafafa; }