mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
BulkManager style update
This commit is contained in:
parent
043f889249
commit
c1c99e6a50
@ -1,43 +1,25 @@
|
||||
/* ************************************************************************
|
||||
* GRIDFIELD
|
||||
*/
|
||||
|
||||
.cms table.ss-gridfield-table tr.bulkManagerOptions th.bulkmanagerselect {
|
||||
text-align: center; }
|
||||
.cms table.ss-gridfield-table tr.bulkManagerOptions th.bulkmanagerselect input {
|
||||
margin-left: 0; }
|
||||
.cms table.ss-gridfield-table tr.bulkManagerOptions .dropdown {
|
||||
display: inline-block;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: #000;
|
||||
vertical-align: top; }
|
||||
.cms table.ss-gridfield-table tr.bulkManagerOptions .doBulkActionButton .ui-button-text {
|
||||
padding: 6px 0 5px 2.1em; }
|
||||
.cms table.ss-gridfield-table tr.bulkManagerOptions .doBulkActionButton .loading .ui-icon {
|
||||
background: transparent url(../../framework/images/network-save.gif) no-repeat 0 0; }
|
||||
.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;
|
||||
}
|
||||
|
||||
.doBulkActionButton.loading .ui-icon
|
||||
{
|
||||
background: transparent url(../../framework/images/network-save.gif) no-repeat 0 0;
|
||||
}
|
||||
|
||||
.cms table.ss-gridfield-table tbody td a.tempDisabledEditLink
|
||||
{
|
||||
background: url('../../framework/admin/images/btn-icon/document--pencil.png') no-repeat 2px 0px;
|
||||
width: 25px;
|
||||
padding: 0 10px;
|
||||
text-align: center; }
|
||||
.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;
|
||||
@ -45,5 +27,4 @@
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
background-position: 2px 0px;
|
||||
background-repeat: no-repeat no-repeat;
|
||||
}
|
||||
background-repeat: no-repeat no-repeat; }
|
||||
|
64
bulkManager/css/GridFieldBulkManager.scss
Normal file
64
bulkManager/css/GridFieldBulkManager.scss
Normal file
@ -0,0 +1,64 @@
|
||||
.cms table.ss-gridfield-table
|
||||
{
|
||||
tr.bulkManagerOptions
|
||||
{
|
||||
th.bulkmanagerselect
|
||||
{
|
||||
text-align: center;
|
||||
|
||||
input
|
||||
{
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
||||
.loading .ui-icon
|
||||
{
|
||||
background: transparent url(../../framework/images/network-save.gif) no-repeat 0 0;
|
||||
}
|
||||
}
|
||||
}// .bulkManagerOptions
|
||||
|
||||
tbody
|
||||
{
|
||||
.col-bulkSelect
|
||||
{
|
||||
width: 25px;
|
||||
padding: 0 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
<tr class="bulkManagerOptions">
|
||||
<th class="extra bulkmanagerheading" colspan="$Colspan">
|
||||
<th class="main bulkmanagerheading" colspan="$Colspan">
|
||||
|
||||
$Menu
|
||||
<a data-url="$Button.DataURL" data-config="$Button.DataConfig" class="doBulkActionButton ss-ui-button" data-icon="$Button.Icon">
|
||||
@ -7,7 +7,7 @@
|
||||
</a>
|
||||
|
||||
</th>
|
||||
<th class="extra bulkmanagerselect">
|
||||
<th class="main bulkmanagerselect">
|
||||
<input class="no-change-track bulkSelectAll" type="checkbox" title="$Select.Label" name="toggleSelectAll" />
|
||||
</th>
|
||||
</tr>
|
Loading…
Reference in New Issue
Block a user