Commit a095a3a6 authored by Luke Bennett's avatar Luke Bennett

Removed blocks-first declaration that was added to fix coverage padding, moved...

Removed blocks-first declaration that was added to fix coverage padding, moved the padding to a new coverage block declaration

Review changes
parent 640ab307
...@@ -107,10 +107,14 @@ ...@@ -107,10 +107,14 @@
.block { .block {
width: 100%; width: 100%;
}
.block-first { &.coverage {
padding: 5px 16px 11px; padding: 0 16px 11px;
}
.btn-group-justified {
margin-top: 5px;
}
} }
.js-build-variable { .js-build-variable {
...@@ -214,6 +218,9 @@ ...@@ -214,6 +218,9 @@
.build-detail-row { .build-detail-row {
margin-bottom: 5px; margin-bottom: 5px;
&:last-of-type {
margin-bottom: 0;
}
} }
.build-light-text { .build-light-text {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
%a.gutter-toggle.pull-right.js-sidebar-build-toggle{ href: "#" } %a.gutter-toggle.pull-right.js-sidebar-build-toggle{ href: "#" }
= icon('angle-double-right') = icon('angle-double-right')
- if @build.coverage - if @build.coverage
.block.block-first .block.coverage
.title .title
Test coverage Test coverage
%p.build-detail-row %p.build-detail-row
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
- @build.trigger_request.variables.each do |key, value| - @build.trigger_request.variables.each do |key, value|
.hide.js-build .hide.js-build
.js-build-variable= key .js-build-variable= key
.js-build-value= value .js-build-value= value
.block .block
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment