##// END OF EJS Templates
coal: more tweaks...
Matt Mackall -
r6463:5e011a40 default
parent child Browse files
Show More
@@ -20,8 +20,8 b' searchentry = shortlogentry.tmpl'
20 changeset = changeset.tmpl
20 changeset = changeset.tmpl
21 manifest = manifest.tmpl
21 manifest = manifest.tmpl
22
22
23 direntry = '<tr class="fileline parity{parity}"><td class="name"><img src="{staticurl}coal-folder.png"> <a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">{basename|escape}/</a><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr>'
23 direntry = '<tr class="fileline parity{parity}"><td class="name"><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}"><img src="{staticurl}coal-folder.png"> {basename|escape}/</a><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr>'
24 fileentry = '<tr class="fileline parity{parity}"><td clase="filename"><img src="{staticurl}coal-file.png"> <a href="{url}file/{node|short}/{file|urlescape}#l1{sessionvars%urlparameter}">{basename|escape}</a></td><td class="size">{size}</td><td class="permissions">{permissions|permissions}</td></tr>'
24 fileentry = '<tr class="fileline parity{parity}"><td clase="filename"><a href="{url}file/{node|short}/{file|urlescape}#l1{sessionvars%urlparameter}"><img src="{staticurl}coal-file.png"> {basename|escape}</a></td><td class="size">{size}</td><td class="permissions">{permissions|permissions}</td></tr>'
25
25
26 filerevision = filerevision.tmpl
26 filerevision = filerevision.tmpl
27 fileannotate = fileannotate.tmpl
27 fileannotate = fileannotate.tmpl
@@ -27,7 +27,7 b' body {'
27 padding: 10px;
27 padding: 10px;
28 width: 75px;
28 width: 75px;
29 margin: 0;
29 margin: 0;
30 font-size: 80% /*smaller*/;
30 font-size: 80%;
31 text-align: left;
31 text-align: left;
32 position: fixed;
32 position: fixed;
33 top: 27px;
33 top: 27px;
@@ -50,17 +50,18 b' body {'
50 }
50 }
51
51
52 .menu li.active {
52 .menu li.active {
53 border-left: 3px solid black;
53 background: black;
54 color: white;
54 }
55 }
55
56
57 .menu a { color: black; display: block; }
58
56 .search {
59 .search {
57 position: absolute;
60 position: absolute;
58 top: .7em;
61 top: .7em;
59 right: 2em;
62 right: 2em;
60 }
63 }
61
64
62 .menu a { color: black; display: block; }
63
64 a { text-decoration:none; }
65 a { text-decoration:none; }
65 .age { white-space:nowrap; }
66 .age { white-space:nowrap; }
66 .date { white-space:nowrap; }
67 .date { white-space:nowrap; }
@@ -128,6 +129,7 b' h3 {'
128 .bigtable td.annotate { font-size: smaller; }
129 .bigtable td.annotate { font-size: smaller; }
129
130
130 .fileline { font-family: monospace; }
131 .fileline { font-family: monospace; }
132 .fileline img { border: 0; }
131
133
132 /* Changeset entry */
134 /* Changeset entry */
133 #changesetEntry {
135 #changesetEntry {
General Comments 0
You need to be logged in to leave comments. Login now