mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
31 lines
502 B
CSS
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
|
||
|
*/
|