GridFieldBulkEditingTools/css/GridFieldBulkManager.css
colymba d42fa2f4e3 API: creating GridFieldBulkManager basic elements
Create component's files and initial UI styles and behaviours
2012-08-11 01:19:13 +03:00

31 lines
502 B
CSS

/* ************************************************************************
* GRIDFIELD
*/
.cms table.ss-gridfield-table tbody .col-bulkSelect {
width: 25px;
padding: 0 10px;
text-align: center;
}
#bulkManagerOptions
{
float: right;
margin: 0 0 0 20px;
}
#bulkActionName
{
display: inline-block;
border: none;
box-shadow: none;
}
#bulkActionName #bulkActionName_chzn
{
width: auto !important;
}
/* ************************************************************************
* EDITING
*/