Ticket #4145 (closed Bug: fixed)
ID's on <div class="visualClear">
| Reported by: | spliter | Owned by: | spliter |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.5.1 |
| Component: | Templates/CSS | Keywords: | newbie |
| Cc: |
Description (last modified by alecm) (diff)
It would be nice to have ID's on clearing elements like <div class="visualClear">. They can be useful in customization especially the ones in main_template (between portal_top and columns and before footer), but it's almost impossible to style them differently without template's cutomization.
Attachments
Change History
comment:1 Changed 6 years ago by alecm
- Keywords newbie added
- Owner changed from to limi
- Description modified (diff)
comment:6 Changed 6 years ago by pupq
Definitely add them manually, alecm; autonumbering them would be a mess--as soon as we added one, your CSS would break, as the numbers for all of them would shift. Better to give them names, id="clear-space-before-logo", etc.
Changed 6 years ago by paregorius
-
attachment
svndiff4145paregorius.txt
added
ids added on all <div class="visualClear"> not inside an element with tal:repeat
Note: See
TracTickets for help on using
tickets.

We can probably use the unique-item iterator for this, or add relevant ids manually, if this is useful.