inherit
258521
0
May 26, 2019 11:36:30 GMT -8
notick
63
May 2019
notick
|
Post by notick on Jun 20, 2019 3:07:40 GMT -8
|
|
inherit
258521
0
May 26, 2019 11:36:30 GMT -8
notick
63
May 2019
notick
|
Post by notick on Jun 21, 2019 4:50:55 GMT -8
Bump
|
|
inherit
258521
0
May 26, 2019 11:36:30 GMT -8
notick
63
May 2019
notick
|
Post by notick on Jun 23, 2019 7:04:54 GMT -8
Bump
|
|
inherit
258521
0
May 26, 2019 11:36:30 GMT -8
notick
63
May 2019
notick
|
Post by notick on Jun 24, 2019 10:38:17 GMT -8
Bump
|
|
inherit
258521
0
May 26, 2019 11:36:30 GMT -8
notick
63
May 2019
notick
|
Post by notick on Jun 25, 2019 12:41:02 GMT -8
Bump
|
|
inherit
258521
0
May 26, 2019 11:36:30 GMT -8
notick
63
May 2019
notick
|
Post by notick on Jun 27, 2019 8:38:57 GMT -8
Bump
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Jun 27, 2019 9:18:42 GMT -8
First, the easiest way to add a gap between table rows is by added an empty <tr>. - Go to Admin > Themes > Layout Templates > Boards > Board List
- Find the closing </tr> for you board list
- Add this new line below it:
<tr class="spacer"><td colspan="2"></td></tr>
- Make sure to add this to your redirect board layout, as well (assuming you have one)
- Click "Save Changes"
- Go to Admin > Themes > Advanced Styles & CSS > "Style Sheet"
- Add this with the rest of your board CSS:
.boards.container > .content { background-color: transparent; } .boards table.list > tbody > tr.spacer { height: 5px; } .boards table.list > tbody > tr.spacer > td { background-color: transparent !important; height: 5px; padding: 0; } .boards table.list > tbody > tr.spacer:last-of-type { display: none; }
- Click "Save Changes"
Let me know if that's what you're going for.
|
|
inherit
258521
0
May 26, 2019 11:36:30 GMT -8
notick
63
May 2019
notick
|
Post by notick on Jun 27, 2019 12:50:52 GMT -8
I have seen no difference in anything with this. I don't know if I have done anything wrong, but everything looked visually the same as before.
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Jun 27, 2019 13:37:52 GMT -8
I don't see anything updated in the HTML. Did you add the empty table row to your board list?
|
|
inherit
258521
0
May 26, 2019 11:36:30 GMT -8
notick
63
May 2019
notick
|
Post by notick on Jun 27, 2019 14:23:54 GMT -8
|
|
inherit
258521
0
May 26, 2019 11:36:30 GMT -8
notick
63
May 2019
notick
|
Post by notick on Jun 27, 2019 14:25:59 GMT -8
Ignore that, I once more put it in the wrong place. Sorry. NOW it looks correct, thank you so much, all and so sorry for being such a pain with this.
|
|