Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JM- (SPARCRequest) Freeze panes - Step 2 calendar pages #281

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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