diff --git a/web/Theme/style.css b/web/Theme/style.css index bbffc83a..ef070248 100644 --- a/web/Theme/style.css +++ b/web/Theme/style.css @@ -7,13 +7,15 @@ body { font-family: 'Arial', cursive; margin-bottom:3em; } + textarea { width:25em; height:5em; } -input { - width:25em; - } +input, textarea, checkbox { + color: #FFFFA0; + background: black; + } main { background-color: rgba(17,0,23,0.65); float:left; @@ -128,10 +130,6 @@ padding-left: 20px; white-space: pre-wrap; } -.layout { - border-width: 0; - } - .avatar { max-width: 64px; max-height: 64px; diff --git a/web/Views/Account/Profile.aspx b/web/Views/Account/Profile.aspx index 781de247..ef6f31be 100644 --- a/web/Views/Account/Profile.aspx +++ b/web/Views/Account/Profile.aspx @@ -5,13 +5,18 @@ - + <%= Html.ValidationSummary() %> <% using(Html.BeginForm("Profile", "Account", FormMethod.Post, new { enctype = "multipart/form-data" })) %> <% { %> -

Informations générales

+
Informations générales + - @@ -63,8 +68,10 @@ Avatar : "<%=Model.avatar%>"
+
<%= Html.LabelFor(model => model.Name) %> <%= Html.TextBox("Name") %> <%= Html.ValidationMessage("Name", "*") %>
@@ -124,20 +131,20 @@ Avatar : "<%=Model.avatar%>" <% } %> - - - - - - + + + +