aboutsummaryrefslogblamecommitdiffstats
path: root/src/css/mail.less
blob: 940ff28d42fa71d64bd69c9053909a1a4595c505 (plain) (tree)
1
2
3
4
5
6
7
8


                     



                       
                         




                       

         


                          
                   


















                                   




                           
@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;
        }
    }
}