aboutsummaryrefslogblamecommitdiffstats
path: root/src/css/manage_square.less
blob: 87f1ca759c36c933e720863723c0045061a10d25 (plain) (tree)
1
2
3
4
5
6
7



                     
                       
                       
                             





                           


                          

                

                        




                                




                                           




                                      


           
@import 'color.less';
@import 'mixin.less';

#index_page{
    div.create,div.set{
        div.modal-body{
            min-height:320px;

            img.logo{
                width:96px;
            }
        }
    }
    div.oper{
        text-align:center;
    }
    table.list{
        tr.item{
            height:48px;

            td.time{
                div.time{
                    height:12px;
                }
            }
            td.cate{
                span.label{
                    margin-right:@SmallPad;
                }
            }
            td.oper{
                div.btn-group{
                    position:absolute;
                }
            }
        }  
    }
}