diff --git a/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap4/css/simple-gallery.css b/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap4/css/simple-gallery.css
index db9ac4a8d..7935d8717 100644
--- a/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap4/css/simple-gallery.css
+++ b/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap4/css/simple-gallery.css
@@ -151,4 +151,8 @@ opacity: 1;
width: 690px;
}
}
+/* IE 11 fixes */
+body.IE .cards-gallery .lightbox {
+ flex: 0 0 auto;
+}
diff --git a/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap4/css/simple-gallery.min.css b/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap4/css/simple-gallery.min.css
index 2d4d0e643..8bb6246f9 100644
--- a/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap4/css/simple-gallery.min.css
+++ b/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap4/css/simple-gallery.min.css
@@ -1 +1 @@
-.gallery-block.cards-gallery h6{font-size:17px;font-weight:bold}.gallery-block.cards-gallery .card{transition:.4s ease}.gallery-block.cards-gallery .card img{box-shadow:0 2px 10px rgba(0,0,0,.15)}.gallery-block.cards-gallery .card-body{text-align:center}.gallery-block.cards-gallery .card-body p{font-size:15px}.gallery-block.cards-gallery a{color:#212529}.gallery-block.cards-gallery a:hover{text-decoration:none}.gallery-block.cards-gallery .card{margin-bottom:30px;box-shadow:0 2px 10px rgba(0,0,0,.15)}.gallery-block.compact-gallery .item{overflow:hidden;margin-bottom:0;background:#000;opacity:1}.gallery-block.compact-gallery .item .image{transition:.8s ease}.gallery-block.compact-gallery .item .info{position:relative;display:inline-block}.gallery-block.compact-gallery .item .description{display:grid;position:absolute;bottom:0;left:0;color:#fff;padding:10px;font-size:17px;line-height:18px;width:100%;padding-top:15px;padding-bottom:15px;opacity:1;color:#fff;transition:.8s ease;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.2);background:linear-gradient(to bottom,transparent,rgba(0,0,0,.39))}.gallery-block.compact-gallery .item .description .description-heading{font-size:1em;font-weight:bold}.gallery-block.compact-gallery .item .description .description-body{font-size:.8em;margin-top:10px;font-weight:300}.gallery-block.grid-gallery .heading{margin-bottom:50px;text-align:center}.gallery-block.grid-gallery .heading h2{font-weight:bold;font-size:1.4rem;text-transform:uppercase}.gallery-block.grid-gallery a:hover{opacity:.8}.gallery-block.grid-gallery .item img{box-shadow:0 2px 10px rgba(0,0,0,.15);transition:.4s}.gallery-block.grid-gallery .item{margin-bottom:20px}@media(min-width:576px){.gallery-block .transform-on-hover:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 10px 10px rgba(0,0,0,.15) !important}.gallery-block.compact-gallery .item .description{opacity:0}.gallery-block.compact-gallery .item a:hover .description{opacity:1}.gallery-block.compact-gallery .zoom-on-hover:hover .image{transform:scale(1.3);opacity:.7}.gallery-block.grid-gallery .scale-on-hover:hover{transform:scale(1.05);box-shadow:0 10px 10px rgba(0,0,0,.15) !important}}@media(min-width:690px){.simple-gallery-side-carousel{width:690px}}
\ No newline at end of file
+.gallery-block.cards-gallery h6{font-size:17px;font-weight:bold}.gallery-block.cards-gallery .card{transition:.4s ease}.gallery-block.cards-gallery .card img{box-shadow:0 2px 10px rgba(0,0,0,.15)}.gallery-block.cards-gallery .card-body{text-align:center}.gallery-block.cards-gallery .card-body p{font-size:15px}.gallery-block.cards-gallery a{color:#212529}.gallery-block.cards-gallery a:hover{text-decoration:none}.gallery-block.cards-gallery .card{margin-bottom:30px;box-shadow:0 2px 10px rgba(0,0,0,.15)}.gallery-block.compact-gallery .item{overflow:hidden;margin-bottom:0;background:#000;opacity:1}.gallery-block.compact-gallery .item .image{transition:.8s ease}.gallery-block.compact-gallery .item .info{position:relative;display:inline-block}.gallery-block.compact-gallery .item .description{display:grid;position:absolute;bottom:0;left:0;color:#fff;padding:10px;font-size:17px;line-height:18px;width:100%;padding-top:15px;padding-bottom:15px;opacity:1;color:#fff;transition:.8s ease;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.2);background:linear-gradient(to bottom,transparent,rgba(0,0,0,.39))}.gallery-block.compact-gallery .item .description .description-heading{font-size:1em;font-weight:bold}.gallery-block.compact-gallery .item .description .description-body{font-size:.8em;margin-top:10px;font-weight:300}.gallery-block.grid-gallery .heading{margin-bottom:50px;text-align:center}.gallery-block.grid-gallery .heading h2{font-weight:bold;font-size:1.4rem;text-transform:uppercase}.gallery-block.grid-gallery a:hover{opacity:.8}.gallery-block.grid-gallery .item img{box-shadow:0 2px 10px rgba(0,0,0,.15);transition:.4s}.gallery-block.grid-gallery .item{margin-bottom:20px}@media(min-width:576px){.gallery-block .transform-on-hover:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 10px 10px rgba(0,0,0,.15) !important}.gallery-block.compact-gallery .item .description{opacity:0}.gallery-block.compact-gallery .item a:hover .description{opacity:1}.gallery-block.compact-gallery .zoom-on-hover:hover .image{transform:scale(1.3);opacity:.7}.gallery-block.grid-gallery .scale-on-hover:hover{transform:scale(1.05);box-shadow:0 10px 10px rgba(0,0,0,.15) !important}}@media(min-width:690px){.simple-gallery-side-carousel{width:690px}}body.IE .cards-gallery .lightbox{flex:0 0 auto}
\ No newline at end of file
diff --git a/src/sourceDev.WebApp/sitefiles/s1/themes/custom1/Shared/_Layout.cshtml b/src/sourceDev.WebApp/sitefiles/s1/themes/custom1/Shared/_Layout.cshtml
index 54269e066..68435d7a2 100644
--- a/src/sourceDev.WebApp/sitefiles/s1/themes/custom1/Shared/_Layout.cshtml
+++ b/src/sourceDev.WebApp/sitefiles/s1/themes/custom1/Shared/_Layout.cshtml
@@ -27,13 +27,16 @@ var ieBodyClass = isIE ? "IE" : "";
@RenderSection("Meta", required: false)
-
+
-
@RenderSection("Styles", required: false)
+ @if (isIE)
+ {
+
+ }
@@ -58,7 +61,7 @@ var ieBodyClass = isIE ? "IE" : "";
@await Component.InvokeAsync("Navigation", new { viewName = "Bootstrap4Breadcrumbs", filterName = NamedNavigationFilters.Breadcrumbs, startingNodeKey = "" })
-
+
@await Html.PartialAsync("AlertsPartial")
@RenderBody()
diff --git a/src/sourceDev.WebApp/wwwroot/css/ie11.css b/src/sourceDev.WebApp/wwwroot/css/ie11.css
new file mode 100644
index 000000000..3362b9b2e
--- /dev/null
+++ b/src/sourceDev.WebApp/wwwroot/css/ie11.css
@@ -0,0 +1,17 @@
+/*body {
+ flex: 0 0 auto;
+}*/
+body {
+
+}
+
+header, footer {
+
+}
+
+.cards-gallery .lightbox {
+ flex: 0 0 auto;
+}
+#wrapper {
+
+}
diff --git a/src/sourceDev.WebApp/wwwroot/css/simple-gallery.css b/src/sourceDev.WebApp/wwwroot/css/simple-gallery.css
index db9ac4a8d..7935d8717 100644
--- a/src/sourceDev.WebApp/wwwroot/css/simple-gallery.css
+++ b/src/sourceDev.WebApp/wwwroot/css/simple-gallery.css
@@ -151,4 +151,8 @@ opacity: 1;
width: 690px;
}
}
+/* IE 11 fixes */
+body.IE .cards-gallery .lightbox {
+ flex: 0 0 auto;
+}
diff --git a/src/sourceDev.WebApp/wwwroot/css/simple-gallery.min.css b/src/sourceDev.WebApp/wwwroot/css/simple-gallery.min.css
index 2d4d0e643..8bb6246f9 100644
--- a/src/sourceDev.WebApp/wwwroot/css/simple-gallery.min.css
+++ b/src/sourceDev.WebApp/wwwroot/css/simple-gallery.min.css
@@ -1 +1 @@
-.gallery-block.cards-gallery h6{font-size:17px;font-weight:bold}.gallery-block.cards-gallery .card{transition:.4s ease}.gallery-block.cards-gallery .card img{box-shadow:0 2px 10px rgba(0,0,0,.15)}.gallery-block.cards-gallery .card-body{text-align:center}.gallery-block.cards-gallery .card-body p{font-size:15px}.gallery-block.cards-gallery a{color:#212529}.gallery-block.cards-gallery a:hover{text-decoration:none}.gallery-block.cards-gallery .card{margin-bottom:30px;box-shadow:0 2px 10px rgba(0,0,0,.15)}.gallery-block.compact-gallery .item{overflow:hidden;margin-bottom:0;background:#000;opacity:1}.gallery-block.compact-gallery .item .image{transition:.8s ease}.gallery-block.compact-gallery .item .info{position:relative;display:inline-block}.gallery-block.compact-gallery .item .description{display:grid;position:absolute;bottom:0;left:0;color:#fff;padding:10px;font-size:17px;line-height:18px;width:100%;padding-top:15px;padding-bottom:15px;opacity:1;color:#fff;transition:.8s ease;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.2);background:linear-gradient(to bottom,transparent,rgba(0,0,0,.39))}.gallery-block.compact-gallery .item .description .description-heading{font-size:1em;font-weight:bold}.gallery-block.compact-gallery .item .description .description-body{font-size:.8em;margin-top:10px;font-weight:300}.gallery-block.grid-gallery .heading{margin-bottom:50px;text-align:center}.gallery-block.grid-gallery .heading h2{font-weight:bold;font-size:1.4rem;text-transform:uppercase}.gallery-block.grid-gallery a:hover{opacity:.8}.gallery-block.grid-gallery .item img{box-shadow:0 2px 10px rgba(0,0,0,.15);transition:.4s}.gallery-block.grid-gallery .item{margin-bottom:20px}@media(min-width:576px){.gallery-block .transform-on-hover:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 10px 10px rgba(0,0,0,.15) !important}.gallery-block.compact-gallery .item .description{opacity:0}.gallery-block.compact-gallery .item a:hover .description{opacity:1}.gallery-block.compact-gallery .zoom-on-hover:hover .image{transform:scale(1.3);opacity:.7}.gallery-block.grid-gallery .scale-on-hover:hover{transform:scale(1.05);box-shadow:0 10px 10px rgba(0,0,0,.15) !important}}@media(min-width:690px){.simple-gallery-side-carousel{width:690px}}
\ No newline at end of file
+.gallery-block.cards-gallery h6{font-size:17px;font-weight:bold}.gallery-block.cards-gallery .card{transition:.4s ease}.gallery-block.cards-gallery .card img{box-shadow:0 2px 10px rgba(0,0,0,.15)}.gallery-block.cards-gallery .card-body{text-align:center}.gallery-block.cards-gallery .card-body p{font-size:15px}.gallery-block.cards-gallery a{color:#212529}.gallery-block.cards-gallery a:hover{text-decoration:none}.gallery-block.cards-gallery .card{margin-bottom:30px;box-shadow:0 2px 10px rgba(0,0,0,.15)}.gallery-block.compact-gallery .item{overflow:hidden;margin-bottom:0;background:#000;opacity:1}.gallery-block.compact-gallery .item .image{transition:.8s ease}.gallery-block.compact-gallery .item .info{position:relative;display:inline-block}.gallery-block.compact-gallery .item .description{display:grid;position:absolute;bottom:0;left:0;color:#fff;padding:10px;font-size:17px;line-height:18px;width:100%;padding-top:15px;padding-bottom:15px;opacity:1;color:#fff;transition:.8s ease;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.2);background:linear-gradient(to bottom,transparent,rgba(0,0,0,.39))}.gallery-block.compact-gallery .item .description .description-heading{font-size:1em;font-weight:bold}.gallery-block.compact-gallery .item .description .description-body{font-size:.8em;margin-top:10px;font-weight:300}.gallery-block.grid-gallery .heading{margin-bottom:50px;text-align:center}.gallery-block.grid-gallery .heading h2{font-weight:bold;font-size:1.4rem;text-transform:uppercase}.gallery-block.grid-gallery a:hover{opacity:.8}.gallery-block.grid-gallery .item img{box-shadow:0 2px 10px rgba(0,0,0,.15);transition:.4s}.gallery-block.grid-gallery .item{margin-bottom:20px}@media(min-width:576px){.gallery-block .transform-on-hover:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 10px 10px rgba(0,0,0,.15) !important}.gallery-block.compact-gallery .item .description{opacity:0}.gallery-block.compact-gallery .item a:hover .description{opacity:1}.gallery-block.compact-gallery .zoom-on-hover:hover .image{transform:scale(1.3);opacity:.7}.gallery-block.grid-gallery .scale-on-hover:hover{transform:scale(1.05);box-shadow:0 10px 10px rgba(0,0,0,.15) !important}}@media(min-width:690px){.simple-gallery-side-carousel{width:690px}}body.IE .cards-gallery .lightbox{flex:0 0 auto}
\ No newline at end of file