Fossil SCM

navegation

Closed

69a4323277edc3e… · opened 16 years, 7 months ago

Type
Feature_Request
Priority
Severity
Minor
Resolution
Rejected
Subsystem
Created
Aug. 30, 2009 3:54 a.m.

Because is possible have large lists (i.e. 200 events in timeline) i think woud be very usefull :

  • Keep the toolbar fix at top, ever visible; and/or
  • Have button(s) to top

anonymous claiming to be Thomas added on 2009-08-30 16:00:24:
This is easy to do through the CSS editor. I don't think that Fossil needs to be a presentation/layout engine, so it's probably best just to merge these with the existing styles:

body {
  padding-top: 2em;
}

div.mainmenu {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%;
}

Tested in Safari and Firefox.


lrem added on 2011-08-30 13:46:35 UTC: This is clearly a matter of taste. Going back to top of the page is a matter of a single button press or mouse gesture, so it does not change usability by much. Finally, if someone desires this on his own Fossil page, he can just edit the skin.


Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button