The control section of the spreadsheet is not rendering, but the spreadsheet looks fine. See attached screen shot.

CommentFileSizeAuthor
Sheetnode01.PNG20.01 KBcwkelly3

Comments

infojunkie’s picture

This is likely a theme issue. What theme are you using?

If you can debug CSS, inspect the toolbar IMG elements for extra padding/margins. Once we find which CSS attributes are causing this, we will explicitly reset them in the Sheetnode CSS.

cwkelly3’s picture

I am using Marinelli/Alagna (obscure, I know). When I zero in on one toolbar image element, I see this in the theme CSS:

#primary img {
margin-bottom: 0;
margin-left: 0;
margin-right: 15px;
margin-top: 0;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
}

Attributed to the layout.css for the theme. Is that what you are looking for?

infojunkie’s picture

Can you try to zero out the margin and padding values in Firebug, and see if the toolbar icons get properly aligned?

infojunkie’s picture

Status: Active » Postponed (maintainer needs more info)
infojunkie’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)