Closed (won't fix)
Project:
BlueBreeze
Version:
5.x-1.2
Component:
CSS
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2007 at 02:49 UTC
Updated:
29 Aug 2013 at 16:55 UTC
Text in the sidebars (block) are lower than the icons.
Text in Primarylinks are "hanging" low. Put in the letter g in a primarylink and you won't be able to see the lower part of g.
Text is "hanging" low in fields - works if you change to font 99% in:
input, textarea, select, textfield {
font 99% .....
Comments
Comment #1
Chippe commented1. Text in the sidebars (block) are lower than the icons.
-I don't know how to fix this yet, maybe you do?
2. Text in Primarylinks are "hanging" low
Put in a letter like g in a primarylink and you won't be able to see the lower part of g.
-I think it has to do with the line-height in style.css:
Seems like the line-height is blocking the text. Adjusting the line-height = adjusting what's covering the text.
-Works fine if you adjust padding, height and line-height like:
3. Text is "hanging" low in fields
-works fine if you change to font 99% in style.css:
Im really new to CSS and there might be a better solution.
Comment #2
itapplication commented