mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
44 lines
819 B
CSS
44 lines
819 B
CSS
/* ************************************************************************
|
|
* GRIDFIELD
|
|
*/
|
|
|
|
.cms table.ss-gridfield-table tbody .col-bulkSelect {
|
|
width: 25px;
|
|
padding: 0 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.bulkManagerOptions
|
|
{
|
|
}
|
|
|
|
.bulkManagerOptions th.bulkmanagerselect
|
|
{
|
|
text-align: center;
|
|
}
|
|
|
|
.bulkManagerOptions .dropdown
|
|
{
|
|
display: inline-block;
|
|
border: none;
|
|
box-shadow: none;
|
|
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
color: #000;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.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;
|
|
} |