Insert media into TinyMCE modal, styling fixes and improvements (#5967)
* Remove interference of nested for__fieldgroup-item
* Adjust position of dropdown field
* Remove divider lines, adjust position of upload area
Clean up styles a bit too
* Adjust position of image
* Mostly css tidy up, added use of a few variables
* Toggle arrow was showing other icon because of icon height
* All buttons in toolbars remove margin below, adjust button link color
* Reorder sort and filter, add toolbar styles
* Add button styles to toolbar
* Remove some of the linting issues
* Added new panel variables
* Simplify variable
* Replace panel variable, insert media dialog positioning
* Update with new variable name, reduce space below toolbar
* Build
* Uploading file spacing, toolbar styles added
* Visual uploads, error upload fixes, edit details panel spacing
* Add toolbar to upload modal
* build
* Build
* increase width of pagination on gridfield
* Add height to uploading items only
* Build
* Added class back for beat test to pass
2016-09-14 03:48:33 +02:00
|
|
|
.grid-field__row--drillable{cursor:pointer}.grid-field__cell--actions{white-space:nowrap;width:1px}.filter-buttons{min-width:68px}.cms .grid-field>.addNewGridFieldButton{margin-bottom:0}.cms .grid-field>.addNewGridFieldButton .action{margin-bottom:0.9231rem}.cms .grid-field[data-selectable] tr.ui-selected,.cms .grid-field[data-selectable] tr.ui-selecting{background:#fff !important}.cms .grid-field[data-selectable] td{cursor:pointer}.cms .grid-field span button.action_gridfield_relationfind{display:none}.cms .grid-field p button.action_export span.btn-icon-download-csv{height:17px}.cms .grid-field .pull-xs-right>*{float:right;margin-left:0.6154rem}.cms .grid-field .pull-xs-left>*{margin-right:0.6154rem;float:left}.cms .grid-field .add-existing-autocompleter span{float:left;display:inline-block;vertical-align:top}.cms .grid-field .add-existing-autocompleter input.relation-search{width:270px;height:32px;margin-bottom:0.9231rem;border-top-right-radius:0;border-bottom-right-radius:0}.cms .grid-field .add-existing-autocompleter button.action_gridfield_relationadd{height:32px;margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0;border-left:0}.cms .grid-field .grid-csv-button,.cms .grid-field .grid-print-button{margin-bottom:0;display:inline-block}.cms .grid-field__table .filter-header .fieldholder-small{padding-bottom:0}.cms .grid-field__table .filter-header .fieldgroup .fieldgroup-field{padding:0}.cms .grid-field__table tbody td.col-listChildrenLink{width:26px;border-right:0;padding-right:0}.cms .grid-field__table tbody td.col-listChildrenLink .list-children-link{margin-top:-1.2308rem;margin-right:-0.6154rem;margin-bottom:-1.2308rem;margin-left:-1.5385rem;padding-top:1.2308rem;padding-right:0;padding-bottom:1.2308rem;padding-left:1.5385rem;height:calc(2.4616rem + 20px);line-height:20px;border-radius:0;display:block}.cms .grid-field__table tbody td.col-listChildrenLink .list-children-link:before{margin-top:-2px}.cms .grid-field__table tbody td.col-listChildrenLink .list-children-link:hover{background-color:#e3eaf0}.cms .grid-field__table tbody td.col-getTreeTitle span.item{color:#0071c4}.cms .grid-field__table tbody td.col-getTreeTitle span.badge{clear:both;text-transform:uppercase;display:inline-block;padding:0 3px;font-size:0.75em;line-height:1em;margin-left:10px;margin-right:6px;margin-top:-1px;border-radius:2px, 2px}.cms .grid-field__table tbody td.col-getTreeTitle span.badge.status-modified{color:#7E7470;border:1px solid #C9B800;background-color:#FFF0BC}.cms .grid-field__table tbody td.col-getTreeTitle span.badge.status-addedtodraft{color:#7E7470;border:1px solid #C9B800;background-color:#FFF0BC}.cms .grid-field__table tbody td.col-getTreeTitle span.badge.status-deletedonlive{color:#636363;border:1px solid #E49393;background-color:#F2DADB}.cms .grid-field__table tbody td.col-getTreeTitle span.badge.status-removedfromdraft{color:#636363;border:1px solid #E49393;background-color:#F2DADB}.cms .grid-field__table tbody td.col-getTreeTitle span.badge.status-workflow-approval{color:#56660C;border:1px solid #7C8816;background-color:#DAE79A}.cms .grid-field__table tbody td button.gridfield-button-delete span.btn-icon-decline{left:2px}.cms .grid-field__table tbody td a.view-link{display:inline-block}.cms .grid-field__table tbody td a.view-link{background:url(../../../admin/client/src/sprites/btn-icon/magnifier.png) no-repeat 0 1px}.cms .grid-field__table .filter-buttons .fieldgroup-field{width:auto}.cms .grid-field__table tr th.main{white-space:nowrap}.cms .grid-field__table tr th.main>*{vertical-align:bottom}.cms .grid-field__table tr th.main span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis}.cms .grid-field__table tr th.main.col-listChildrenLink{border-right:0}.cms .grid-field__table tr th.extra,.cms .grid-field__table tr th.action{cursor:default}.cms .grid-field__table tr th.extra{position:relative;background:#4f5861;padding-top:0.9231rem;padding-bottom:0.9231rem}.cms .grid-field__table tr th.extra:last-child{width:1%;min-width:1%;white-space:nowrap}.cms .grid-field__table tr
|