News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Child-Board Divider

Started by Burke ♞ Knight, July 28, 2013, 06:13:01 PM

Previous topic - Next topic

Burke ♞ Knight

I noticed a flaw in the design of the default theme's index.css file.
When go into a board that has child boards, the list of the child boards above the topic list, does not have dividers like the main board index does. Even here at SMF site they don't.

Like here for example: Converting to SMF
Notice compared to main board index, there are no dividing lines between the different child boards.

I had posted this as support issue, and ARG found the fix:

Topic: Child-Board Divider?

ARG's Fix: index.css
Find:
.table_frame .table_list td.icon, .table_frame .table_list td.info, .table_frame .table_list td.stats {
    border-right: 2px solid white;
}


replace:
.table_frame .table_list td.icon, .table_frame .table_list td.info, .table_frame .table_list td.stats {
    border: 2px solid white;
}


Adjust border size as desired. (I found 3 to match the main board index.)

I think this issue needs to be fixed in the next update that does theme edits.


pa15108

added the following too for last post column
find:
table.table_list tbody.content td.lastpost
{
line-height: 1.3em;
font-size: 85%;
width: 24%;
}

replace with
table.table_list tbody.content td.lastpost
{
line-height: 1.3em;
font-size: 85%;
width: 24%;
border: 2px solid white;
}

Arantor

We won't be doing any more theme edits for 2.0.x simply because of the problems with other customisations people have added (not to mention custom themes)
Holder of controversial views, all of which my own.


Advertisement: