Metadata
- Source
- FLUID-2821
- Type
- Bug
- Priority
- Critical
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Jacob Farber
- Reporter
- Alison Benjamin
- Created
2009-05-28T13:17:40.000-0400 - Updated
2011-03-17T14:56:34.793-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Website
Description
go to:
http://fluidproject.org/products/infusion/
the "available for download" link in the lower right "open source" lozenge is not clickable.
Comments
-
Laurel Williams commented
2009-10-16T17:00:06.000-0400 If we change the styling on the h3 from
.infusion_panel h3 {
background:transparent url(uploads/images/panel_TL_corner.png) no-repeat scroll left top;
color:#FFFFFF;
margin:0;
padding:10px 0 50px;
text-align:center;
position:absolute;
width:100%;
}to
.infusion_panel h3 {
background:transparent url(uploads/images/panel_TL_corner.png) no-repeat scroll left top;
color:#FFFFFF;
margin:0;
padding:10px 0 25px;
text-align:center;
position:absolute;
width:100%;
}-
-
- Change the bottom padding from 50px to 25px ***
-
it still looks pretty good (tested only on FF3.5 winXP) and links in the top row of text in these panels will still be clickable.
-
-
Laurel Williams commented
2009-10-19T14:49:57.000-0400 Resolved this issue by removing the link (Jess's suggestion). This will remain an issue for other links in the first two lines of these text blocks in the infusion page, unless the css is changed.