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