Right now, the form is minimalist, yes, but quite annoyingly HUGE, compared to other elements of the site layout. Should tighten up and reduce the size of the labels for all the comment form fields, and probably do a little more to help the fields look nicer, too. Maybe float them across?

See screenshot for how they currently look.

CommentFileSizeAuthor
comment-form-default.png44.88 KBgeerlingguy

Comments

geerlingguy’s picture

Status: Active » Fixed

Added some basic styling. Different sites will want to theme this a little differently, I'm sure. But it works for me!

/* Comment Form */
.comment-form .form-item {
  margin: 0 0 .5em;
}

.comment-form .text-format-wrapper .form-item {
  margin-bottom: 0;
}

.filter-wrapper {
  color: #888;
  font-size: 80%;
  line-height: 1.1em;
}

.filter-wrapper .form-item {
  margin-top: 0;
}

.comment-form #edit-actions {
  margin-top: 1em;
}

Commited, in dev branch: http://drupalcode.org/project/mm.git/commit/3eed6a8. Will release soon!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.