1 line
469 B
CSS
1 line
469 B
CSS
/* Clean up the look of the portlets */
|
|
.x-portlet .x-panel-ml {
|
|
padding-left:2px;
|
|
}
|
|
.x-portlet .x-panel-mr {
|
|
padding-right:2px;
|
|
}
|
|
.x-portlet .x-panel-bl {
|
|
padding-left:2px;
|
|
}
|
|
|
|
.x-portlet .x-panel-br {
|
|
padding-right:2px;
|
|
}
|
|
.x-portlet .x-panel-body {
|
|
background:white;
|
|
}
|
|
.x-portlet .x-panel-mc {
|
|
padding-top:2px;
|
|
}
|
|
.x-portlet .x-panel-bc .x-panel-footer {
|
|
padding-bottom:2px;
|
|
}
|
|
.x-portlet .x-panel-nofooter .x-panel-bc {
|
|
height:2px;
|
|
}
|