Skip to content

Commit

Permalink
Fixes header size for edit package.
Browse files Browse the repository at this point in the history
  • Loading branch information
shelleydoljack committed Sep 6, 2016
1 parent 976f78d commit 7cfd675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/package.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

.td {
display:table-cell;
width: 50%;
}

.data-label {
Expand Down
6 changes: 3 additions & 3 deletions app/views/packages/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

<div class="table">
<div class="tr">
<div class="td"><h2>Rules for Create New or Merge URL</h2></div>
<div class="td"><h3>Rules for Create New or Merge URL</h3></div>
</div>
<div class="tr">
<div class="td"><h4>Create New Record or Merge URL Field</h4></div>
Expand Down Expand Up @@ -152,7 +152,7 @@

<div class="table">
<div class="tr">
<div class="td"><h2>Processing Information</h2></div>
<div class="td"><h3>Processing Information</h3></div>
</div>
<div class="tr">
<div class="td"><%= f.label 'Symphony URL Destination' %></div>
Expand Down Expand Up @@ -214,7 +214,7 @@

<div class="table">
<div class="tr">
<div class="td"><h2>Other</h2></div>
<div class="td"><h3>Other</h3></div>
</div>
<div class="tr">
<div class="td"><%= f.label 'Extra email Addresses for Report Mail' %></div>
Expand Down

0 comments on commit 7cfd675

Please sign in to comment.