diff --git a/web/App_Themes/style.css b/web/App_Themes/style.css index 963d1cb2..35f593e4 100644 --- a/web/App_Themes/style.css +++ b/web/App_Themes/style.css @@ -253,7 +253,10 @@ input, select, textarea { border-radius:25px; white-space: pre-wrap; } - +.bigavatar{ + vertical-align: middle; + max-height: 5em; max-width: 5em; + } .avatar { vertical-align: middle; max-height: 1.3em; max-width: 1.3em; diff --git a/web/ChangeLog b/web/ChangeLog index 9b154b84..a742f3f1 100644 --- a/web/ChangeLog +++ b/web/ChangeLog @@ -1,3 +1,15 @@ +2015-12-01 Paul Schneider + + * style.css: ajoute une classe "bigavatar" (l'avatar affiché + en gros) + + * yavsc.hidefieldset.js: pas d'initialisation par défaut de + tous les fieldset + + * Profile.aspx: fieldset cachable dans cette page uniquement + + * Performer.ascx: un gros avatar ici + 2015-12-01 Paul Schneider * yavsc.hidefieldset.js: Creation d'un nouveau module jQuery diff --git a/web/Scripts/yavsc.hidefieldset.js b/web/Scripts/yavsc.hidefieldset.js index 5ce5b5ec..4226dcb0 100644 --- a/web/Scripts/yavsc.hidefieldset.js +++ b/web/Scripts/yavsc.hidefieldset.js @@ -36,7 +36,3 @@ })})(jQuery); }).call(this); -$(document).ready(function(){ -$('fieldset').hidefieldset(); -}); - diff --git a/web/Views/Account/Profile.aspx b/web/Views/Account/Profile.aspx index 6067f997..278777ca 100644 --- a/web/Views/Account/Profile.aspx +++ b/web/Views/Account/Profile.aspx @@ -163,7 +163,10 @@ Avatar : <% } %> - - + diff --git a/web/Views/FrontOffice/Performer.ascx b/web/Views/FrontOffice/Performer.ascx index 4636025b..a2ae6289 100644 --- a/web/Views/FrontOffice/Performer.ascx +++ b/web/Views/FrontOffice/Performer.ascx @@ -1,6 +1,6 @@ <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> - +

<%=Html.Encode(Model.UserName)%>

<%=Html.Partial("RateUserSkillControl", Model) %>