liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
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
44
45
46
47
 
.ui-portlet-column {
    float: left;
    padding-bottom: 100px;
}
 
.ui-portlet-header {
    padding: .4em 0.7em;
    color:#fff !important;
}
 
.ui-portlet-header .ui-icon {
    float: right;
}
.ui-portlet-close{
    margin-top:0px !important;
}
 
.ui-portlet-item {
    margin: 0 1em 1em 0;
}
 
.ui-portlet-content {
    padding: 0.3em;
    overflow-y:auto;
    background-color:rgb(255, 253, 240);
    color:rgb(27, 16, 6);
    height:auto !important; 
    height:100px; 
    min-height:100px !important; 
    overflow-y:hidden !important;
}
 
.ui-portlet-header .ui-portlet-header-icon {
    float: left;
    margin: 0 0.2em 0 -0.5em;
}
 
.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 50px !important;
}
 
.ui-sortable-placeholder * {
    visibility: hidden;
}