GridFieldBulkEditingTools/css/GridFieldBulkManager.css

59 lines
1.0 KiB
CSS
Raw Normal View History

/* ************************************************************************
* 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
*/