GridFieldBulkEditingTools/client/src/styles/manager.scss

78 lines
1.3 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
{
.ui-button-text
{
padding: 6px 0 5px 2.1em; //3px 0 2px 1.05em; //
.ui-button-text
{
padding: 0;
}
2014-04-06 19:30:08 +02:00
}
.loading .ui-icon
{
2018-02-01 08:39:12 +01:00
//background: transparent url(../../framework/images/network-save.gif) no-repeat 0 0;
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
}
}