Revision 68cb6899

b/.gitignore
1 1
docs/build
2 2
*.db
3 3
*.pyc
4
*.egg-info
4 5
.DS_Store
5 6
snf-astakos-app/astakos/version.py
b/snf-astakos-app/Changelog
1
=======
2 1
v0.3.3
3 2
======
4 3

  
b/snf-astakos-app/astakos/im/models.py
173 173
        conn = exchange_connect(QUEUE_CONNECTION)
174 174
        routing_key = QUEUE_CONNECTION.replace('*', 'user')
175 175
        exchange_send(conn, routing_key, body)
176
        exchange_close(conn)
176
        exchange_close(conn)
b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css
107 107
.servicesbar .profile .user.active {
108 108
  background-color: #333;
109 109
}
110

  
111 110
.servicesbar .profile a {
112 111
  float: none;
113 112
}
b/snf-astakos-app/astakos/im/static/im/less/xtra.less
51 51
    }
52 52
}
53 53

  
54
// specific styles for A buttons
55
a.button {
56
    text-align: center !important;
57
    color: #fff !important;
58
    border: none !important;
59
    display: block !important;
60

  
61
    &:hover {
62
        color: #fff !important;    
63
    }
64
}
65

  
54 66

  
55 67
.transit(@type:color, @time:.15s, @easing:linear) {
56 68
    -webkit-transition: @type @time @easing;

Also available in: Unified diff