django1/django
Pedro Mourelle 0868e5a8ac Fixed #19177 -- Better layout for admin login form field labels.
Thanks goes to void for the comprehensive report, to Pedro Mourelle for
the fix and to Bryan Veloso, Łukasz Rekucki and Claude Paroz for the
review.

This fix includes the following changes:

* Modified layout to top-aligned labels.
* Added 'air' for inputs (the padding was really needed there.). It
  adjust good to zoom in/out.
* Removed float attributes from label and inputs in login form.
* Removed useless text-align property.
2013-03-02 20:27:59 -03:00
..
bin Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
conf Fixed #16888 -- Added microseconds in localized input formats 2013-03-02 19:04:23 +01:00
contrib Fixed #19177 -- Better layout for admin login form field labels. 2013-03-02 20:27:59 -03:00
core Removed unused options copy in flush 2013-03-01 22:52:08 +01:00
db Fixed #18130 -- Made the isolation level configurable on PostgreSQL. 2013-03-02 15:05:49 +01:00
dispatch Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
forms Fixed #18898 -- Added tests with a fix for ModelMultipleChoiceField 2013-03-01 09:35:18 +01:00
http Added a new required ALLOWED_HOSTS setting for HTTP host header validation. 2013-02-19 11:23:29 -07:00
middleware Fixed #5241 -- Kept active transalation in LocaleMiddleware.process_response. 2013-02-28 14:21:48 +01:00
shortcuts Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
template [py3] Always fed hashlib with bytes. 2013-02-27 10:02:07 +01:00
templatetags Remove leading underscore from a function that's all growed up now. 2013-02-25 00:33:29 -07:00
test Added a context manager to capture queries while testing. 2013-03-02 02:41:14 -05:00
utils Fixed getting default encoding in get_system_username 2013-03-02 22:41:08 +01:00
views Loaded cycle and firstof from future in built-in templates. Refs #17906. 2013-02-24 15:16:45 +01:00
__init__.py Advanced version identifiers for 1.6 cycle. 2012-10-26 22:01:34 -03:00