annotate .svn/pristine/f0/f0552f79c5c7d3bf6c3044fc746419538a6d5f68.svn-base @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents 622f24f53b42
children
rev   line source
Chris@1295 1
Chris@1295 2 table.revision-info td {
Chris@1295 3 margin: 0px;
Chris@1295 4 padding: 0px;
Chris@1295 5 }
Chris@1295 6
Chris@1295 7 div.revision-graph { position: absolute; min-width: 1px; }
Chris@1295 8
Chris@1295 9 div.changeset-changes ul { margin: 0; padding: 0; }
Chris@1295 10 div.changeset-changes ul > ul { margin-left: 18px; padding: 0; }
Chris@1295 11
Chris@1295 12 li.change {
Chris@1295 13 list-style-type:none;
Chris@1295 14 background-image: url(../images/bullet_black.png);
Chris@1295 15 background-position: 1px 1px;
Chris@1295 16 background-repeat: no-repeat;
Chris@1295 17 padding-top: 1px;
Chris@1295 18 padding-bottom: 1px;
Chris@1295 19 padding-left: 20px;
Chris@1295 20 margin: 0;
Chris@1295 21 }
Chris@1295 22 li.change.folder { background-image: url(../images/folder_open.png); }
Chris@1295 23 li.change.folder.change-A { background-image: url(../images/folder_open_add.png); }
Chris@1295 24 li.change.folder.change-M { background-image: url(../images/folder_open_orange.png); }
Chris@1295 25 li.change.change-A { background-image: url(../images/bullet_add.png); }
Chris@1295 26 li.change.change-M { background-image: url(../images/bullet_orange.png); }
Chris@1295 27 li.change.change-C { background-image: url(../images/bullet_blue.png); }
Chris@1295 28 li.change.change-R { background-image: url(../images/bullet_purple.png); }
Chris@1295 29 li.change.change-D { background-image: url(../images/bullet_delete.png); }
Chris@1295 30
Chris@1295 31 li.change .copied-from { font-style: italic; color: #999; font-size: 0.9em; }
Chris@1295 32 li.change .copied-from:before { content: " - "}
Chris@1295 33
Chris@1295 34 #changes-legend { float: right; font-size: 0.8em; margin: 0; }
Chris@1295 35 #changes-legend li { float: left; background-position: 5px 0; }
Chris@1295 36
Chris@1295 37 table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; }
Chris@1295 38 table.filecontent tbody {font-family:"Liberation Mono", Courier, monospace; font-size:12px;}
Chris@1295 39 table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
Chris@1295 40 table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;}
Chris@1295 41 table.filecontent tr.spacing th { text-align:center; }
Chris@1295 42 table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;}
Chris@1295 43 table.filecontent th.line-num {
Chris@1295 44 border: 1px solid #e2e2e2;
Chris@1295 45 text-align: right;
Chris@1295 46 width: 2%;
Chris@1295 47 padding: 0 3px 0 0;
Chris@1295 48 color: #999;
Chris@1295 49 user-select: none;
Chris@1295 50 -moz-user-select: none;
Chris@1295 51 -o-user-select: none;
Chris@1295 52 -ms-user-select: none;
Chris@1295 53 -webkit-user-select: none;
Chris@1295 54 font-weight:normal;
Chris@1295 55 }
Chris@1295 56 table.filecontent th.line-num a {
Chris@1295 57 text-decoration: none;
Chris@1295 58 color: inherit;
Chris@1295 59 }
Chris@1295 60 table.filecontent td.line-code {padding: 0 0 0 4px;}
Chris@1295 61 table.filecontent td.line-code pre {
Chris@1295 62 margin: 0px;
Chris@1295 63 white-space: pre-wrap;
Chris@1295 64 font-family:"Liberation Mono", Courier, monospace; font-size:12px;
Chris@1295 65 }
Chris@1295 66
Chris@1295 67 /* 12 different colors for the annonate view */
Chris@1295 68 table.annotate tr.bloc-0 {background: #FFFFBF;}
Chris@1295 69 table.annotate tr.bloc-1 {background: #EABFFF;}
Chris@1295 70 table.annotate tr.bloc-2 {background: #BFFFFF;}
Chris@1295 71 table.annotate tr.bloc-3 {background: #FFD9BF;}
Chris@1295 72 table.annotate tr.bloc-4 {background: #E6FFBF;}
Chris@1295 73 table.annotate tr.bloc-5 {background: #BFCFFF;}
Chris@1295 74 table.annotate tr.bloc-6 {background: #FFBFEF;}
Chris@1295 75 table.annotate tr.bloc-7 {background: #FFE6BF;}
Chris@1295 76 table.annotate tr.bloc-8 {background: #FFE680;}
Chris@1295 77 table.annotate tr.bloc-9 {background: #AA80FF;}
Chris@1295 78 table.annotate tr.bloc-10 {background: #FFBFDC;}
Chris@1295 79 table.annotate tr.bloc-11 {background: #BFE4FF;}
Chris@1295 80
Chris@1295 81 table.annotate td.revision {
Chris@1295 82 padding:0;
Chris@1295 83 text-align: center;
Chris@1295 84 width: 2%;
Chris@1295 85 padding-left: 1em;
Chris@1295 86 background: inherit;
Chris@1295 87 }
Chris@1295 88
Chris@1295 89 table.annotate td.author {
Chris@1295 90 padding:0;
Chris@1295 91 text-align: center;
Chris@1295 92 border-right: 1px solid #d7d7d7;
Chris@1295 93 white-space: nowrap;
Chris@1295 94 padding-left: 1em;
Chris@1295 95 padding-right: 1em;
Chris@1295 96 width: 3%;
Chris@1295 97 background: inherit;
Chris@1295 98 }
Chris@1295 99
Chris@1295 100 table.annotate td.line-code { background-color: #fafafa; }
Chris@1295 101
Chris@1295 102 div.action_M { background: #fd8 }
Chris@1295 103 div.action_D { background: #f88 }
Chris@1295 104 div.action_A { background: #bfb }