Fixed issue 18, link to download/git clone in the tree view visually annoying.
This commit is contained in:
parent
88d39faed7
commit
1cf3a73fe1
@ -43,8 +43,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{aurl 'url', 'IDF_Views_Source::download', array($project.shortname, $commit)}
|
{aurl 'url', 'IDF_Views_Source::download', array($project.shortname, $commit)}
|
||||||
<p class="right"><kbd>git clone {$project.getGitDaemonUrl()}</kbd></p>
|
<p class="right soft"><a href="{$url}"><img style="vertical-align: text-bottom;" src="{media '/idf/img/package-grey.png'}" alt="{trans 'Archive'}" align="bottom" /></a> <a href="{$url}">{trans 'Download this version'}</a> {trans 'or'} <kbd>git clone {$project.getGitDaemonUrl()}</kbd></p>
|
||||||
<p class="right"><a href="{$url}"><img style="vertical-align: text-bottom;" src="{media '/idf/img/package.png'}" alt="{trans 'Archive'}" align="bottom" /></a> <a href="{$url}">{trans 'Download this version'}</a></p>
|
|
||||||
|
|
||||||
|
|
||||||
{/block}
|
{/block}
|
||||||
|
@ -41,6 +41,14 @@
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.soft {
|
||||||
|
color: #777;
|
||||||
|
}
|
||||||
|
|
||||||
|
.soft a {
|
||||||
|
color: #777;
|
||||||
|
}
|
||||||
|
|
||||||
div.context {
|
div.context {
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
BIN
www/media/idf/img/package-grey.png
Normal file
BIN
www/media/idf/img/package-grey.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 576 B |
Loading…
Reference in New Issue
Block a user