##// END OF EJS Templates
hgweb: improve shortlog formatting...
Matt Mackall -
r4703:bc63247c default
parent child Browse files
Show More
@@ -1,7 +1,7 b''
1 <table class="slogEntry parity#parity#">
1 <table class="slogEntry parity#parity#">
2 <tr>
2 <tr>
3 <td class="age">#date|age#</td>
3 <td class="age">#date|age#</td>
4 <td class="author">#author|obfuscate#</td>
4 <td class="author">#author|person#</td>
5 <td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#</a></td>
5 <td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#</a></td>
6 </tr>
6 </tr>
7 </table>
7 </table>
@@ -1,78 +1,78 b''
1 a { text-decoration:none; }
1 a { text-decoration:none; }
2 .age { white-space:nowrap; }
2 .age { white-space:nowrap; }
3 .indexlinks { white-space:nowrap; }
3 .indexlinks { white-space:nowrap; }
4 .parity0 { background-color: #dddddd; }
4 .parity0 { background-color: #dddddd; }
5 .parity1 { background-color: #eeeeee; }
5 .parity1 { background-color: #eeeeee; }
6 .lineno { width: 60px; color: #aaaaaa; font-size: smaller;
6 .lineno { width: 60px; color: #aaaaaa; font-size: smaller;
7 text-align: right; padding-right:1em; }
7 text-align: right; padding-right:1em; }
8 .plusline { color: green; }
8 .plusline { color: green; }
9 .minusline { color: red; }
9 .minusline { color: red; }
10 .atline { color: purple; }
10 .atline { color: purple; }
11 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
11 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
12 .buttons a {
12 .buttons a {
13 background-color: #666666;
13 background-color: #666666;
14 padding: 2pt;
14 padding: 2pt;
15 color: white;
15 color: white;
16 font-family: sans;
16 font-family: sans;
17 font-weight: bold;
17 font-weight: bold;
18 }
18 }
19 .navigate a {
19 .navigate a {
20 background-color: #ccc;
20 background-color: #ccc;
21 padding: 2pt;
21 padding: 2pt;
22 font-family: sans;
22 font-family: sans;
23 color: black;
23 color: black;
24 }
24 }
25
25
26 .metatag {
26 .metatag {
27 background-color: #888888;
27 background-color: #888888;
28 color: white;
28 color: white;
29 text-align: right;
29 text-align: right;
30 }
30 }
31
31
32 /* Common */
32 /* Common */
33 pre { margin: 0; }
33 pre { margin: 0; }
34
34
35 .logo {
35 .logo {
36 background-color: #333;
36 background-color: #333;
37 padding: 4pt;
37 padding: 4pt;
38 margin: 8pt 0 8pt 8pt;
38 margin: 8pt 0 8pt 8pt;
39 font-family: sans;
39 font-family: sans;
40 font-size: 60%;
40 font-size: 60%;
41 color: white;
41 color: white;
42 float: right;
42 float: right;
43 clear: right;
43 clear: right;
44 text-align: left;
44 text-align: left;
45 }
45 }
46
46
47 .logo a {
47 .logo a {
48 font-weight: bold;
48 font-weight: bold;
49 font-size: 150%;
49 font-size: 150%;
50 color: #999;
50 color: #999;
51 }
51 }
52
52
53 /* Changelog/Filelog entries */
53 /* Changelog/Filelog entries */
54 .logEntry { width: 100%; }
54 .logEntry { width: 100%; }
55 .logEntry .age { width: 15%; }
55 .logEntry .age { width: 15%; }
56 .logEntry th { font-weight: normal; text-align: right; vertical-align: top; }
56 .logEntry th { font-weight: normal; text-align: right; vertical-align: top; }
57 .logEntry th.age, .logEntry th.firstline { font-weight: bold; }
57 .logEntry th.age, .logEntry th.firstline { font-weight: bold; }
58 .logEntry th.firstline { text-align: left; width: inherit; }
58 .logEntry th.firstline { text-align: left; width: inherit; }
59
59
60 /* Shortlog entries */
60 /* Shortlog entries */
61 .slogEntry { width: 100%; font-size: smaller; }
61 .slogEntry { width: 100%; }
62 .slogEntry .age { width: 7%; }
62 .slogEntry .age { width: 8em; }
63 .slogEntry td { font-weight: normal; text-align: left; vertical-align: top; }
63 .slogEntry td { font-weight: normal; text-align: left; vertical-align: top; }
64 .slogEntry td.author { width: 35%; }
64 .slogEntry td.author { width: 15em; }
65
65
66 /* Tag entries */
66 /* Tag entries */
67 #tagEntries { list-style: none; margin: 0; padding: 0; }
67 #tagEntries { list-style: none; margin: 0; padding: 0; }
68 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
68 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
69
69
70 /* Changeset entry */
70 /* Changeset entry */
71 #changesetEntry { }
71 #changesetEntry { }
72 #changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
72 #changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
73 #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; }
73 #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; }
74
74
75 /* File diff view */
75 /* File diff view */
76 #filediffEntry { }
76 #filediffEntry { }
77 #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
77 #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
78
78
General Comments 0
You need to be logged in to leave comments. Login now