GridFieldBulkEditingTools/client/src/styles/manager.scss

68 lines
1.0 KiB
SCSS
Raw Normal View History

.cms table.grid-field__table
2014-04-06 19:30:08 +02:00
{
tr.bulkManagerOptions
{
th.bulkmanagerheading {
padding-left: 40px;
}
2014-04-06 19:30:08 +02:00
th.bulkmanagerselect
{
text-align: center;
input
{
margin-left: 0;
}
}
.title
{
margin: 0 0 2px 2px;
}
.dropdown
2014-04-06 19:30:08 +02:00
{
display: inline-block;
border: none;
box-shadow: none;
padding: 0;
margin: 0;
color: #000;
vertical-align: top;
}
.doBulkActionButton
{
img
2014-04-06 19:30:08 +02:00
{
height: 20px;
2014-04-06 19:30:08 +02:00
}
}
}// .bulkManagerOptions
tbody
{
.col-bulkSelect
{
width: 25px;
text-align: center;
}
2018-02-01 08:39:12 +01:00
/*
2014-04-06 19:30:08 +02:00
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;
2018-02-01 08:39:12 +01:00
}*/
2014-04-06 19:30:08 +02:00
}
}