PHRAS-2219_push_window__corrections fix

This commit is contained in:
Filip Vilic
2018-09-19 13:07:43 +02:00
parent 37a8c0b4cd
commit 04590f4acb

View File

@@ -10,7 +10,7 @@
</div>
<div class="pull-left">
{% if app.getAclForUser(app.getAuthenticatedUser()).has_right(constant('\\ACL::CANADMIN')) %}
<a href="#" class="push-add-user push-add-user-listmanager btn btn-push-orange" style="width:120px;margin-left:30px;margin-top:2px;">
<a href="#" class="push-add-user listmanager-add-user btn btn-push-orange">
<img src="/assets/common/images/icons/orange-plus.png" class="image-normal">
<img src="/assets/common/images/icons/white-plus.png" class="image-hover">
{{ 'Create a user' | trans }}
@@ -45,7 +45,7 @@
<div class="pull-right">
<div class="pull-left" style="margin-right:45px;">
{% if list.getOwner(app.getAuthenticatedUser()).getRole() >= constant('Alchemy\\Phrasea\\Model\\Entities\\UsrListOwner::ROLE_EDITOR') %}
<button class="EditToggle btn btn-push-orange btn-orange-inverse" style="line-height: 22px; width:128px;">
<button class="EditToggle btn btn-push-orange btn-orange-inverse" style="line-height: 19px; width:128px;">
{{ 'Advanced mode' | trans }}
</button>
{% endif %}