diff --git a/uSync8.BackOffice/App_Plugins/uSync8/components/uSyncReportView.html b/uSync8.BackOffice/App_Plugins/uSync8/components/uSyncReportView.html index 2e8bdc61..e3109918 100644 --- a/uSync8.BackOffice/App_Plugins/uSync8/components/uSyncReportView.html +++ b/uSync8.BackOffice/App_Plugins/uSync8/components/uSyncReportView.html @@ -80,7 +80,7 @@ -
+
diff --git a/uSync8.BackOffice/App_Plugins/uSync8/usync.css b/uSync8.BackOffice/App_Plugins/uSync8/usync.css index 685a3f5a..2bfde8a4 100644 --- a/uSync8.BackOffice/App_Plugins/uSync8/usync.css +++ b/uSync8.BackOffice/App_Plugins/uSync8/usync.css @@ -89,12 +89,12 @@ } .usync-handler-icon .badge.type-complete { - background-color: #35c786; + background-color: #27b171; } .usync-handler-icon .handler-badge i { font-size: 16px; - color: #35c786; + color: #27b171; } .usync-handler-icon .usync-handler-name { @@ -116,7 +116,7 @@ } .usync-handler-icon.usync-complete { - color: #35c786; + color: #1b264f; } .usync-handler-icon.usync-complete .usync-addon-icon { @@ -259,8 +259,8 @@ .usync-banner p { font-size: 120%; - max-width: 50%; margin: 20px; + line-height: 1.5; } .usync-banner .btn { @@ -272,6 +272,7 @@ width: 80%; justify-content: space-between; margin: 25px 0; + font-weight: bold; } .banner-icons > div { diff --git a/uSync8.ContentEdition/Mapping/Mappers/ImagePathMapper.cs b/uSync8.ContentEdition/Mapping/Mappers/ImagePathMapper.cs index 13f5504d..1b2099dd 100644 --- a/uSync8.ContentEdition/Mapping/Mappers/ImagePathMapper.cs +++ b/uSync8.ContentEdition/Mapping/Mappers/ImagePathMapper.cs @@ -13,12 +13,14 @@ namespace uSync8.ContentEdition.Mapping.Mappers { /// - /// Mapper for images in an image cropper + /// Mapper for file path in an image cropper / upload control /// /// - /// this image cropper, removes / adds any virtual folder properties - /// to a site (so if you have your umbraco install in virtual folder paths) + /// this removes / adds any virtual folder properties + /// to a path (so if you have your umbraco install in virtual folder paths) /// + /// {"src":"/subfolder/media/2cud1lzo/15656993711_ccd199b83e_k.jpg","crops":null} + /// becomes /// {"src":"/media/2cud1lzo/15656993711_ccd199b83e_k.jpg","crops":null} /// public class ImagePathMapper : SyncValueMapperBase, ISyncMapper diff --git a/uSync8.Site/App_Plugins/uSync8/components/uSyncReportView.html b/uSync8.Site/App_Plugins/uSync8/components/uSyncReportView.html index de2c14ad..616a2342 100644 --- a/uSync8.Site/App_Plugins/uSync8/components/uSyncReportView.html +++ b/uSync8.Site/App_Plugins/uSync8/components/uSyncReportView.html @@ -80,7 +80,7 @@
-
+
diff --git a/uSync8.Site/App_Plugins/uSync8/usync.css b/uSync8.Site/App_Plugins/uSync8/usync.css index 644beee9..62d9a7b3 100644 --- a/uSync8.Site/App_Plugins/uSync8/usync.css +++ b/uSync8.Site/App_Plugins/uSync8/usync.css @@ -89,12 +89,12 @@ } .usync-handler-icon .badge.type-complete { - background-color: #35c786; + background-color: #27b171; } .usync-handler-icon .handler-badge i { font-size: 16px; - color: #35c786; + color: #27b171; } .usync-handler-icon .usync-handler-name { @@ -116,7 +116,7 @@ } .usync-handler-icon.usync-complete { - color: #35c786; + color: #1b264f; } .usync-handler-icon.usync-complete .usync-addon-icon { @@ -259,8 +259,8 @@ .usync-banner p { font-size: 120%; - max-width: 50%; margin: 20px; + line-height: 1.5; } .usync-banner .btn { @@ -272,6 +272,7 @@ width: 80%; justify-content: space-between; margin: 25px 0; + font-weight: bold; } .banner-icons > div {