Skip to main content
Topic: VB-Style-Login and Search displayed in Infocenter? (Read 7375 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: VB-Style-Login and Search displayed in Infocenter?

Reply #15

hm.. I have no clue how to make this work with search bar, sorry :|

Re: VB-Style-Login and Search displayed in Infocenter?

Reply #16

And if I am logged in, then the infocenter looks like this... :o

Re: VB-Style-Login and Search displayed in Infocenter?

Reply #17

Never mind, phantom...and thank you very much for your help.

I made it now again as I have shown in Reply #7

Re: VB-Style-Login and Search displayed in Infocenter?

Reply #18

Grab the files attached here, based on @phantom's work, then add to your css:
Code: [Select]
.user_tools:after {
display: block;
clear: both;
content: "";
}
and to Addons.english.php:
Code: [Select]
$txt['user_tools'] = 'Tools';
or whatever you prefer. ;)
Bugs creator.
Features destroyer.
Template killer.

Re: VB-Style-Login and Search displayed in Infocenter?

Reply #19

Now it worked, great! Thank you very much, emanuele... :)

It looks a bit...I don't know how to say in English...funny?
Maybe I can change the height? I mean, that the word "tools" and the two bars are on one line, not underneath?

Re: VB-Style-Login and Search displayed in Infocenter?

Reply #20

Finished! It was very difficult to do for me...

What do you think? ;)  Is it looking nice or awful? I am not sure...


Re: VB-Style-Login and Search displayed in Infocenter?

Reply #21

If you prefer to have them on two lines, you can remove the float on the two containers, something like:
Code: [Select]
#search_form, #top_section_notice {float: none;}

To be honest, if they stay on the same line, to me looks better one on the left and one on the right instead of the two both on the left.
Change the position of these two "blocks" is just a matter of changing the float (left/right/none) on the containers above (#search_form, #top_section_notice), if you want the search on the left you just float:left the search and float:right the login. ;)
Bugs creator.
Features destroyer.
Template killer.

Re: VB-Style-Login and Search displayed in Infocenter?

Reply #22

You don't know how difficult such things are to me, emanuele.... ;)

I made some changes there again. Does it look better now? O:-)

Re: VB-Style-Login and Search displayed in Infocenter?

Reply #23

Quote from: Ruth – You don't know how difficult such things are to me, emanuele.... ;)
LOL
Don't worry, I know the feeling. ;)

Quote from: Ruth – I made some changes there again. Does it look better now? O:-)
Guess so! :D (Of course is you like it first and foremost. ;D)
Bugs creator.
Features destroyer.
Template killer.