GridFieldBulkEditingTools/css/GridFieldBulkManager.css
colymba 5b79b94496 Move BulkManager commands to header
BulkManager has it's own header and template
2013-04-16 23:38:35 +03:00

59 lines
1.0 KiB
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;*/
}
#bulkManagerOptions th.bulkmanagerselect
{
text-align: center;
}
#bulkActionName
{
display: inline-block;
border: none;
box-shadow: none;
padding: 0;
margin: 0;
color: #000;
}
#bulkActionName #bulkActionName_chzn
{
width: auto !important;
}
#bulkActionName .chzn-drop
{
width: 95% !important;
}
.cms table.ss-gridfield-table tbody td a.tempDisabledEditLink
{
background: url('../../framework/admin/images/btn-icon/document--pencil.png') no-repeat 2px 0px;
display: inline-block;
width: 20px;
height: 20px;
text-indent: 119988px;
overflow: hidden;
vertical-align: middle;
background-position: 2px 0px;
background-repeat: no-repeat no-repeat;
}
/* ************************************************************************
* EDITING
*/