No Indentation of Forum Replies or Wiki Page Comments using Theme TheNews v6.7
- Status
- Closed
- Subject
- No Indentation of Forum Replies or Wiki Page Comments using Theme TheNews v6.7
- Version
- 4.x
6.x - Category
- Usability
- Feature
- Comment
Forum - Resolution status
- Out of Date
- Submitted by
- EmmArrBee
- Lastmod by
- Ushindi Gedeon
- Rating
- Description
Forum replies are difficult to read because there is no indentation when using theme TheNews on v6.7 (also affected version 4.3)
Using Firebug with Firefox v12.x established that the style value "padding-left" is set as follows ...
#tiki-centre div 2px from thenews.css line 382 which reads #tiki-centre div { padding: 3px 2px; } Over rides .sub_comment 20px from layout.css line 1539 which reads .sub-comment { padding-left: 20px; }
We also notice that the vertical alignment could be improved upon.Following patch has been applied via Admin -> Look & Feel - - Custom CSS and is being successfully used on our v6.7 system.
Regards,
Martin
- Solution
- Workaround
{CODE (caption="Forum Replies & Wiki Page Comments Indent Patch v6.7" wrap="1")}
- tiki-center .sub_comment {padding-left: 15px; margin-top: -7px; }{CODE} hmmmm. . . CODE plugin seems not to be working.
Code deployed is as follows. . .
#tiki-center .sub_comment {padding-left: 15px; margin-top: -7px; }The top margin of -7px effectively lifts the reply box up the screen such that the heavy grey top line is aligned to the left corner shape.
NB The patch was initially developed for Forum Replies. We noticed that it also improved layout of Wiki Page Comments as they share Style Sheet Objects.
We only use a small sub-set of the functionality of TW and this patch may have adverse consequences beyond Forum Replies and Wiki Page Comments which we are unaware of. Use with due caution.
- tiki-center .sub_comment {padding-left: 15px; margin-top: -7px; }{CODE} hmmmm. . . CODE plugin seems not to be working.
- Importance
- 6
- Priority
- 30
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 4247
- Created
- Friday 15 June, 2012 19:34:52 UTC
by EmmArrBee - LastModif
- Saturday 04 July, 2026 20:42:45 UTC