2012-08-11 00:19:13 +02:00
|
|
|
/* ************************************************************************
|
|
|
|
* GRIDFIELD
|
|
|
|
*/
|
|
|
|
|
|
|
|
.cms table.ss-gridfield-table tbody .col-bulkSelect {
|
|
|
|
width: 25px;
|
|
|
|
padding: 0 10px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-04-29 18:01:32 +02:00
|
|
|
.bulkManagerOptions
|
2012-08-11 00:19:13 +02:00
|
|
|
{
|
2013-04-16 22:38:35 +02:00
|
|
|
}
|
|
|
|
|
2013-04-29 18:01:32 +02:00
|
|
|
.bulkManagerOptions th.bulkmanagerselect
|
2013-04-16 22:38:35 +02:00
|
|
|
{
|
|
|
|
text-align: center;
|
2012-08-11 00:19:13 +02:00
|
|
|
}
|
|
|
|
|
2013-04-29 18:01:32 +02:00
|
|
|
.bulkManagerOptions .dropdown
|
2012-08-11 00:19:13 +02:00
|
|
|
{
|
|
|
|
display: inline-block;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
2013-04-16 22:38:35 +02:00
|
|
|
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
color: #000;
|
2012-08-11 00:19:13 +02:00
|
|
|
}
|
|
|
|
|
2012-09-05 20:14:44 +02:00
|
|
|
.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;
|
2013-04-29 18:03:32 +02:00
|
|
|
}
|