Skip to content

Commit

Permalink
Merge pull request #281 from bmic-development/jm-service-calendar-fre…
Browse files Browse the repository at this point in the history
…eze-panes-misalignment

JM- (SPARCRequest) Freeze panes - Step 2 calendar pages
  • Loading branch information
Stuart-Johnson committed May 24, 2017
2 parents 9e38362 + a246936 commit 306cc19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions app/assets/stylesheets/service_calendar.sass
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
font-size: 19px
display: block
.top-icon
color: #add8e6
color: #F79739
height: 7px
overflow: hidden
.bottom-icon
Expand Down Expand Up @@ -132,7 +132,8 @@
width: 14.5%
th.visit-width
width: 6.9%
th.total-one-time-fee-width
th.total-one-time-fee-width,
th.total-direct-one-time-fee-width
width: 90.75%
td.service-name
width: 17%
Expand Down Expand Up @@ -187,7 +188,8 @@
width: 41.6%
.billing-organization-header-end-width
width: 14.7%
.total-one-time-fee-width
.total-one-time-fee-width,
.total-direct-one-time-fee-width
width: 90.8%

.service-calendar-row,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- if USE_INDIRECT_COST
%tr.total-direct-one-time-fee-cost-per-study
%th{ colspan: 10 }
%th.total-direct-one-time-fee-width{ colspan: 10 }
= t(:calendars)[:otf][:totals][:total_direct]
%td.text-center
%strong
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
%strong
= t(:calendars)[:pppv][:totals][:maximum_direct]
- 5.times do |i|
%td.text-center{ class: "max-direct-per-patient visit-#{i+1}" }
%td.text-center.visit-width{ class: "max-direct-per-patient visit-#{i+1}" }
%strong
%td.text-center.total-width
%strong
Expand Down

0 comments on commit 306cc19

Please sign in to comment.