Skip to content

Commit

Permalink
Merge 84b57ad into fcacf9e
Browse files Browse the repository at this point in the history
  • Loading branch information
patbos committed Oct 24, 2014
2 parents fcacf9e + 84b57ad commit 71a8bb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/webapp/pipeline-fullscreen.css
Expand Up @@ -38,6 +38,11 @@ div.stage-task {
min-height: 36px;
}

div.task-progress {
min-height: 36px;
}


.stage-name {
padding: 10px 10px 10px 10px;
}
Expand Down
4 changes: 4 additions & 0 deletions src/main/webapp/pipeline.css
Expand Up @@ -18,6 +18,10 @@ div.stage-task {
min-height: 42px;
}

div.task-progress {
min-height: 42px;
}

div.pipeline-main {
padding: 10px;
border-width: 0 1px 1px;
Expand Down

0 comments on commit 71a8bb0

Please sign in to comment.