BulkManager style update

This commit is contained in:
colymba 2014-04-06 20:30:08 +03:00 committed by Thierry Francois
parent 043f889249
commit c1c99e6a50
3 changed files with 88 additions and 43 deletions

View File

@ -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; }

View 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;
}
}
}

View File

@ -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>