Closed (fixed)
Project:
Alek 2.0
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2007 at 04:47 UTC
Updated:
27 Jan 2008 at 23:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
nevets commentedIt would help to see the page and where you are placing the images but I am guessing you are trying to add them to and element that as a fixed height. Either that or you are assigning the image as the background image for an element and not setting the height. Does it behave the same way in Firefox and IE?
Comment #2
sudomaster commentedInterestingly enough, it occurs in Firefox. I am going to attempt to upload a portion of a screenshot to show what I mean. Keep in mind, I've made considerable changes to background and images since this is a work-in-progress, but have changed minimal amounts of the code.
I'm sure that this is just a padding/margin problem, but I can't pinpoint it...
Comment #3
Rhino25782 commentedI am reporting the exact same problem in Firefox on a fresh install - no changes to any theme code whatsoever.
Comment #4
sudomaster commentedOpen style.css (in the Alek theme directory), scroll down to line 318 which looks like this:
.submitted {
background: url(img/user.gif) no-repeat;
background-position: 2px 3px;
padding:3px 0 3px 20px;
color:#999;
font: normal 11px arial;
margin:0 0 0 3px;
float: left;
}
Change the padding to:
padding:3px 0 25px 20px;
Worked for me...
Comment #5
Gurpartap Singh commentedNot sure how the taxonomy icon appears just below the title, in the screen shot above(On a clean install?). It's supposed to be below the links of post, where it appears correct enough.
Comment #6
Gurpartap Singh commentedIt seems to be the user icon, which is already fixed. :)
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.