summaryrefslogtreecommitdiffstats
path: root/userContent/theme
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-31 18:15:24 +0100
committerHolger Levsen <holger@layer-acht.org>2014-10-31 18:15:24 +0100
commit33ff5daa3605ffa82ac8861e327422ff1f440b73 (patch)
treeff14166a5b849b41fbfbbee0907e1dd6ceefc742 /userContent/theme
parentdb07600d7da1718f4890b3482d208128a7524792 (diff)
downloadjenkins.debian.net-33ff5daa3605ffa82ac8861e327422ff1f440b73.tar.xz
custom theme/css: adopt to new jenkins theme from 1.580-1
Diffstat (limited to 'userContent/theme')
-rw-r--r--userContent/theme/debian-swirl.pngbin10665 -> 10790 bytes
-rw-r--r--userContent/theme/debian.css27
-rw-r--r--userContent/theme/title.pngbin7549 -> 4983 bytes
3 files changed, 12 insertions, 15 deletions
diff --git a/userContent/theme/debian-swirl.png b/userContent/theme/debian-swirl.png
index 53752a25..d25cb656 100644
--- a/userContent/theme/debian-swirl.png
+++ b/userContent/theme/debian-swirl.png
Binary files 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
--- a/userContent/theme/title.png
+++ b/userContent/theme/title.png
Binary files differ