Closed (fixed)
Project:
Abarre
Version:
5.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Reporter:
Created:
6 Oct 2008 at 22:01 UTC
Updated:
21 Oct 2008 at 19:01 UTC
Jump to comment: Most recent
I would like to alter the appearance and location of the tabs, so that they look and function in a manner identical to those in the moleskine theme. Is that within the realm of the possible, and if so, how would be the best way to approach it? Many thanks for your kind assistance.
Comments
Comment #1
Anonymous (not verified) commentedThat's a little bit more complicated than the sidebar issue. You need to do 2 things :
First, in style.css, remove the code from the line 490 to 515 :
Then, open the page.tpl.php file, and move the line 19 :
<?php if ($tabs): ?><div class="tabs"><?php print $tabs; ?></div><?php endif; ?>to line 55 , after the title, and before the help :
That should do the trick :)
Comment #2
bwv commentedYes, it did, thank you very much.
Comment #3
Anonymous (not verified) commentedComment #4
bwv commentedHi, one follow up please: is it possible, now that I have reconfigured the tabs, to make them look like the tabs in the moleskine theme? Thanks again for your help.
Comment #5
Anonymous (not verified) commentedThat my friend is quite easy, just find out in moleskine what are the css rules that create the tabs design, and copy paste them to abarre stylesheet. It is located from the line 511 to 536 in moleskine's stylesheet. Don't forget to also copy the images used for the tab design. This might work, but there might be some adjustment to do.
I think that it might be a good css exercise, and also, if ou are not using it, I really recommend that you try the firefox addon called FIREBUG, that you can find here : https://addons.mozilla.org/en-US/firefox/addon/1843
It is the best tool to tweak our css around.
Cheers
Comment #6
bwv commentedMerci!
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.