Fix breadcrumbs in Jenkins
Use overline and white background to fix style of breadcrumbs and not make the bg look awkward Fixed bug #961385 Change-Id: Ib1dadb933efe7835de467b41a27d116060fcbadf
This commit is contained in:
parent
1ca926ba72
commit
7d5b750557
Binary file not shown.
Before Width: | Height: | Size: 5.8 KiB |
@ -1,7 +1,7 @@
|
||||
body {color: #535353 !important; background: url("/plugin/simple-theme-plugin/openstack-page-bkg.jpg") no-repeat scroll 0 0 white !important; position: static}
|
||||
a,a:visited {color: #264D69 !important; text-decoration: none !important;}
|
||||
a:hover {color: #000 !important; text-decoration: underline !important}
|
||||
#breadcrumbs LI A {background:url('/plugin/simple-theme-plugin/breadcrumb.png') no-repeat right center !important}
|
||||
#breadcrumbs {border-top: 1px solid #D3D7CF; background: #fff}
|
||||
|
||||
#header {margin-top: 5px}
|
||||
#header tr:first-child {height: 60px}
|
||||
|
@ -140,12 +140,6 @@ class jenkins_master($site, $serveradmin, $logo) {
|
||||
group => 'nogroup'
|
||||
}
|
||||
|
||||
file { "/var/lib/jenkins/plugins/simple-theme-plugin/breadcrumb.png":
|
||||
ensure => present,
|
||||
source => "puppet:///modules/jenkins_master/breadcrumb.png",
|
||||
require => File["/var/lib/jenkins/plugins/simple-theme-plugin"]
|
||||
}
|
||||
|
||||
file { "/var/lib/jenkins/plugins/simple-theme-plugin/openstack.css":
|
||||
ensure => present,
|
||||
source => "puppet:///modules/jenkins_master/openstack.css",
|
||||
|
Loading…
x
Reference in New Issue
Block a user