diff --git a/src/Orchard.Web/Modules/Orchard.Comments/Views/ListOfComments.cshtml b/src/Orchard.Web/Modules/Orchard.Comments/Views/ListOfComments.cshtml index d1c566b6e..17bff6a75 100644 --- a/src/Orchard.Web/Modules/Orchard.Comments/Views/ListOfComments.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Comments/Views/ListOfComments.cshtml @@ -9,7 +9,7 @@

@Html.LinkOrDefault(comment.Record.UserName, comment.Record.SiteName, new { rel = "nofollow" }) - said + said

diff --git a/src/Orchard.Web/Modules/Orchard.Comments/Views/Parts/Comments.Comments.cshtml b/src/Orchard.Web/Modules/Orchard.Comments/Views/Parts/Comments.Comments.cshtml index 887980133..2be3bafbb 100644 --- a/src/Orchard.Web/Modules/Orchard.Comments/Views/Parts/Comments.Comments.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Comments/Views/Parts/Comments.Comments.cshtml @@ -19,37 +19,41 @@ else if(!Request.IsAuthenticated && !AuthorizedFor(Permissions.AddComment)) { } else { using (Html.BeginForm("Create", "Comment", new { area = "Orchard.Comments" }, FormMethod.Post, new { @class = "comment" })) { @Html.ValidationSummary() -

@T("Add a Comment")

- if (!Request.IsAuthenticated) { + if (!Request.IsAuthenticated) { +

@T("Add a Comment")

-
+
    +
  1. -
-
+ +
  • -
  • -
    + +
  • -
  • + +
    } else { @Html.Hidden("Name", WorkContext.CurrentUser.UserName ?? "") @Html.Hidden("Email", WorkContext.CurrentUser.Email ?? "") }
    -
    +
      +
    1. -
    -
    + +
  • @Html.Hidden("CommentedOn", (int)Model.ContentPart.ContentItem.Id) @Html.Hidden("ReturnUrl", Context.Request.ToUrlString()) @Html.AntiForgeryTokenOrchard() -
  • + +
    } -} \ No newline at end of file +} diff --git a/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css b/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css index 7205f7c6c..ea846c1ee 100644 --- a/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css +++ b/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css @@ -303,7 +303,6 @@ label.forcheckbox { margin:0 0 0 .4em; display:inline; } fieldset { padding:0em; margin: 0 0 0em 0; border: 0px solid #dbdbdb; } legend { font-weight: 600; font-size:1.2em; } - input[type="text"], #CommentText, #password, #confirmPassword { border:1px solid #999; display: block; @@ -320,11 +319,14 @@ form.search { width:17em; } -fieldset div {margin:1.6em 0 0 0} +fieldset ol {list-style-type:none;} + +fieldset ol li {margin:1.6em 0 0 0} legend { font-size: 1.4em; border:none; + border:1px solid #ff0000; } label {