2014-05-01 23:03:43 +02:00
|
|
|
#bulkEditHeader {
|
|
|
|
float: left;
|
2014-05-10 13:36:36 +02:00
|
|
|
width: 70%;
|
2014-05-01 23:03:43 +02:00
|
|
|
margin: 40px 0 20px 0;
|
|
|
|
font-size: 30px;
|
|
|
|
font-weight: bold; }
|
2013-12-05 17:29:47 +01:00
|
|
|
|
2014-05-01 23:03:43 +02:00
|
|
|
#bulkEditToggle {
|
|
|
|
float: right;
|
|
|
|
clear: right;
|
2014-05-10 13:36:36 +02:00
|
|
|
width: 25%;
|
2014-05-01 23:03:43 +02:00
|
|
|
margin: 40px 0 20px 0;
|
|
|
|
text-decoration: underline;
|
2014-05-10 13:19:49 +02:00
|
|
|
text-align: right;
|
2014-05-01 23:03:43 +02:00
|
|
|
cursor: pointer; }
|
2013-12-05 17:29:47 +01:00
|
|
|
|
2014-05-04 13:34:31 +02:00
|
|
|
.bulkEditingFieldHolder {
|
2014-05-01 23:03:43 +02:00
|
|
|
position: relative;
|
|
|
|
float: left;
|
|
|
|
width: 100%; }
|
2014-05-04 13:34:31 +02:00
|
|
|
.bulkEditingFieldHolder.hasUpdate .ui-accordion-header {
|
2014-05-01 23:03:43 +02:00
|
|
|
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%); }
|
2014-05-04 13:34:31 +02:00
|
|
|
.bulkEditingFieldHolder.hasUpdate .ui-accordion-header a {
|
2014-05-01 23:03:43 +02:00
|
|
|
color: #fff;
|
|
|
|
text-shadow: none; }
|
2014-05-04 13:34:31 +02:00
|
|
|
.bulkEditingFieldHolder.updated .ui-accordion-header {
|
2014-05-01 23:03:43 +02:00
|
|
|
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%); }
|
2014-05-04 13:34:31 +02:00
|
|
|
.bulkEditingFieldHolder.updated .ui-accordion-header a {
|
2014-05-01 23:03:43 +02:00
|
|
|
color: #fff;
|
|
|
|
text-shadow: none; }
|