aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/manage_square.less
blob: b4f5921cab16686a370597716e38a418c0119eb2 (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
@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{
            td.time{
                div.time{
                    height:12px;
                }
            }
            td.cate{
                span.label{
                    margin-right:@SmallPad;
                }
            }
        }  
    }
}