Revision 7fa8ecdf cloudcms/static/cloudcms/less/xtra.less

b/cloudcms/static/cloudcms/less/xtra.less
24 24
    &:hover {
25 25
        background-color: @linkColor;    
26 26
    }
27

  
28
    &.back {
29
        text-decoration: none;
30
        bottom: 0;
31
        float: right;
32
        &.right { right: 0}
33
        z-index: 500;
34
    }
35
}
36

  
37
.buttons-list {
38
    z-index: 300;
39
    position: relative;
40
    .button {
41
        margin-left: 10px;    
42
    }    
43

  
44
    &.fixpos {
45
        margin-top: -42px;    
46
    }
27 47
}
28 48

  
29 49
// specific styles for A buttons
......
39 59
}
40 60

  
41 61

  
42
.transit(@type:color, @time:.15s, @easing:linear) {
62
.transit(@type:color, @time:.15s, @easing:ease-in-out) {
43 63
    -webkit-transition: @type @time @easing;
64
    -moz-transition: @type @time @easing;
44 65
    transition: @type @time @easing;
45 66
}
46 67

  

Also available in: Unified diff