Commit dd508a9a authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix #110

parent 8d9c0123
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -7510,6 +7510,18 @@ span[class*="status-400"] .icon:before {
[class*="icon-tutelle-de-gestion"]:before {
  content: '\e851'; }

[class*="icon-Activity"]:before {
  content: '\e880'; }

[class*="icon-Application"]:before {
  content: '\e87d'; }

[class*="icon-Person"]:before {
  content: '\e89a'; }

[class*="icon-Organization"]:before {
  content: '\e876'; }

/*
span[class*="status-102"] .icon:before{ content: '\e85e '}
span[class*="status-4"] .icon:before{ content: '\e865 '}
@@ -8360,6 +8372,10 @@ time.date-missing {
        background: white; }
        #notifications-area .list article:hover h4 a {
          color: #333; }
      #notifications-area .list article a {
        color: #790629; }
        #notifications-area .list article a:hover {
          background: transparent; }

@keyframes fresh {
  from {
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ define(['exports', 'vue', 'vue-resource', 'mm'], function (exports, _vue, _vueRe
                if (match = reg.exec(message)) {
                    return message.replace(reg, "$1" + '<a href="' + this.urlActivityShow + '$2">$3</a> $4');
                }
                return 'URLIZE:' + message;
                return message;
            },
            deleteNotification: function deleteNotification(notifs) {
                var _this = this;
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ var notifications = Vue.extend({
            if( match = reg.exec(message) ){
                return message.replace(reg, "$1"+'<a href="' + this.urlActivityShow +'$2">$3</a> $4');
            }
            return 'URLIZE:' + message;
            return message;
        },
        deleteNotification(notifs) {
            this.loading = true;