Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1511 from YaleSTC/1492_ui_bugs
Browse files Browse the repository at this point in the history
[1492] UI bugs
  • Loading branch information
orenyk committed Mar 8, 2016
2 parents a1ef04a + b379bf8 commit 9146e87
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/_mixins.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@mixin giant-number {
font-size: $font-size-base * 3;
font-size: $font-size-base * 2.5;
}

@mixin placeholder-extended ($color: $placeholderText, $font-style: italic){
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/app_configs/_edit.css.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#app_config_reset_tos_for_users { width: auto; }
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@
@import "users/*";
@import "equipment_models/*";
@import "blackouts/*";
@import "app_configs/*";
2 changes: 1 addition & 1 deletion app/assets/stylesheets/equipment_models/_table.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#table_equipment_models {
#table_equipment_models, #table_woo {
th, td {
vertical-align: middle;
}
Expand Down
6 changes: 3 additions & 3 deletions app/views/equipment_models/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
<section id="details">
<h2>Details</h2><hr />
<div class="row">
<div class="col-md-4">
<div class="col-md-3">
<h4>Late Fee</h4>
<div class="giant-numbers">
<%= number_to_currency @equipment_model.late_fee %> / day
<%= number_to_currency @equipment_model.late_fee %>/day
</div>
</div>
<div class="col-md-3">
Expand All @@ -106,7 +106,7 @@
<%= number_to_currency @equipment_model.replacement_fee %>
</div>
</div>
<div class="col-md-2">
<div class="col-md-3">
<h4>Max. Per User</h4>
<div class="giant-numbers">
<%= intify @equipment_model.maximum_per_user %>
Expand Down

0 comments on commit 9146e87

Please sign in to comment.