Skip to content

Commit

Permalink
fix(css): Fix css id for the jenkins page.
Browse files Browse the repository at this point in the history
fix(css): Fix css id for the jenkins page. Keeping old id for backward compatibility.
See: Issue jenkinsci/simple-theme-plugin#83 on Jenkins plugins

Signed-off-by: offa <bm-dev@yandex.com>
  • Loading branch information
cossons authored and offa committed Jun 30, 2022
1 parent b2c3d8d commit d048528
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,33 @@ a, a:hover, a:visited, a:link {
}
}

#page-header {
.shadow1();
height: 64px;
background-color: @color-primary;
text-transform: uppercase;
right: 0;
left: 0;
top: 0;
letter-spacing: 1px;
padding: 12px 10px;
z-index: 2000;

.login {
top: inherit;
margin-top: 3px
}

.login b {
font-weight: 400
}

#search-box {
background: @color-bg;
padding-left: 10px;
}
}

#breadcrumbBar {
#breadcrumbs {
border: none !important;
Expand Down

0 comments on commit d048528

Please sign in to comment.