Closed (fixed)
Project:
BlueBreeze
Version:
5.x-1.1
Component:
CSS
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2006 at 10:58 UTC
Updated:
20 Jan 2007 at 14:30 UTC
Blocks that are set to display in the header region do not display inline. The fix is to add this entry to the style.css file.
#header-region * {
display: inline;
line-height: 1.5em;
margin-top: 0;
margin-bottom: 0;
}
attached is a style.css file that I modified to include this is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| style.css_8.txt | 14.28 KB | tankerjoe |
Comments
Comment #1
tankerjoe commentedBTW if forgot to mention, to see this issue configure the "user login" block to display in the header region.
Comment #2
Frando commentedfixed. thanks!
Comment #3
Frando commentedComment #4
(not verified) commented