From 94e12c168f5eec300fd23d0de25c7dc93a96c429 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 03 Mar 2014 17:51:21 -0500 Subject: [PATCH] Eliminate Gravatar profile linking and improve api --- src/main/resources/gitblit.css | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/main/resources/gitblit.css b/src/main/resources/gitblit.css index 58c0aed..cd5c57b 100644 --- a/src/main/resources/gitblit.css +++ b/src/main/resources/gitblit.css @@ -520,6 +520,18 @@ text-align: left; } +div.featureWelcome { + padding: 15px; + background-color: #fbfbfb; + border: 1px solid #ccc; + border-radius: 5px; +} + +div.featureWelcome div.icon { + color: #ccc; + font-size: 144px; +} + div.sourceview { overflow: hidden; } @@ -1291,6 +1303,11 @@ } table.palette td.pane { padding: 0px; + width: 250px !important; +} + +table.palette td.pane select { + width: 250px !important; } table.gitnotes { -- Gitblit v1.9.1