aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/mail.less
blob: 940ff28d42fa71d64bd69c9053909a1a4595c505 (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
35
36
37
38
39
40
41
42
43
@import "mixin.less";
@import "color.less";

#index_page{
    div.newmail{
        div.content{
            width:100%;
            height:256px;
        }
    }
    div.readmail{
        div.content{
            width:100%;
        }
    }
    div.oper{
        text-align:center;
    }
    table.maillist{
        position:relative;
        left:-39px;

        th.check{
            width:16px;
            text-align:center;

            span.check{
                margin-bottom:-2px;
            }
        }
        td.check{
            width:16px;
            text-align:center;

            span.check{
                margin-top:4px;
            }
        }
        tr.item{
            cursor:pointer;
        }
    }
}