Rushabh Mehta
há 6 anos
committed by
GitHub
ascendente
cometimento
7362a0151f
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
2 ficheiros alterados com
7 adições e
1 eliminações
-
frappe/public/js/frappe/form/footer/timeline_item.html
-
frappe/public/less/form.less
|
|
@@ -1,4 +1,4 @@ |
|
|
|
<div class="media timeline-item {% if (data.user_content) { %} user-content {% } else { %} notification-content {% } %}" data-doctype="{{ data.doctype }}" data-name="{%= data.name %}"> |
|
|
|
<div class="media timeline-item {% if (data.user_content) { %} user-content {% } else { %} notification-content {% } %}" data-doctype="{{ data.doctype }}" data-name="{%= data.name %}" data-communication-type = "{{ data.communication_type }}"> |
|
|
|
{% if (data.user_content) { %} |
|
|
|
<span class="pull-left avatar avatar-medium hidden-xs" style="margin-top: 1px"> |
|
|
|
{% if(data.user_info.image) { %} |
|
|
|
|
|
@@ -352,6 +352,12 @@ h6.uppercase, .h6.uppercase { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.timeline-item[data-communication-type="Comment"] { |
|
|
|
.reply { |
|
|
|
background-color: @light-yellow; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.timeline-items { |
|
|
|
position: relative; |
|
|
|
} |
|
|
|