Revision 3a9f4931 snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.less

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;
......
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
            &:hover {
63
                background-color: #444;
64
            }
65
        }
50 66
    }    
51 67

  
52 68
    position: relative;
......
57 73
        text-align: right;
58 74
        min-width: 200px;
59 75
        width: 200px;
76

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

Also available in: Unified diff