diff --git a/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Content/Site.css b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Content/Site.css
index ae360b0b..bf5d19b0 100644
--- a/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Content/Site.css
+++ b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Content/Site.css
@@ -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 {
diff --git a/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Views/FileSystem/_ShowContentTopMenu.cshtml b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Views/FileSystem/_ShowContentTopMenu.cshtml
index fdba3215..b749eee1 100644
--- a/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Views/FileSystem/_ShowContentTopMenu.cshtml
+++ b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Views/FileSystem/_ShowContentTopMenu.cshtml
@@ -25,7 +25,9 @@
}
else
{
- @UI.SearchResults
+ @(elements.Any() ?elements.Last():WspContext.User.OrganizationId)
+ /
+ @UI.SearchResults
}