Revision 25d9d4d0 snf-astakos-app/astakos/im/static/im/less/xtra.less

b/snf-astakos-app/astakos/im/static/im/less/xtra.less
16 16
.button {
17 17
    #font.main();
18 18
    background-color: @buttonBg;
19
    .transit(background-color);
20 19
    color: @buttonColor;
21 20
    border: none;
22 21
    padding: 0.8em @gridGutterWidth;
......
26 25
        background-color: @linkColor;    
27 26
    }
28 27

  
29
    a {
30
        color: @white !important;
31
        text-decoration: none !important;
32
        border: none !important;
28
    &.back {
29
        text-decoration: none;
30
        bottom: 0;
31
        float: right;
32
        &.right { right: 0}
33
        z-index: 500;
33 34
    }
34 35
}
35 36

  
36
a.button {
37
    color: @white !important;
38
    text-decoration: none !important;
39
    border: none !important;
40
}
41

  
42
// specific styles for A buttons
43
a.button {
44
    text-align: center !important;
45
    color: #fff !important;
46
    border: none !important;
47
    display: block !important;
48

  
49
    &:hover {
50
        color: #fff !important;    
51
    }
52
}
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;
37
.buttons-list {
38
    z-index: 300;
39
    position: relative;
40
    .button {
41
        margin-left: 10px;    
42
    }    
60 43

  
61
    &:hover {
62
        color: #fff !important;    
44
    &.fixpos {
45
        margin-top: -42px;    
63 46
    }
64 47
}
65 48

  

Also available in: Unified diff