Skip to content

Commit

Permalink
Fix minor styling issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed May 14, 2018
1 parent 4f09435 commit e68b3d7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion boxoffice/assets/js/views/item_collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const ItemCollectionTemplate = `
<a class="boxoffice-button boxoffice-button-info btn-right" href="/{{ org_name }}/{{ ic_name }}">
View listing
</a>
<a class="boxoffice-button boxoffice-button-primary btn-right btn-margin-righ" href="/admin/ic/{{ic_id}}/edit" data-navigate>
<a class="boxoffice-button boxoffice-button-primary btn-right btn-margin-right" href="/admin/ic/{{ic_id}}/edit" data-navigate>
Edit item collection
</a>
<a class="boxoffice-button boxoffice-button-action btn-right btn-margin-right" href="/admin/ic/{{ic_id}}/item/new" data-navigate>
Expand Down
1 change: 1 addition & 0 deletions boxoffice/assets/sass/_form.sass
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
.controls
width: 100%
display: block
margin-left: 0

.control-label,
text-align: left
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion boxoffice/static/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"assets":{"main_order":"main_order.72655e020f221e45f477.js","main_invoice":"main_invoice.72655e020f221e45f477.js","main_admin":"main_admin.72655e020f221e45f477.js"}}
{"assets":{"main_order":"main_order.bfd69cdb099ad90caf9d.js","main_invoice":"main_invoice.bfd69cdb099ad90caf9d.js","main_admin":"main_admin.bfd69cdb099ad90caf9d.js"}}
1 change: 1 addition & 0 deletions boxoffice/static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,7 @@ h2.col-header, p.margin-left {
#form-view .controls {
width: 100%;
display: block;
margin-left: 0;
}
#form-view .control-label {
text-align: left;
Expand Down

0 comments on commit e68b3d7

Please sign in to comment.