@@ -35,30 +35,33 li.change .copied-from:before { content: " - "} | |||||
35 | #changes-legend li { float: left; background-position: 5px 0; } |
|
35 | #changes-legend li { float: left; background-position: 5px 0; } | |
36 |
|
36 | |||
37 | table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; } |
|
37 | table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; } | |
|
38 | table.filecontent tbody {font-family:"Liberation Mono", Courier, monospace; font-size:12px;} | |||
38 | table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; } |
|
39 | table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; } | |
39 |
table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding: |
|
40 | table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;} | |
40 | table.filecontent tr.spacing th { text-align:center; } |
|
41 | table.filecontent tr.spacing th { text-align:center; } | |
41 | table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;} |
|
42 | table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;} | |
42 | table.filecontent th.line-num { |
|
43 | table.filecontent th.line-num { | |
43 | border: 1px solid #e2e2e2; |
|
44 | border: 1px solid #e2e2e2; | |
44 | font-size: 0.8em; |
|
|||
45 | text-align: right; |
|
45 | text-align: right; | |
46 | width: 2%; |
|
46 | width: 2%; | |
47 |
padding |
|
47 | padding: 0 3px 0 0; | |
48 | color: #999; |
|
48 | color: #999; | |
49 | user-select: none; |
|
49 | user-select: none; | |
50 | -moz-user-select: none; |
|
50 | -moz-user-select: none; | |
51 | -o-user-select: none; |
|
51 | -o-user-select: none; | |
52 | -ms-user-select: none; |
|
52 | -ms-user-select: none; | |
53 | -webkit-user-select: none; |
|
53 | -webkit-user-select: none; | |
|
54 | font-weight:normal; | |||
54 | } |
|
55 | } | |
55 | table.filecontent th.line-num a { |
|
56 | table.filecontent th.line-num a { | |
56 | text-decoration: none; |
|
57 | text-decoration: none; | |
57 | color: inherit; |
|
58 | color: inherit; | |
58 | } |
|
59 | } | |
|
60 | table.filecontent td.line-code {padding: 0 0 0 4px;} | |||
59 | table.filecontent td.line-code pre { |
|
61 | table.filecontent td.line-code pre { | |
60 | margin: 0px; |
|
62 | margin: 0px; | |
61 | white-space: pre-wrap; |
|
63 | white-space: pre-wrap; | |
|
64 | font-family:"Liberation Mono", Courier, monospace; font-size:12px; | |||
62 | } |
|
65 | } | |
63 |
|
66 | |||
64 | /* 12 different colors for the annonate view */ |
|
67 | /* 12 different colors for the annonate view */ | |
@@ -76,6 +79,7 table.annotate tr.bloc-10 {background: #FFBFDC;} | |||||
76 | table.annotate tr.bloc-11 {background: #BFE4FF;} |
|
79 | table.annotate tr.bloc-11 {background: #BFE4FF;} | |
77 |
|
80 | |||
78 | table.annotate td.revision { |
|
81 | table.annotate td.revision { | |
|
82 | padding:0; | |||
79 | text-align: center; |
|
83 | text-align: center; | |
80 | width: 2%; |
|
84 | width: 2%; | |
81 | padding-left: 1em; |
|
85 | padding-left: 1em; | |
@@ -83,6 +87,7 table.annotate td.revision { | |||||
83 | } |
|
87 | } | |
84 |
|
88 | |||
85 | table.annotate td.author { |
|
89 | table.annotate td.author { | |
|
90 | padding:0; | |||
86 | text-align: center; |
|
91 | text-align: center; | |
87 | border-right: 1px solid #d7d7d7; |
|
92 | border-right: 1px solid #d7d7d7; | |
88 | white-space: nowrap; |
|
93 | white-space: nowrap; | |
@@ -90,7 +95,6 table.annotate td.author { | |||||
90 | padding-right: 1em; |
|
95 | padding-right: 1em; | |
91 | width: 3%; |
|
96 | width: 3%; | |
92 | background: inherit; |
|
97 | background: inherit; | |
93 | font-size: 90%; |
|
|||
94 | } |
|
98 | } | |
95 |
|
99 | |||
96 | table.annotate td.line-code { background-color: #fafafa; } |
|
100 | table.annotate td.line-code { background-color: #fafafa; } |
General Comments 0
You need to be logged in to leave comments.
Login now