ndarville / pony-forum

A modern alternative to ancient forum CMSes like vBulletin and PHPBB in Python on Django. (Alpha stage.) (NB: dotCloud have since removed their free Sandbox tier.)
http://pony-forum.com
26 stars 7 forks source link

Opera log-in/registration CSS issues #81

Closed ndarville closed 11 years ago

ndarville commented 11 years ago
  1. No vertical separation of forms.

    • Chrome and Safari apply a margin: 2px; for reasons I can’t figure out.

    Inspection does not reveal what applies it. Could be it’s vendor specific.

    • Applying 2px 0 to input, label breaks the settings template.
  2. Input button are not small-caps.
    • Here is the CSS that should be working.

https://github.com/ndarville/pony-forum/blob/master/forum/static/css/style.css#L256


This seems to be a problem with the styling of forms and buttons in general.

ndarville commented 11 years ago

Closed, so the general problem can be fixed in the aforementioned issue.