From c028ec703600eb1cccf5b7ee47d1ce2cefaf3502 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 23 Sep 2017 05:22:53 +0200 Subject: [PATCH] cosmetic --- .../Resources/Yavsc.Resources.YavscLocalisation.en.resx | 2 ++ .../Resources/Yavsc.Resources.YavscLocalisation.fr.resx | 2 ++ Yavsc/Views/Shared/_Layout.cshtml | 9 +++++---- Yavsc/wwwroot/css/main/bootstrap.css | 1 + Yavsc/wwwroot/css/main/site.css | 3 ++- Yavsc/wwwroot/js/site.js | 1 + Yavsc/wwwroot/js/site.min.js | 2 +- 7 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Yavsc/Resources/Yavsc.Resources.YavscLocalisation.en.resx b/Yavsc/Resources/Yavsc.Resources.YavscLocalisation.en.resx index abaeadd1..898df4d7 100644 --- a/Yavsc/Resources/Yavsc.Resources.YavscLocalisation.en.resx +++ b/Yavsc/Resources/Yavsc.Resources.YavscLocalisation.en.resx @@ -339,4 +339,6 @@ contact a performer Your profile Your message has been sent Hair Length + French + English diff --git a/Yavsc/Resources/Yavsc.Resources.YavscLocalisation.fr.resx b/Yavsc/Resources/Yavsc.Resources.YavscLocalisation.fr.resx index 50d21847..21aabd52 100644 --- a/Yavsc/Resources/Yavsc.Resources.YavscLocalisation.fr.resx +++ b/Yavsc/Resources/Yavsc.Resources.YavscLocalisation.fr.resx @@ -435,4 +435,6 @@ Votre messge a été envoyé Dites en plus, ci àprès, à propos de cet évennement Supprimer mon profil professionel + Français + Anglais diff --git a/Yavsc/Views/Shared/_Layout.cshtml b/Yavsc/Views/Shared/_Layout.cshtml index 05f15ae0..e6215c29 100755 --- a/Yavsc/Views/Shared/_Layout.cshtml +++ b/Yavsc/Views/Shared/_Layout.cshtml @@ -90,12 +90,13 @@ h6 {
  • @SR["Contact"]
  • @SR["About"] @SiteSettings.Value.Title
  • diff --git a/Yavsc/wwwroot/css/main/bootstrap.css b/Yavsc/wwwroot/css/main/bootstrap.css index 74a630bc..05d58bf3 100644 --- a/Yavsc/wwwroot/css/main/bootstrap.css +++ b/Yavsc/wwwroot/css/main/bootstrap.css @@ -5571,6 +5571,7 @@ fieldset[disabled] .navbar-default .btn-link:focus { .navbar-inverse .navbar-nav>li>a { color: #9d9d9d; + background-color: #333; } .navbar-inverse .navbar-nav>li>a:hover, diff --git a/Yavsc/wwwroot/css/main/site.css b/Yavsc/wwwroot/css/main/site.css index 936cae58..3f1aeb58 100644 --- a/Yavsc/wwwroot/css/main/site.css +++ b/Yavsc/wwwroot/css/main/site.css @@ -1,5 +1,6 @@ .navbar-link, -.navbar-brand { +.navbar-brand, +.navbar-nav .dropdown>a { background-color: rgba(0, 0, 0, .2); border-radius: 2em; vertical-align: center; diff --git a/Yavsc/wwwroot/js/site.js b/Yavsc/wwwroot/js/site.js index 3d7c7e00..2354963e 100755 --- a/Yavsc/wwwroot/js/site.js +++ b/Yavsc/wwwroot/js/site.js @@ -8,4 +8,5 @@ var notifClick = }; var setUiCult = function(lngspec) { document.cookie = 'ASPNET_CULTURE=c=' + lngspec + '|uic=' + lngspec; + location.reload(); }; \ No newline at end of file diff --git a/Yavsc/wwwroot/js/site.min.js b/Yavsc/wwwroot/js/site.min.js index 5db2246d..7aa9d01a 100755 --- a/Yavsc/wwwroot/js/site.min.js +++ b/Yavsc/wwwroot/js/site.min.js @@ -1 +1 @@ -var notifClick=function(i){i>0&&$.get("/api/dimiss/click/"+i).done(function(){}).fail(function(){}).always(function(){})}; \ No newline at end of file +var notifClick=function(i){i>0&&$.get("/api/dimiss/click/"+i).done(function(){}).fail(function(){}).always(function(){})},setUiCult=function(i){document.cookie="ASPNET_CULTURE=c="+i+"|uic="+i}; \ No newline at end of file