From 68cb84839f8fbc20688b22202489f4c2a54d3f55 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 12 Apr 2008 20:11:49 +0200 Subject: Reintroduce the branch switcher Signed-off-by: Lars Hjemli --- cgit.css | 10 ++++++++++ ui-shared.c | 7 +++++++ 2 files changed, 17 insertions(+) diff --git a/cgit.css b/cgit.css index 67cf48e..80680c9 100644 --- a/cgit.css +++ b/cgit.css @@ -52,6 +52,7 @@ table.tabs { table.tabs td { padding: 0px 0.5em; + vertical-align: bottom; } table.tabs td a { @@ -64,6 +65,15 @@ table.tabs td a.active { background-color: #ccc; } +table.tabs td.branch { + text-align: right; +} + +table.tabs td.branch form { + padding-bottom: 2px; + font-size: 90%; +} + div.content { margin: 0px; padding: 1em; diff --git a/ui-shared.c b/ui-shared.c index 03d147f..73e3d4c 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -518,6 +518,13 @@ void cgit_print_pageheader(struct cgit_context *ctx) ctx->qry.sha1, ctx->qry.sha2, NULL); cgit_patch_link("patch", NULL, hc(cmd, "patch"), ctx->qry.head, ctx->qry.sha1); + html(""); + html("
\n"); + add_hidden_formfields(0, 1, ctx->qry.page); + html(" "); + html(""); } else { html("