diff --git a/Bootstrap.Admin/Bootstrap.Admin.csproj b/Bootstrap.Admin/Bootstrap.Admin.csproj index 782261af..aab8226e 100644 --- a/Bootstrap.Admin/Bootstrap.Admin.csproj +++ b/Bootstrap.Admin/Bootstrap.Admin.csproj @@ -108,7 +108,6 @@ - diff --git a/Bootstrap.Admin/Content/css/fix.css b/Bootstrap.Admin/Content/css/fix.css deleted file mode 100644 index 344fe7cf..00000000 --- a/Bootstrap.Admin/Content/css/fix.css +++ /dev/null @@ -1,11 +0,0 @@ -.tooltip-inner { - max-width: 768px; -} - -.tooltip.has-error .tooltip-inner { - background-color: #a94442; -} - -.tooltip.has-error .tooltip-arrow { - border-top-color: #a94442; -} \ No newline at end of file diff --git a/Bootstrap.Admin/Content/css/site.css b/Bootstrap.Admin/Content/css/site.css index 768b3712..faf451f6 100644 --- a/Bootstrap.Admin/Content/css/site.css +++ b/Bootstrap.Admin/Content/css/site.css @@ -562,3 +562,15 @@ ul.breadcrumb { background-image: url('../images/bg.jpg'); background-size: 100% 100%; } + +.tooltip-inner { + max-width: 768px; +} + +.tooltip.has-error .tooltip-inner { + background-color: #a94442; +} + +.tooltip.has-error .tooltip-arrow { + border-top-color: #a94442; +} diff --git a/Bootstrap.Admin/Views/Shared/_Admin.cshtml b/Bootstrap.Admin/Views/Shared/_Admin.cshtml index f836c84c..7f5f0d0f 100644 --- a/Bootstrap.Admin/Views/Shared/_Admin.cshtml +++ b/Bootstrap.Admin/Views/Shared/_Admin.cshtml @@ -2,10 +2,7 @@ Layout = "~/Views/Shared/_Layout.cshtml"; } @section css { - - - @RenderSection("css", false) } diff --git a/Bootstrap.Admin/Views/Shared/_Layout.cshtml b/Bootstrap.Admin/Views/Shared/_Layout.cshtml index e4c0a586..f2a6fedd 100644 --- a/Bootstrap.Admin/Views/Shared/_Layout.cshtml +++ b/Bootstrap.Admin/Views/Shared/_Layout.cshtml @@ -10,7 +10,9 @@ - + + + diff --git a/Bootstrap.Admin/Views/Shared/_Normal.cshtml b/Bootstrap.Admin/Views/Shared/_Normal.cshtml index c9c38907..a1a9e48c 100644 --- a/Bootstrap.Admin/Views/Shared/_Normal.cshtml +++ b/Bootstrap.Admin/Views/Shared/_Normal.cshtml @@ -2,11 +2,8 @@ Layout = "~/Views/Shared/_Layout.cshtml"; } @section css { - - - @RenderSection("css", false) } @section javascript {