2012-12-23 12:37:59 +01:00
|
|
|
/**
|
|
|
|
* GridFieldAddExistingSearchButton
|
|
|
|
*/
|
|
|
|
|
|
|
|
.add-existing-search-dialog {
|
|
|
|
min-width: inherit !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-existing-search-dialog .add-existing-search-form .field {
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-existing-search-dialog .add-existing-search-form .field label {
|
|
|
|
padding-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-existing-search-dialog .add-existing-search-form .Actions {
|
|
|
|
margin-top: 10px;
|
2012-12-30 06:24:35 +01:00
|
|
|
padding: 0;
|
2012-12-23 12:37:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.add-existing-search-dialog .add-existing-search-items li a {
|
|
|
|
background: #FFF;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-color: #CCC;
|
|
|
|
border-left-width: 1px;
|
|
|
|
border-right-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
display: block;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-existing-search-dialog .add-existing-search-items li:first-child a {
|
2013-03-28 10:40:33 +01:00
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
2012-12-23 12:37:59 +01:00
|
|
|
border-top-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-existing-search-dialog .add-existing-search-items li:last-child a {
|
2013-03-28 10:40:33 +01:00
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
2012-12-23 12:37:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.add-existing-search-dialog .add-existing-search-items li a:hover {
|
|
|
|
background: #F4F4F4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-existing-search-dialog .add-existing-search-pagination li {
|
|
|
|
background: #FFF;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
margin-right: 2px;
|
|
|
|
margin-top: 12px;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
2012-12-30 06:12:06 +01:00
|
|
|
|
2013-02-10 07:10:54 +01:00
|
|
|
/**
|
|
|
|
* GridFieldAddNewInlineButton
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ss-gridfield-inline-new {
|
|
|
|
background: #EFE;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ss-gridfield-inline-new:nth-child(2n) {
|
|
|
|
background: #DFD;
|
|
|
|
}
|
|
|
|
|
2013-02-02 04:14:59 +01:00
|
|
|
/**
|
|
|
|
* GridFieldAddNewMultiClass
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ss-gridfield-add-new-multi-class {
|
|
|
|
margin-bottom: 8px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ss-gridfield-add-new-multi-class .field {
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
float: left;
|
|
|
|
margin: 0 4px 0 0;
|
|
|
|
}
|
|
|
|
|
2013-02-07 12:31:12 +01:00
|
|
|
/**
|
|
|
|
* GridFieldEditableColumns
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ss-gridfield-editable .readonly {
|
|
|
|
padding-top: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ss-gridfield-editable input.text,
|
|
|
|
.ss-gridfield-editable textarea,
|
|
|
|
.ss-gridfield-editable select,
|
|
|
|
.ss-gridfield-editable .TreeDropdownField {
|
|
|
|
margin: 0 !important;
|
|
|
|
max-width: none !important;
|
|
|
|
}
|
|
|
|
|
2013-02-08 16:19:30 +01:00
|
|
|
.ss-gridfield-add-new-inline span.readonly {
|
|
|
|
color: #FFF !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ss-gridfield-add-new-inline .col-buttons {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2012-12-30 06:12:06 +01:00
|
|
|
/**
|
|
|
|
* GridFieldOrderableRows
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ss-gridfield-orderable thead tr th.col-Reorder span {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ss-gridfield-orderable .col-reorder {
|
2014-12-02 16:05:01 +01:00
|
|
|
position: relative;
|
2012-12-30 06:12:06 +01:00
|
|
|
padding: 0 !important;
|
|
|
|
width: 16px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ss-gridfield-orderable .col-reorder .handle {
|
2014-12-02 16:05:01 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2012-12-30 06:12:06 +01:00
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
2014-12-02 16:05:01 +01:00
|
|
|
.ss-gridfield-orderable .col-reorder .handle .icon {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
width: 5px;
|
|
|
|
height: 11px;
|
|
|
|
margin: -5px 0 0 -2px;
|
|
|
|
background-image: url('../../framework/thirdparty/jquery-ui-themes/smoothness/images/ui-icons_222222_256x240.png');
|
|
|
|
background-position: -5px -227px;
|
2012-12-30 06:12:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.ss-gridfield-orderhelper {
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, .1);
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, .1);
|
|
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, .4);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ss-gridfield-orderable tfoot .ui-droppable {
|
|
|
|
padding-left: 12px;
|
|
|
|
padding-right: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ss-gridfield-orderable tfoot .ui-droppable-active {
|
|
|
|
background-color: #D4CF90 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ss-gridfield-orderable tfoot .ss-gridfield-previouspage {
|
|
|
|
background-position: -16px 9px !important;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ss-gridfield-orderable tfoot .ss-gridfield-nextpage {
|
|
|
|
background-position: -40px 9px !important;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|