mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
e185eed537
Progress tracking wasn't possible anymore. And this forces user to use the page's save/publish buttons now. So not a bad thing...
71 lines
2.8 KiB
CSS
71 lines
2.8 KiB
CSS
.cms table.grid-field__table tr.bulkManagerOptions th {
|
|
text-transform: none; }
|
|
.cms table.grid-field__table tr.bulkManagerOptions th .bulkActionName {
|
|
float: left; }
|
|
.cms table.grid-field__table tr.bulkManagerOptions th .bulkActionName .form__field-holder {
|
|
min-width: 200px;
|
|
margin-left: 0; }
|
|
.cms table.grid-field__table tr.bulkManagerOptions th .bulkActionName .chosen-container {
|
|
min-width: 120px; }
|
|
.cms table.grid-field__table tr.bulkManagerOptions th .bulkActionName .chosen-container-single .chosen-single {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0; }
|
|
.cms table.grid-field__table tr.bulkManagerOptions th .doBulkActionButton {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
height: 36px;
|
|
line-height: 26px;
|
|
margin-left: -1px; }
|
|
.cms table.grid-field__table tr.bulkManagerOptions th .doBulkActionButton img {
|
|
height: 20px; }
|
|
|
|
.cms table.grid-field__table tbody .col-bulkSelect {
|
|
width: 25px;
|
|
text-align: center; }
|
|
#bulkEditHeader {
|
|
float: left;
|
|
width: 70%;
|
|
margin: 40px 0 20px 0;
|
|
font-size: 30px;
|
|
font-weight: bold; }
|
|
|
|
#bulkEditToggle {
|
|
float: right;
|
|
clear: right;
|
|
width: 25%;
|
|
margin: 40px 0 20px 0;
|
|
text-decoration: underline;
|
|
text-align: right;
|
|
cursor: pointer; }
|
|
|
|
.bulkEditingFieldHolder {
|
|
position: relative;
|
|
float: left;
|
|
width: 100%; }
|
|
.bulkEditingFieldHolder.hasUpdate .ui-accordion-header {
|
|
background-color: #f2ba11;
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2ba11), color-stop(100%, #df6e00));
|
|
background-image: -webkit-linear-gradient(top, #f2ba11 0%, #df6e00 100%);
|
|
background-image: -moz-linear-gradient(top, #f2ba11 0%, #df6e00 100%);
|
|
background-image: -o-linear-gradient(top, #f2ba11 0%, #df6e00 100%);
|
|
background-image: -ms-linear-gradient(top, #f2ba11 0%, #df6e00 100%);
|
|
background-image: linear-gradient(top, #f2ba11 0%, #df6e00 100%); }
|
|
.bulkEditingFieldHolder.hasUpdate .ui-accordion-header a {
|
|
color: #fff;
|
|
text-shadow: none; }
|
|
.bulkEditingFieldHolder.updated .ui-accordion-header {
|
|
background-color: #a4ca3a;
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a4ca3a), color-stop(100%, #59781D));
|
|
background-image: -webkit-linear-gradient(top, #a4ca3a 0%, #59781D 100%);
|
|
background-image: -moz-linear-gradient(top, #a4ca3a 0%, #59781D 100%);
|
|
background-image: -o-linear-gradient(top, #a4ca3a 0%, #59781D 100%);
|
|
background-image: -ms-linear-gradient(top, #a4ca3a 0%, #59781D 100%);
|
|
background-image: linear-gradient(top, #a4ca3a 0%, #59781D 100%); }
|
|
.bulkEditingFieldHolder.updated .ui-accordion-header a {
|
|
color: #fff;
|
|
text-shadow: none; }
|
|
.bulkUploader .uploadfield__droptext::before {
|
|
text-transform: none;
|
|
content: "b"; }
|
|
|
|
/*# sourceMappingURL=bulkTools.css.map*/ |