Changeset 1490
- Timestamp:
- 11/29/05 08:43:07 (3 years ago)
- Files:
-
- django/trunk/docs/admin_css.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/admin_css.txt
r210 r1490 50 50 flex 51 51 This is for liquid-width pages, such as changelists. Currently only works 52 with single-colum pages (does not combine with ``.colMS`` or ``.colSM``).52 with single-column pages (does not combine with ``.colMS`` or ``.colSM``). 53 53 Form pages should never use ``.flex``. 54 54 … … 144 144 <li><a href="/stories/add/" class="addlink">Add redirect</a></li> 145 145 </ul> 146 146 147 147 .. image:: http://media.djangoproject.com/img/doc/admincss/objecttools_01.gif 148 148 :alt: Object tools on a changelist page … … 193 193 of checkboxes and radio buttons, where the ``input`` should come first. Any 194 194 explanation or help text should follow the ``label`` in a ``p`` with class 195 ``.help``. 195 ``.help``.
