Skip to content

Commit

Permalink
Adjust config job page to look better
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 24, 2021
1 parent a2615d8 commit 41a8e28
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions war/src/main/js/widgets/config/tabbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
min-height:2.5em;
.border-radius-top(@border-radius);
z-index:5;
overflow: hidden;

nav:before, nav:after {
display: none;
Expand Down Expand Up @@ -50,7 +51,6 @@

.form-config.tabBarFrame {
position: relative;
border-bottom: solid 1px var(--medium-grey);

.config-section-activators {
margin: 0;
Expand Down Expand Up @@ -99,10 +99,11 @@
}
#jenkins{
.jenkins-config {
border:1px solid var(--input-border);
padding: 2rem;
border-top:none;
background:var(--bright-bg-color);
border: 1px solid var(--input-border);
padding: 2rem 2rem 0 2rem;
border-top: none;
border-bottom: none;
background: var(--bright-bg-color);
.border-radius-bottom(@border-radius);

.showTabs{
Expand Down

0 comments on commit 41a8e28

Please sign in to comment.