I noticed that when user is logged-in into drupal, the Bible page where one has to choose the book (for example http://www.example.com/bible/1) looks unreadable - names of Bible books lay one upon other. This problem however completely disappears when user logs off.

CommentFileSizeAuthor
#2 runonbible.JPG23.71 KBRobertas

Comments

MikeLee_Birdy’s picture

Dear Sir:
Can you give me a url or picture so that I can dig how to solve this?
MikeLee

Robertas’s picture

StatusFileSize
new23.71 KB

This is how it looks when logged in - now in 6.x-1.2-rc8 too.
Here is another site that has the same problem:
http://biblijos.lt/bible/3

But remember - you have to log in in order to see the problem.

MikeLee_Birdy’s picture

Dear Robertas:
I guess it's theme issue. Does this problem will happen if you change another theme?
MikeLee
ps. I notice that you have another bible.po. Could you offer this so that I can put it in the translation directory?

Robertas’s picture

The same problem is with Bluemarine, Garlanda, Chameleon themes. Interestingly the problem disappears when user is not given permissions to edit anything on the site. I noticed that when disabling stylesheet /modules/system/defaults.css?l (with firebug on a loaded page) the problem goes away and text lays out normal. Also, when I disable stylesheet /sites/all/modules/bible/bible.css?l then Bible book names also does not run one upon other, although loses formatting. When I disabled all javascript with web developer - the problem disappeared. I have tried to work some on bible.css using my web developer toolbar for firefox. As soon as I would touch these styles the problem would disappear until next page reload: div.bible-book-list,
ul.bible-chapter-list {
overflow: hidden;
} and also this: div.bible-book-list span.book {
float: right;
font-size: 12px;
width: 14%;
}

I am no good in css, so I do not know what may be wrong here... P.S. the Lithuanian Bible I could NOT share with others since publisher gave us permission only to put it into our site.

Poieo’s picture

Need to change the width callout in bible.css line 13 from 100px to 100%.

That should solve the issue.

In the meantime, you can over right this in your own theme's style.css.

MikeLee_Birdy’s picture

Dear Poieo:
Yeah... I got it. I'll fix this in next release. Thanks.
MikeLee

Kriss-dupe’s picture

Status: Active » Fixed

Been here too long, changing status for efficiency.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.