Skip to content

Commit

Permalink
JBPM-6841: Review details page layout. Spacing between tab header and…
Browse files Browse the repository at this point in the history
… content (kiegroup#32)
  • Loading branch information
nmirasch authored and cristianonicolai committed Mar 9, 2018
1 parent ed98daa commit 05038d4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div data-field="container" style="margin-top: 10px">
<div data-field="container" style="margin-top: 20px">
<div class="row">
<div class="col-md-12">
<div class="form-horizontal">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div data-field="container" style="margin-top: 10px">
<div data-field="container" style="margin-top: 20px">
<div class="row">
<div class="col-md-12">
<div class="form-horizontal">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="row" style="padding-top: 10px">
<div class="row" style="padding-top: 20px">
<div class="col-md-12">
<div class="form-horizontal">
<fieldset>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="row" style="padding-top: 10px">
<div class="row" style="padding-top: 20px">
<div class="col-md-12">
<div class="form-horizontal">
<fieldset>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ui:style>

.spacer {
padding-top: 10px;
padding-top: 20px;
height: 100%;
max-height: 100%;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="row" style="padding-top: 10px">
<div class="row" style="padding-top: 20px">
<div class="col-md-12">
<div class="form-horizontal">
<fieldset>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="row" style="margin-top: 10px">
<div class="row" style="margin-top: 20px">
<div class="col-md-12">
<div class="form-horizontal">
<div class="form-group">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<div class="container-fluid" id="processDiagramDiv" style="overflow:auto; padding-top: 10px;">
<div class="container-fluid" id="processDiagramDiv" style="overflow:auto; padding-top: 20px;">
</div>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div style="margin-top: 10px">
<div style="margin-top: 20px">
<div class="row">
<div class="col-md-12">
<div class="form-horizontal">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="row" style="padding-top: 10px;">
<div class="row" style="padding-top: 20px;">
<div class="col-md-12">
<div class="form-horizontal">
<fieldset>
Expand Down

0 comments on commit 05038d4

Please sign in to comment.