webdav portal fixes
This commit is contained in:
parent
0f61d148ff
commit
4503df4578
2 changed files with 11 additions and 7 deletions
|
@ -277,12 +277,14 @@ tr.selected-file {
|
|||
}
|
||||
|
||||
.dataTables_processing {
|
||||
width: 165px !important;
|
||||
margin: 0 !important;;
|
||||
padding: 0 !important;;
|
||||
left: 43% !important;;
|
||||
background: initial !important;;
|
||||
background-color: #FFFFFF !important;;
|
||||
width: 185px !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
left: 43% !important;
|
||||
background: initial !important;
|
||||
background-color: #FFFFFF !important;
|
||||
border: 1px solid #CDCDCD;
|
||||
height: 44px !important;
|
||||
}
|
||||
|
||||
.breadcrumb-wsp {
|
||||
|
|
|
@ -25,7 +25,9 @@
|
|||
}
|
||||
else
|
||||
{
|
||||
<a href="@Url.RouteUrl(FileSystemRouteNames.ShowContentPath)" class="processing-dialog">@UI.SearchResults</a>
|
||||
<a href="@Url.RouteUrl(FileSystemRouteNames.ShowContentPath)" class="processing-dialog">@(elements.Any() ?elements.Last():WspContext.User.OrganizationId)</a>
|
||||
<span style="top: 2px;"> / </span>
|
||||
<span>@UI.SearchResults</span>
|
||||
}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue