Ticket #617 (closed Task: fixed)

Opened 6 months ago

Last modified 4 months ago

Remove Kohana trac toolbar in people.php (login and logout pages)

Reported by: spirit Owned by: Shadowhand
Priority: minor Milestone: Kohana Server Project
Component: Kohana Website/Server Version: SVN HEAD
Keywords: vanilla, theme, css Cc:

Description

The Kohana trac toolbar seems to be broken in the login and logout page (the ul menu is not floating but block) because this page does not contain the css style to dress it included in /themes/vanilla/styles/kohana/vanilla.css.

Nevertheless, this toolbar and the download link are so useless in these pages, that I propose to remove them. The HTML code is probably included in every pages so it would be harder to remove it only on people.php.

So just add to /themes/vanilla/styles/kohana/people.css those 2 lines:

#developer { display:none; }
#sidebar { display:none; }

Note: sorry to increment the bug counter ;) but it will take a few seconds only :D

Change History

Changed 6 months ago by Shadowhand

  • milestone changed from 2.1.2 to 2.1.3

Changed 5 months ago by Shadowhand

  • owner set to Shadowhand
  • status changed from new to assigned

Changed 4 months ago by Shadowhand

  • status changed from assigned to closed
  • type changed from Bug to Task
  • resolution set to fixed
  • milestone changed from 2.1.3 to Kohana Server Project

Thanks!

Note: See TracTickets for help on using tickets.