Revision f289215d

b/snf-astakos-app/Changelog
1
v0.3.2
2
======
3

  
4
- improved styles of sign up button
5
- do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
6
  set 
7
- updated cloudbar styles
8

  
9

  
1 10
v0.3.1
2 11
======
3 12

  
b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css
5 5
 * Snippets of reusable CSS to develop faster and keep code readable
6 6
 * ----------------------------------------------------------------- */
7 7
.servicesbar {
8
  font-family: arial, sans-serif;
8
  font-family: arial, sans-serif !important;
9 9
  font-size: 13px !important;
10 10
  line-height: 13px;
11 11
  letter-spacing: 0px;
......
35 35
}
36 36
.servicesbar a {
37 37
  border: none !important;
38
  font-size: inherit !important;
38
  font-family: arial, sans-serif !important;
39
  font-size: 13px !important;
39 40
  color: #e6e6e6;
40 41
  text-decoration: none;
41 42
  display: block;
......
44 45
  height: 13px;
45 46
}
46 47
.servicesbar a:hover {
47
  background-color: #444;
48
  background-color: #333;
48 49
}
49 50
.servicesbar a.active {
50 51
  font-weight: bold;
52
  font-size: 13px !important;
51 53
  background-color: #333;
52 54
}
53 55
.servicesbar a img {
......
66 68
.servicesbar .services:after {
67 69
  clear: both;
68 70
}
71
.servicesbar .services a {
72
  font-size: 13px !important;
73
  font-weight: bold;
74
  color: #ccc;
75
}
76
.servicesbar .services a.active {
77
  font-size: 13px !important;
78
  color: #ffffff !important;
79
}
69 80
.servicesbar .profile {
70 81
  margin-top: -35px;
71 82
  zoom: 1;
......
86 97
.servicesbar .profile:after {
87 98
  clear: both;
88 99
}
100
.servicesbar .profile .user > a {
101
  font-weight: bold !important;
102
  font-size: 12px !important;
103
}
89 104
.servicesbar .profile a {
90 105
  float: none;
91 106
}
b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.less
10 10
    // mini reset
11 11
    ol, ul { list-style:none; margin:0; padding:0;}
12 12
    li {margin:0; padding:0;}
13
    font-family: arial, sans-serif;
13
    font-family: arial, sans-serif !important;
14 14
    font-size: 13px !important;
15 15
    line-height: 13px;
16 16
    letter-spacing: 0px;
......
23 23

  
24 24
    a {
25 25
        border: none !important;
26
        font-size: inherit !important;
26
        font-family: arial, sans-serif !important;
27
        font-size: 13px !important;
27 28
        color: @toolbarColor;    
28 29
        text-decoration: none;
29 30
        display: block;
......
31 32
        padding: 11px;
32 33
        height: 13px;
33 34
        &:hover {
34
            background-color: #444;
35
            background-color: #333;
35 36
        }
36 37
        &.active {
37 38
            font-weight: bold;
39
            font-size: 13px !important;
38 40
            background-color: #333;
39 41
        }
40 42

  
......
47 49

  
48 50
    .services {
49 51
        .clearfix();
52

  
53
        a {
54
            font-size: 13px !important;
55
            font-weight: bold;
56
            color: #ccc;
57

  
58
            &.active {
59
                font-size: 13px !important;    
60
                color: @white !important;
61
            }
62
        }
50 63
    }    
51 64

  
52 65
    position: relative;
......
57 70
        text-align: right;
58 71
        min-width: 200px;
59 72
        width: 200px;
73

  
74
        .user {
75
            &> a {
76
                font-weight: bold !important;
77
                font-size: 12px !important;
78
            }    
79
        }
60 80
        a {
61 81
                    float: none;
62 82
        }

Also available in: Unified diff