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
|
/*!
* Ext JS Library 3.4.0
* Copyright(c) 2006-2011 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
.x-portal .x-panel-dd-spacer {
margin-bottom:10px;
}
.x-portlet {
margin-bottom:10px;
}
/* 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;
}
|