This is a migrated thread and some comments may be shown as answers.

Firefox 22 bottom border issues

1 Answer 26 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Geoff
Top achievements
Rank 1
Geoff asked on 05 Aug 2013, 01:55 PM
Hello -

The new Firefox 22 has a slightly taller bottom/center cell and it's showing another piece of the background sprite.  This can be seen on the overview demo with the older skins (ex. Black, Metro, Telerik).  It does not occur when using Lightweight rendering but that's not an option for me yet.

What's the quick CSS fix?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Geoff
Top achievements
Rank 1
answered on 05 Aug 2013, 02:13 PM
Ah nevermind it was just the minimum font-size setting which I hadn't disabled.  This seemed to work though to get around it:
.RadDock.RadDock_SkinName .rdTable .rdBottom .rdLeft,
.RadDock.RadDock_SkinName .rdTable .rdBottom .rdCenter,
.RadDock.RadDock_SkinName .rdTable .rdBottom .rdRight
{
    line-height: 0;
}
Tags
Dock
Asked by
Geoff
Top achievements
Rank 1
Answers by
Geoff
Top achievements
Rank 1
Share this question
or