Skip to content

Commit

Permalink
Merge pull request #66 from zarathustra323/safari-tweaks
Browse files Browse the repository at this point in the history
Safari interface tweaks
  • Loading branch information
zarathustra323 authored Aug 8, 2018
2 parents 53684a8 + 54f81ce commit 971489b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,16 @@ form .progress {
}

.fixed-bottom.right {
right: 0;
left: inherit;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}

.fixed-bottom.left {
left: 0;
right: inherit;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
Expand Down
2 changes: 1 addition & 1 deletion app/templates/manage/campaign/edit/creatives.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<div class="card-footer">
</div>

{{model-create-button icon="images" title="Add Creative" click=(route-action "transitionTo" "manage.campaign.edit.creatives.create")}}
{{model-create-button class="left" icon="images" title="Add Creative" click=(route-action "transitionTo" "manage.campaign.edit.creatives.create")}}

{{outlet}}
2 changes: 1 addition & 1 deletion app/templates/manage/publisher/edit/placements.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@

{{/fetch-more}}

{{model-create-button icon="browser" title="Create Placement for Publisher" click=(route-action "transitionTo" "manage.publisher.edit.placements.create")}}
{{model-create-button class="left" icon="browser" title="Create Placement for Publisher" click=(route-action "transitionTo" "manage.publisher.edit.placements.create")}}

{{outlet}}
2 changes: 1 addition & 1 deletion app/templates/manage/publisher/edit/topics.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@

{{/fetch-more}}

{{model-create-button icon="price-tag" title="Create Topic for Publisher" click=(route-action "transitionTo" "manage.publisher.edit.topics.create")}}
{{model-create-button class="left" icon="price-tag" title="Create Topic for Publisher" click=(route-action "transitionTo" "manage.publisher.edit.topics.create")}}

{{outlet}}
2 changes: 1 addition & 1 deletion app/templates/manage/topic/edit/placements.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

{{/fetch-more}}

{{model-create-button icon="browser" title="Create Placement for Topic" click=(route-action "transitionTo" "manage.topic.edit.placements.create")}}
{{model-create-button class="left" icon="browser" title="Create Placement for Topic" click=(route-action "transitionTo" "manage.topic.edit.placements.create")}}

{{outlet}}

0 comments on commit 971489b

Please sign in to comment.