PHRAS-2220_feedback_window_UI__correction

This commit is contained in:
Filip Vilic
2018-09-21 20:24:42 +02:00
parent 749f75b45d
commit dd26c4dcc7
8 changed files with 12 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -130,7 +130,7 @@
<div class="PNB" style="height:40px;bottom:auto;"> <div class="PNB" style="height:40px;bottom:auto;">
<a class="Refresher btn push-back-link btn-inverse"> <a class="Refresher btn push-back-link btn-inverse">
<img src="/assets/common/images/icons/chevron-left-white.png" class="image-normal"> <img src="/assets/common/images/icons/chevron-left-white.png" class="image-normal">
<img src="/assets/common/images/icons/chevron-left-blue.png" class="image-hover"> <img src="/assets/common/images/icons/chevron-left-dark.png" class="image-hover">
<span>{{ 'See the list' | trans }}</span> <span>{{ 'See the list' | trans }}</span>
</a> </a>
<select name="like_field" style="margin-right:30px;height:25px;"> <select name="like_field" style="margin-right:30px;height:25px;">

View File

@@ -60,6 +60,15 @@
<span class="main-title"> <span class="main-title">
<img src="/assets/common/images/icons/list-grey.png"/>{{ 'Lists' | trans }} <img src="/assets/common/images/icons/list-grey.png"/>{{ 'Lists' | trans }}
</span> </span>
<a href="{{ path('prod_lists_all') }}" class="list_refresh push-refresh-list-action btn pull-right" style="margin-top: -2px;">
{% if context == 'Push' %}
<img src="/assets/common/images/icons/blue-refresh.png" alt="Refresh list" class="image-normal">
{% else %}
<img src="/assets/common/images/icons/green-refresh.png" alt="Refresh list" class="image-normal">
{% endif %}
<img src="/assets/common/images/icons/white-refresh.png" alt="Refresh list" class="image-hover">
</a>
</div> </div>
<ul class="lists"> <ul class="lists">
{% for list in lists %} {% for list in lists %}

View File

@@ -1,5 +1,5 @@
<script type="text/template" id="list_user_tpl"> <script type="text/template" id="list_user_tpl">
<li class="list-item user" class=""> <li class="list-item user">
<a> <a>
<table> <table>
<tr> <tr>
@@ -35,7 +35,7 @@
</script> </script>
<script type="text/template" id="list_list_tpl"> <script type="text/template" id="list_list_tpl">
<li class="list-item list" class="width:280px;height:45px;"> <li class="list-item list">
<a> <a>
<table> <table>
<tr> <tr>