Commit a9ff5eb073e2c88bcae446af31c51f82ab0eab9c
1 parent
7c8cca19
Exists in
master
and in
39 other branches
updating jenkins diazo rules
Showing
1 changed file
with
13 additions
and
1 deletions
Show diff stats
src/proxy/diazo/jenkins.xml
... | ... | @@ -7,8 +7,20 @@ |
7 | 7 | <replace css:theme="#jenkins-js" content="//head/script" /> |
8 | 8 | <before css:theme-children="#main-content" css:content="#main-table" /> |
9 | 9 | |
10 | + <!-- Breadcrumbs --> | |
11 | + <after css:theme="nav.navbar-fixed-top" css:content="#left-top-nav" /> | |
12 | + | |
10 | 13 | <after theme-children="/html/head"> |
11 | - <script>jQuery.noConflict();</script> | |
14 | + <script>jQuery.noConflict();</script> | |
15 | + <style> | |
16 | + #breadcrumbs { | |
17 | + border: 0 !important; | |
18 | + } | |
19 | + | |
20 | + #right-top-nav { | |
21 | + margin-right: 5em !important; | |
22 | + } | |
23 | + </style> | |
12 | 24 | </after> |
13 | 25 | |
14 | 26 | </rules> | ... | ... |