Skip to main content
Topic: [RC2] texts not in a row (Read 4940 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: [RC2] texts not in a row

Reply #16


Maybe, but it's the best browser to have all your Google personalisations, favorites and logins at any device you are using. Yes, I am using Google Now.  :D

Thanks for the fix! Does this sound weird?  :o


Re: [RC2] texts not in a row

Reply #18

1 bug, 1 topic. :P

BTW I'm not sure what the issue is in those pictures.
Bugs creator.
Features destroyer.
Template killer.

Re: [RC2] texts not in a row

Reply #19

Sorry, thought it's the correct place here because all of these are small, optical missalignments.

The custom title of the member seems to be not centered, but a bit to the left. Blame @Ruth for this!  :P

Re: [RC2] texts not in a row

Reply #20

Try changing in index.css:
Code: [Select]
.poster .title {
white-space: normal;
word-wrap: break-word;
max-width: 14em;
}
to:
Code: [Select]
.poster .title {
white-space: normal;
word-wrap: break-word;
max-width: 100%;
}
I'm not sure of the effect on other browsers... O:-)
Bugs creator.
Features destroyer.
Template killer.

Re: [RC2] texts not in a row

Reply #21

Thank you very much, emanuele!

I have tried all this changes and now everything looks good... in my browser. ;)

Infocenter was still a little bit outside the row; but I have changed the inline padding in the index.css.php from 32px to 29px and now it's all straight on the line:

Code: [Select]
.inline {
padding: 0 29px;
font-size: 0.857em;
}


 ;)  Did I tell you to write everything in a single topic? No, I didn't.
I am completely innocent, @Jorin  :P  :P  :P