mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 18:24:57 +02:00
Fix issue in ProcessPageLister where images were not displaying if the gridMode was set to "list (verbose)", plus a couple of other minor related adjustments
This commit is contained in:
@@ -1,185 +1 @@
|
||||
.Inputfields > li > .InputfieldContent > ul.InputfieldFileList > li {
|
||||
margin: 0 0 1em 0;
|
||||
position: relative;
|
||||
cursor: move; }
|
||||
|
||||
.pw-content .InputfieldFile.InputfieldItemListCollapse ul.InputfieldFileList > li,
|
||||
.Inputfields > li.InputfieldHasFileList.InputfieldRenderValueMode > .InputfieldContent > ul.InputfieldFileList > li,
|
||||
.Inputfields > li.InputfieldFile.InputfieldItemListCollapse > .InputfieldContent > ul.InputfieldFileList > li {
|
||||
margin-bottom: 0.25em; }
|
||||
|
||||
.pw-content .Inputfields > .InputfieldItemList > .InputfieldContent > ul.InputfieldFileList > li:last-child {
|
||||
margin-bottom: 0; }
|
||||
|
||||
.InputfieldItemList .InputfieldContent.ui-state-hover {
|
||||
background: none; }
|
||||
|
||||
ul.InputfieldFileList li .InputfieldFileInfo,
|
||||
.AjaxUpload .InputfieldFileInfo {
|
||||
padding: 0.5em;
|
||||
line-height: 1em;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0; }
|
||||
ul.InputfieldFileList li .InputfieldFileInfo > i.fa,
|
||||
.AjaxUpload .InputfieldFileInfo > i.fa {
|
||||
position: relative;
|
||||
left: 2px; }
|
||||
ul.InputfieldFileList li .InputfieldFileInfo .InputfieldFileName,
|
||||
.AjaxUpload .InputfieldFileInfo .InputfieldFileName {
|
||||
font-weight: bold;
|
||||
cursor: pointer; }
|
||||
ul.InputfieldFileList li .InputfieldFileInfo .InputfieldFileName:hover,
|
||||
.AjaxUpload .InputfieldFileInfo .InputfieldFileName:hover {
|
||||
text-decoration: underline;
|
||||
background: none; }
|
||||
|
||||
.InputfieldFileDrag {
|
||||
opacity: 0.7; }
|
||||
|
||||
.InputfieldFileInfo:hover .InputfieldFileDrag {
|
||||
opacity: 1.0; }
|
||||
|
||||
ul.InputfieldFileList li .InputfieldFileInfo .InputfieldFileStats,
|
||||
.AjaxUpload .InputfieldFileStats {
|
||||
opacity: 0.65;
|
||||
font-size: 0.9166666em; }
|
||||
|
||||
ul.InputfieldFileList li .ui-state-error .InputfieldFileName {
|
||||
text-decoration: line-through; }
|
||||
|
||||
ul.InputfieldFileList li .InputfieldFileDelete {
|
||||
float: right;
|
||||
cursor: pointer; }
|
||||
ul.InputfieldFileList li .InputfieldFileDelete, ul.InputfieldFileList li .InputfieldFileDelete input {
|
||||
display: inline;
|
||||
font-weight: normal; }
|
||||
ul.InputfieldFileList li .InputfieldFileDelete input {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
display: none; }
|
||||
|
||||
ul.InputfieldFileList li .ui-icon {
|
||||
float: left; }
|
||||
|
||||
.InputfieldFileEmpty .HideIfEmpty,
|
||||
.InputfieldFileSingle .HideIfSingle,
|
||||
.InputfieldFileMultiple .HideIfMultiple {
|
||||
display: none !important; }
|
||||
|
||||
ul.InputfieldFileList li .InputfieldFileData {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding: 1em; }
|
||||
|
||||
.InputfieldFile.InputfieldItemListCollapse ul.InputfieldFileList li .InputfieldFileData {
|
||||
display: none; }
|
||||
|
||||
ul.InputfieldFileList li .InputfieldFileLink {
|
||||
font-weight: bold;
|
||||
margin: 0.5em 0; }
|
||||
ul.InputfieldFileList li .InputfieldFileTags,
|
||||
ul.InputfieldFileList li .InputfieldFileDescription {
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
ul.InputfieldFileList li .InputfieldFileTags input[type=text],
|
||||
ul.InputfieldFileList li .InputfieldFileDescription input[type=text] {
|
||||
width: 100%; }
|
||||
ul.InputfieldFileList li .InputfieldFileTags label.pw-hidden,
|
||||
ul.InputfieldFileList li .InputfieldFileDescription label.pw-hidden {
|
||||
display: none; }
|
||||
ul.InputfieldFileList li .InputfieldFileSort {
|
||||
display: none !important; }
|
||||
|
||||
.Inputfield .InputfieldFileTags input {
|
||||
margin-bottom: 0.5em; }
|
||||
|
||||
ul.InputfieldFileListBlank + p.description {
|
||||
margin-top: 0; }
|
||||
|
||||
.InputfieldFileValidExtensions {
|
||||
margin-left: 1em; }
|
||||
|
||||
.Inputfields .InputfieldFileUpload {
|
||||
position: relative;
|
||||
margin: 1em 0 0 0; }
|
||||
.Inputfields .InputfieldFileUpload input[type=file] {
|
||||
display: block;
|
||||
margin: 0.25em 0; }
|
||||
.Inputfields .InputfieldFileUpload img {
|
||||
max-width: 100px; }
|
||||
.Inputfields .InputfieldFileUpload .AjaxUploadDropHere {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
opacity: 0.75; }
|
||||
|
||||
.AjaxUpload .ui-progressbar-value {
|
||||
padding: 0 !important; }
|
||||
.AjaxUpload .ui-progressbar-value span {
|
||||
float: right;
|
||||
margin: 3px 5px; }
|
||||
|
||||
.InputfieldHasFileList .InputMask {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
line-height: 1 !important;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
border: none; }
|
||||
.InputfieldHasFileList .InputMask i {
|
||||
font-size: 14px;
|
||||
margin: 0 3px 0 0; }
|
||||
.InputfieldHasFileList .InputMask:hover {
|
||||
cursor: pointer; }
|
||||
.InputfieldHasFileList .InputMask:active {
|
||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
|
||||
.InputfieldHasFileList .InputMask > input[type=file] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
||||
filter: alpha(opacity=0);
|
||||
opacity: 0;
|
||||
cursor: inherit;
|
||||
width: 100%; }
|
||||
|
||||
.InputfieldFileDescription label.pw-hidden,
|
||||
.InputfieldFileTags label.pw-hidden {
|
||||
display: none; }
|
||||
.InputfieldFileDescription input::placeholder,
|
||||
.InputfieldFileTags input::placeholder {
|
||||
font-size: 13px;
|
||||
color: #999; }
|
||||
|
||||
.AdminThemeDefault .InputfieldFileDescription input::placeholder {
|
||||
padding-left: 3px; }
|
||||
|
||||
.InputfieldFileTags .selectize-control.multi .selectize-input > div {
|
||||
background: #eee;
|
||||
border-radius: 3px;
|
||||
white-space: nowrap; }
|
||||
.InputfieldFileTags .selectize-control.multi .selectize-input > div a.remove {
|
||||
color: #999;
|
||||
border-color: #ddd; }
|
||||
|
||||
.pw-content ul.InputfieldFileList li .langTabs > ul,
|
||||
#content ul.InputfieldFileList li .langTabs > ul {
|
||||
padding-left: 0; }
|
||||
|
||||
.Inputfields .InputfieldFileList .langTabsContainer + .InputfieldFileTags {
|
||||
display: block;
|
||||
margin-top: 0.5em; }
|
||||
|
||||
.Inputfield ul.InputfieldFileList .hasLangTabs .InputfieldFileDescription,
|
||||
.Inputfield .hasLangTabs .InputfieldFileDescription {
|
||||
padding-top: 0.5em; }
|
||||
.Inputfield .InputfieldFileDescription.LanguageSupport {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
padding-top: 0.4em; }
|
||||
|
||||
/*# sourceMappingURL=InputfieldFile.css.map */
|
||||
.Inputfields>li>.InputfieldContent>ul.InputfieldFileList>li{margin:0 0 1em 0;position:relative;cursor:move}.pw-content .InputfieldFile.InputfieldItemListCollapse ul.InputfieldFileList>li,.Inputfields>li.InputfieldHasFileList.InputfieldRenderValueMode>.InputfieldContent>ul.InputfieldFileList>li,.Inputfields>li.InputfieldFile.InputfieldItemListCollapse>.InputfieldContent>ul.InputfieldFileList>li{margin-bottom:.25em}.pw-content .Inputfields>.InputfieldItemList>.InputfieldContent>ul.InputfieldFileList>li:last-child{margin-bottom:0}.InputfieldItemList .InputfieldContent.ui-state-hover{background:none}ul.InputfieldFileList li .InputfieldFileInfo,.AjaxUpload .InputfieldFileInfo{padding:.5em;line-height:1em;margin-bottom:0;margin-top:0}ul.InputfieldFileList li .InputfieldFileInfo>i.fa,.AjaxUpload .InputfieldFileInfo>i.fa{position:relative;left:2px}ul.InputfieldFileList li .InputfieldFileInfo .InputfieldFileName,.AjaxUpload .InputfieldFileInfo .InputfieldFileName{font-weight:bold;cursor:pointer}ul.InputfieldFileList li .InputfieldFileInfo .InputfieldFileName:hover,.AjaxUpload .InputfieldFileInfo .InputfieldFileName:hover{text-decoration:underline;background:none}.InputfieldFileDrag{opacity:.7}.InputfieldFileInfo:hover .InputfieldFileDrag{opacity:1}ul.InputfieldFileList li .InputfieldFileInfo .InputfieldFileStats,.AjaxUpload .InputfieldFileStats{opacity:.65;font-size:.9166666em}ul.InputfieldFileList li .ui-state-error .InputfieldFileName{text-decoration:line-through}ul.InputfieldFileList li .InputfieldFileDelete{float:right;cursor:pointer}ul.InputfieldFileList li .InputfieldFileDelete,ul.InputfieldFileList li .InputfieldFileDelete input{display:inline;font-weight:normal}ul.InputfieldFileList li .InputfieldFileDelete input{position:absolute;top:0;right:0;display:none}ul.InputfieldFileList li .ui-icon{float:left}.InputfieldFileEmpty .HideIfEmpty,.InputfieldFileSingle .HideIfSingle,.InputfieldFileMultiple .HideIfMultiple{display:none !important}ul.InputfieldFileList li .InputfieldFileData{margin-top:0;margin-bottom:0;padding:1em}.InputfieldFile.InputfieldItemListCollapse ul.InputfieldFileList li .InputfieldFileData{display:none}ul.InputfieldFileList li .InputfieldFileLink{font-weight:bold;margin:.5em 0}ul.InputfieldFileList li .InputfieldFileTags,ul.InputfieldFileList li .InputfieldFileDescription{font-weight:normal;margin:0;padding:0}ul.InputfieldFileList li .InputfieldFileTags input[type=text],ul.InputfieldFileList li .InputfieldFileDescription input[type=text]{width:100%}ul.InputfieldFileList li .InputfieldFileTags label.pw-hidden,ul.InputfieldFileList li .InputfieldFileDescription label.pw-hidden{display:none}ul.InputfieldFileList li .InputfieldFileSort{display:none !important}.langTabsContainer+.InputfieldFileTags{margin-top:.5em}.Inputfield .InputfieldFileTags input{margin-bottom:.5em}ul.InputfieldFileListBlank+p.description{margin-top:0}.InputfieldFileValidExtensions{margin-left:1em}.Inputfields .InputfieldFileUpload{position:relative;margin:1em 0 0 0}.Inputfields .InputfieldFileUpload input[type=file]{display:block;margin:.25em 0}.Inputfields .InputfieldFileUpload img{max-width:100px}.Inputfields .InputfieldFileUpload .AjaxUploadDropHere{display:none;position:absolute;top:0;right:0;opacity:.75}.AjaxUpload .ui-progressbar-value{padding:0 !important}.AjaxUpload .ui-progressbar-value span{float:right;margin:3px 5px}.InputfieldHasFileList .InputMask{position:relative;overflow:hidden;line-height:1 !important;cursor:pointer;font-size:14px;border:none}.InputfieldHasFileList .InputMask i{font-size:14px;margin:0 3px 0 0}.InputfieldHasFileList .InputMask:hover{cursor:pointer}.InputfieldHasFileList .InputMask:active{box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.InputfieldHasFileList .InputMask>input[type=file]{position:absolute;top:0;left:0;height:100%;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;cursor:inherit;width:100%}.InputfieldFileDescription label.pw-hidden,.InputfieldFileTags label.pw-hidden{display:none}.InputfieldFileDescription input::placeholder,.InputfieldFileTags input::placeholder{font-size:13px;color:#999}.AdminThemeDefault .InputfieldFileDescription input::placeholder{padding-left:3px}.InputfieldFileTags .selectize-control.multi .selectize-input>div{background:#eee;border-radius:3px;white-space:nowrap}.InputfieldFileTags .selectize-control.multi .selectize-input>div a.remove{color:#999;border-color:#ddd}.pw-content ul.InputfieldFileList li .langTabs>ul,#content ul.InputfieldFileList li .langTabs>ul{padding-left:0}.Inputfields .InputfieldFileList .langTabsContainer+.InputfieldFileTags{display:block;margin-top:.5em}.Inputfield ul.InputfieldFileList .hasLangTabs .InputfieldFileDescription,.Inputfield .hasLangTabs .InputfieldFileDescription{padding-top:.5em}.Inputfield .InputfieldFileDescription.LanguageSupport{padding-left:0;padding-right:0;padding-top:.4em}
|
||||
|
@@ -118,6 +118,11 @@ ul.InputfieldFileList li {
|
||||
.InputfieldFileSort {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.langTabsContainer + .InputfieldFileTags {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.Inputfield .InputfieldFileTags input {
|
||||
|
@@ -1488,6 +1488,7 @@ function InputfieldImage($) {
|
||||
var size = getCookieData($inputfield, 'size');
|
||||
var mode = getCookieData($inputfield, 'mode');
|
||||
var ragged = mode == 'left' ? true : false;
|
||||
var renderValueMode = $inputfield.hasClass('InputfieldRenderValueMode');
|
||||
|
||||
if(!size) size = $gridImages.attr('data-gridsize');
|
||||
size = parseInt(size);
|
||||
@@ -1495,7 +1496,7 @@ function InputfieldImage($) {
|
||||
//console.log('initInputfield');
|
||||
//console.log($inputfield);
|
||||
|
||||
if($inputfield.hasClass('InputfieldImageEditAll') || mode == 'list') {
|
||||
if(!renderValueMode && ($inputfield.hasClass('InputfieldImageEditAll') || mode == 'list')) {
|
||||
var listSize = getCookieData($inputfield, 'listSize');
|
||||
setListSize($inputfield, listSize);
|
||||
} else {
|
||||
@@ -1505,7 +1506,7 @@ function InputfieldImage($) {
|
||||
if(!$inputfield.hasClass('InputfieldImageInit')) {
|
||||
$inputfield.addClass('InputfieldImageInit');
|
||||
|
||||
if($inputfield.hasClass('InputfieldRenderValueMode')) {
|
||||
if(renderValueMode) {
|
||||
return setupMagnificForRenderValue($inputfield);
|
||||
|
||||
} else if(maxFiles == 1) {
|
||||
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
#ProcessLister{margin-top:-2px}#ProcessListerResultsTab{padding-top:.5em}#ProcessListerResults>form.InputfieldForm{margin-bottom:0}#ProcessListerResults #ProcessListerTable{clear:both;overflow-x:auto}#ProcessListerResults #ProcessListerTable>div{margin-top:0}#ProcessListerResults #ProcessListerTable table.ProcessListerTable{clear:both;position:relative;margin-top:0}#ProcessListerResults #ProcessListerTable table.ProcessListerTable td table{width:100%}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>thead th{font-size:.8571428571em}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>thead th i{font-size:14px}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>thead th strong{white-space:nowrap}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>thead th b,#ProcessListerResults #ProcessListerTable table.ProcessListerTable>thead .th b{display:none}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>thead th:first-child{padding-left:0}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td{font-size:.9285714286em}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td:first-child,#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td:first-child>a{padding-left:0}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td ul.MarkupFieldtype{margin:0;padding-left:0}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td ul.MarkupFieldtype>li{list-style:none;margin:0;padding-left:0}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td ul.MarkupFieldtype>li+li{border-top:1px solid #eee}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td>*:first-child,#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td .col_preview>*:first-child{margin-top:0}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td>*:last-child,#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td .col_preview>*:last-child{margin-bottom:0}#ProcessListerResults .PageListerActions{display:none;line-height:1.3em;text-transform:lowercase}#ProcessListerResults .PageListerActions a.PageExtra{margin-bottom:3px}#ProcessListerResults .PageListerActions a.PageExtras i{margin-left:3px;margin-right:2px}#ProcessListerResults .PageListerActions a.PageExtras.open i{margin-left:2px;margin-right:3px}#ProcessListerResults .row_message{display:inline}#ProcessListerResults .PageListStatusUnpublished{text-decoration:line-through;opacity:.5}#ProcessListerResults .PageListStatusHidden{opacity:.5}#ProcessListerResults .MarkupPagerNav{float:right}#ProcessListerResults .nobr{white-space:nowrap}#ProcessListerResults table+.MarkupPagerNav{margin:0}#ProcessListerResults .datetime{white-space:nowrap}#ProcessListerResults td:not(.col_editing) .InputfieldHasFileList .InputfieldHeader{display:none}#ProcessListerResults td:not(.col_editing) .InputfieldHasFileList .InputfieldContent{padding:5px;border:none;margin-top:5px;margin-bottom:5px}@media only screen and (max-width: 767px){#ProcessListerResults table.ProcessListerTable+.MarkupPagerNav{margin-bottom:1em}#ProcessListerResults .MarkupPagerNav{float:none}}.AdminDataTable p{margin:1em 0}#ProcessListerResults+a button{float:left;margin-right:0;margin-top:0}#ProcessListerSpinner{margin-left:.5em;font-size:20px;position:relative}#ProcessListerSpinner i{position:absolute;top:-15px;left:0}.pw-content .lister_headline,#content .lister_headline{float:left;margin-top:1em}@media only screen and (max-width: 767px){.pw-content .lister_headline,#content .lister_headline{float:none;clear:both}}#lister_open_cnt{display:none}#filters_spinner{float:right;margin-top:4px}#ProcessListerRefreshTab{float:right}#ProcessListerSelector{display:inline-block}p.version{clear:both;padding-top:1em}#ProcessListerScript{display:none}#table_bookmarks{margin-top:.5em}.AdminThemeReno a.lister-lightbox{padding:0 !important}.AdminThemeReno a.lister-lightbox img{margin:0 !important}.AdminThemeReno #content .lister_headline{margin-top:.5em}
|
||||
#ProcessLister{margin-top:-2px}#ProcessListerResultsTab{padding-top:.5em}#ProcessListerResults>form.InputfieldForm{margin-bottom:0}#ProcessListerResults #ProcessListerTable{clear:both;overflow-x:auto}#ProcessListerResults #ProcessListerTable>div{margin-top:0}#ProcessListerResults #ProcessListerTable table.ProcessListerTable{clear:both;position:relative;margin-top:0}#ProcessListerResults #ProcessListerTable table.ProcessListerTable td table{width:100%}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>thead th{font-size:.8571428571em}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>thead th i{font-size:14px}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>thead th strong{white-space:nowrap}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>thead th b,#ProcessListerResults #ProcessListerTable table.ProcessListerTable>thead .th b{display:none}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>thead th:first-child{padding-left:0}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td{font-size:.9285714286em}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td:first-child,#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td:first-child>a{padding-left:0}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td ul.MarkupFieldtype{margin:0;padding-left:0}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td ul.MarkupFieldtype>li{list-style:none;margin:0;padding-left:0}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td ul.MarkupFieldtype>li+li{border-top:1px solid #eee}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td>*:first-child,#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td .col_preview>*:first-child{margin-top:0}#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td>*:last-child,#ProcessListerResults #ProcessListerTable table.ProcessListerTable>tbody>tr>td .col_preview>*:last-child{margin-bottom:0}#ProcessListerResults .PageListerActions{display:none;line-height:1.3em;text-transform:lowercase}#ProcessListerResults .PageListerActions a.PageExtra{margin-bottom:3px}#ProcessListerResults .PageListerActions a.PageExtras i{margin-left:3px;margin-right:2px}#ProcessListerResults .PageListerActions a.PageExtras.open i{margin-left:2px;margin-right:3px}#ProcessListerResults .row_message{display:inline}#ProcessListerResults .PageListStatusUnpublished{text-decoration:line-through;opacity:.5}#ProcessListerResults .PageListStatusHidden{opacity:.5}#ProcessListerResults .MarkupPagerNav{float:right}#ProcessListerResults .nobr{white-space:nowrap}#ProcessListerResults table+.MarkupPagerNav{margin:0}#ProcessListerResults .datetime{white-space:nowrap}#ProcessListerResults td:not(.col_editing) .InputfieldHasFileList .InputfieldHeader{display:none}#ProcessListerResults td:not(.col_editing) .InputfieldHasFileList .InputfieldContent{padding:5px;border:none;margin-top:5px;margin-bottom:5px}@media only screen and (max-width: 767px){#ProcessListerResults table.ProcessListerTable+.MarkupPagerNav{margin-bottom:1em}#ProcessListerResults .MarkupPagerNav{float:none}}.AdminDataTable p{margin:1em 0}#ProcessListerResults+a button{float:left;margin-right:0;margin-top:0}#ProcessListerSpinner{margin-left:.5em;font-size:20px;position:relative}#ProcessListerSpinner i{position:absolute;top:-15px;left:0}.pw-content .lister_headline,#content .lister_headline{float:left;margin-top:1em}@media only screen and (max-width: 767px){.pw-content .lister_headline,#content .lister_headline{float:none;clear:both}}#lister_open_cnt{display:none}#filters_spinner{float:right;margin-top:4px}#ProcessListerRefreshTab{float:right}#ProcessListerSelector{display:inline-block}p.version{clear:both;padding-top:1em}#ProcessListerScript{display:none}#table_bookmarks{margin-top:.5em}.AdminThemeReno a.lister-lightbox{padding:0 !important}.AdminThemeReno a.lister-lightbox img{margin:0 !important}.AdminThemeReno #content .lister_headline{margin-top:.5em}#ProcessListerTable .InputfieldFile .InputfieldContent,#ProcessListerTable .InputfieldFile .InputfieldHeader,#ProcessListerTable .InputfieldImage .InputfieldContent,#ProcessListerTable .InputfieldImage .InputfieldHeader{background:inherit}#ProcessListerTable .InputfieldFile .InputfieldHeader,#ProcessListerTable .InputfieldImage .InputfieldHeader{padding-left:0;padding-right:0;padding-top:0}#ProcessListerTable .InputfieldFile .gridImage__tooltip table th,#ProcessListerTable .InputfieldFile .gridImage__tooltip table td,#ProcessListerTable .InputfieldImage .gridImage__tooltip table th,#ProcessListerTable .InputfieldImage .gridImage__tooltip table td{padding:0}
|
||||
|
@@ -219,6 +219,7 @@ var ProcessLister = {
|
||||
$b.remove();
|
||||
$(this).find('span').remove();
|
||||
var $icon = $(this).find('i');
|
||||
if($icon.length) $icon.remove(); // before the html() call
|
||||
var label = $(this).html();
|
||||
if (txt == sort) {
|
||||
$(this).html("<u>" + label + "</u><span> ↓</span><b>" + txt + "</b>");
|
||||
|
File diff suppressed because one or more lines are too long
@@ -227,3 +227,28 @@ p.version {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Styles specific to files and images
|
||||
*
|
||||
*/
|
||||
#ProcessListerTable {
|
||||
.InputfieldFile,
|
||||
.InputfieldImage {
|
||||
.InputfieldContent,
|
||||
.InputfieldHeader {
|
||||
background: inherit;
|
||||
}
|
||||
.InputfieldHeader {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
.gridImage__tooltip {
|
||||
table th,
|
||||
table td {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user