Modify ↓
Opened 11 years ago
Closed 10 years ago
#11655 closed defect (fixed)
Wrong layout caused by ".buttons { clear: both }" in boxes.css
Reported by: | Jun Omae | Owned by: | Mikael Relbe |
---|---|---|---|
Priority: | normal | Component: | WikiExtrasPlugin |
Severity: | normal | Keywords: | |
Cc: | Dirk Stöcker | Trac Release: | 1.0 |
Description
wikiextras/css/boxes.css
has the following style.
#attachments, .buttons { clear: both; }
The style leads wrong layout for <div class="buttons">...</div>
area in any pages. I don't think good idea to use such clear: both
.
-
tracwikiextras/htdocs/css/boxes.css
303 303 #prefs { 304 304 margin: 0 0 2em 2em !important; 305 305 } 306 #attachments, .buttons {307 clear: both;308 }
Attachments (1)
Change History (5)
Changed 11 years ago by
Attachment: | 20140331T162321.png added |
---|
comment:1 follow-up: 2 Changed 10 years ago by
Cc: | Dirk Stöcker added |
---|
comment:2 Changed 10 years ago by
Replying to rjollos:
We are having this issue on t-h.o as well. Is it okay if we push Jun's change to the repository?
Yes, please feel free to do that. I haven't spent much time on Trac dev for a long time now, but plan to take that up soon again. Until then, I am thankful for any help that improves this plugin.
comment:3 Changed 10 years ago by
Thanks. I'll push the change now and redeploy the plugin to t-h.o.
Note: See
TracTickets for help on using
tickets.
We are having this issue on t-h.o as well. Is it okay if we push Jun's change to the repository?