From 4503df4578058e43e6b2c02c0a8f72e14f0b0f96 Mon Sep 17 00:00:00 2001 From: vfedosevich Date: Thu, 12 Mar 2015 06:40:31 -0700 Subject: [PATCH] webdav portal fixes --- .../WebsitePanel.WebDavPortal/Content/Site.css | 14 ++++++++------ .../Views/FileSystem/_ShowContentTopMenu.cshtml | 4 +++- 2 files changed, 11 insertions(+), 7 deletions(-) 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 }