When placing the Recent Posts block in the left sidebar of the Danblog theme, the border and "delete" link is floating out of the block border and into the content. (The Danland theme displays this block correctly.) See the attached screenshot below.

CommentFileSizeAuthor
danblog_recent_content_block_error.png3.23 KBTaxoman

Comments

Taxoman’s picture

Ah, and while at it, the table border in that block needs some adjustment:
There is too much space on its left side. (This spacing concern applies to both Danblog and Danland.)

I suggest the space is set to the same amount as the current space between the block heading and the top of the table, for both the left and the right side, and below that table.

prajaktam’s picture

Hello,

I can not reproduce the issue with Recent Content block. But for reducing the spacing around the blocks in left and right sidebar region what you can do is :
Replace the styling

#sidebar-left .content, #sidebar-right .content {
padding:5px 15px;
}

with

#sidebar-left .content, #sidebar-right .content {
padding:5px;
}

in style.css file in your danland and danblog themes.
Thanks,
Prajakta

Taxoman’s picture

- and for anonymous users, that block displays two narrow, empty "columns" where "edit" and "delete" is placed for authenticated users, which looks weird.

I think perhaps the best thing would be to hide those cell borders alltogether and just adjust some of the spacing.

danpros’s picture

Category: bug » support
Status: Active » Fixed

Hi,

Like prajaktam, I can not reproduce the issue also :)

Maybe its because of your changes to the CSS.

Dan

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.