aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/style.less
blob: c36c4290f204d01240c702e9d2c7d0cfab782ac5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@import "mixin.less";
@import "color.less";
@import "index.less";

div.medium_modal{
    width:970px;
    margin-left:-485px;
}
span.check{
    width:14px;
    height:14px;
    border:@gray 1px solid;
    position:relative;
    display:inline-block;

    &:hover{
        background-color:fade(@black,10%);
    }

    i{
        position:absolute;
        top:-2px;
        left:0px;
    }
}
span.check_bold{
    border:@darkgray 2px solid;
}
.time{
    font-size:@SmallFontSize;
}
.uneditable-input{
    cursor:default;
}