aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/manage_square.less
blob: 87f1ca759c36c933e720863723c0045061a10d25 (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
@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;
                }
            }
        }  
    }
}