diff --git a/Yavsc/Views/FrontOffice/HairCut.cshtml b/Yavsc/Views/FrontOffice/HairCut.cshtml index e527eebb..5a2d2970 100644 --- a/Yavsc/Views/FrontOffice/HairCut.cshtml +++ b/Yavsc/Views/FrontOffice/HairCut.cshtml @@ -1,7 +1,7 @@ @model IEnumerable @{ - ViewData["Title"] = "Les profiles - " + (ViewBag.Activity?.Name ?? SR["Any"]); + ViewData["Title"] = (ViewBag.Activity?.Name ?? SR["Any"]) ; }

@ViewData["Title"]

@ViewBag.Activity.Description diff --git a/Yavsc/Views/FrontOffice/Profiles.cshtml b/Yavsc/Views/FrontOffice/Profiles.cshtml index 3eae3277..3f44dd10 100644 --- a/Yavsc/Views/FrontOffice/Profiles.cshtml +++ b/Yavsc/Views/FrontOffice/Profiles.cshtml @@ -1,7 +1,7 @@ @model IEnumerable @{ - ViewData["Title"] = "Les profiles - " + (ViewBag.Activity?.Name ?? SR["Any"]); + ViewData["Title"] = (ViewBag.Activity?.Name ?? SR["Any"]) ; }

@ViewData["Title"]

@ViewBag.Activity.Description @@ -12,7 +12,7 @@
- +
} diff --git a/Yavsc/wwwroot/css/main/bootstrap.css b/Yavsc/wwwroot/css/main/bootstrap.css index 39a16aa1..a11bf573 100644 --- a/Yavsc/wwwroot/css/main/bootstrap.css +++ b/Yavsc/wwwroot/css/main/bootstrap.css @@ -3185,18 +3185,19 @@ fieldset[disabled] .btn-primary.active { } .btn-success { color: #fff; - background-color: #976116; + background-color: #1f6000; border-color: #b1aa14; + transition: color 1s, background-color 1s; } .btn-success:focus, .btn-success.focus { - color: #fff; - background-color: #b1aa14; + color: #000; + background-color: #51ff00; border-color: #b1aa14; } .btn-success:hover { - color: #fff; - background-color: #b1aa14; + color: #000; + background-color: #51ff00; border-color: #6a6713; } .btn-success:active, diff --git a/Yavsc/wwwroot/css/main/site.css b/Yavsc/wwwroot/css/main/site.css index 5f888a46..7b7ded30 100644 --- a/Yavsc/wwwroot/css/main/site.css +++ b/Yavsc/wwwroot/css/main/site.css @@ -5,7 +5,9 @@ .performer { padding-left: 1em; background-repeat: no-repeat; - background-image: url('/images/greenstar.svg'); + background-image: url('/images/lis.svg'); + background-attachment: local; + background-size: contain; } .performer ul { margin-left: 2.5em; diff --git a/Yavsc/wwwroot/images/lis.svg b/Yavsc/wwwroot/images/lis.svg new file mode 100644 index 00000000..d58e1412 --- /dev/null +++ b/Yavsc/wwwroot/images/lis.svg @@ -0,0 +1,72 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + +