From 33ff5daa3605ffa82ac8861e327422ff1f440b73 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 31 Oct 2014 18:15:24 +0100 Subject: custom theme/css: adopt to new jenkins theme from 1.580-1 --- userContent/theme/debian-swirl.png | Bin 10665 -> 10790 bytes userContent/theme/debian.css | 27 ++++++++++++--------------- userContent/theme/title.png | Bin 7549 -> 4983 bytes 3 files changed, 12 insertions(+), 15 deletions(-) (limited to 'userContent') diff --git a/userContent/theme/debian-swirl.png b/userContent/theme/debian-swirl.png index 53752a25..d25cb656 100644 Binary files a/userContent/theme/debian-swirl.png and b/userContent/theme/debian-swirl.png differ diff --git a/userContent/theme/debian.css b/userContent/theme/debian.css index 8a76fe1b..19ac348f 100644 --- a/userContent/theme/debian.css +++ b/userContent/theme/debian.css @@ -1,27 +1,24 @@ @charset "utf-8"; -#top-panel { - background: url(title.png) 0 0 no-repeat; } - #top-panel td#login-field span a { - background: none; } - #top-panel td #searchform a { - background: none; - height: auto; - width: auto; } - #top-panel td > a { +#jenkins-name-icon { + display: none; +} +#jenkins-home-link { background: url(title.png) 0 0 no-repeat; display: block; + margin: 0 0 0 1em; + width: 300px; height: 34px; - width: 800px; // - margin: 10px 0 0 10px; // } - #top-panel td > a img { - display: none; } +#jenkins-head-icon { + position: absolute; + left: 3px; +} -#main-table { +body { background-image: url(debian-swirl.png) !important; + background-repeat: no-repeat; background-position: bottom right !important; } - diff --git a/userContent/theme/title.png b/userContent/theme/title.png index 458152cd..2d6f36f2 100644 Binary files a/userContent/theme/title.png and b/userContent/theme/title.png differ -- cgit v1.2.3-70-g09d2