diff --git a/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Content/Styles/ecommerce-admin.css b/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Content/Styles/ecommerce-admin.css index b2b026149..be05d1bec 100644 --- a/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Content/Styles/ecommerce-admin.css +++ b/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Content/Styles/ecommerce-admin.css @@ -11,7 +11,7 @@ span.peter-river { background-color: #3498db; color: #ffffff !important; text-sh tr.error { color: initial; } -.select2-container .select2-choice { height: 55px; } +.select2-container .select2-choice { height: 55px !important; } /*Reports*/ legend { border: none !important; margin: 0 0 10px 0 !important; } diff --git a/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Views/EcommerceSearchablePage/AddSpecification.cshtml b/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Views/EcommerceSearchablePage/AddSpecification.cshtml index 74a95f386..58791727d 100644 --- a/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Views/EcommerceSearchablePage/AddSpecification.cshtml +++ b/MrCMS.Web/Apps/Ecommerce/Areas/Admin/Views/EcommerceSearchablePage/AddSpecification.cshtml @@ -14,43 +14,39 @@ @Html.Hidden("categoryId", category != null ? category.Id : 0) -
-
-