Summary | Goto Popup |
Queue | Kronolith |
Queue Version | 2.1.2 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | webmgr (at) muskingum (dot) edu |
Created | 08/17/2006 (6978 days ago) |
Due | |
Updated | 08/18/2006 (6977 days ago) |
Assigned | |
Resolved | 08/18/2006 (6977 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Goto Popup
Queue ⇒ Kronolith
a solution is:
In "kronolith/templates/common-header.inc"
Change:
<div id="kgoto" class="headerbox"
style="position:absolute;display:none;left:50px;top:50px;padding:0;z-index:1"></div>
To:
<div id="kgoto" class="headerbox"
style="position:absolute;display:none;left:100px;top:50px;padding:0;z-index:1"></div>
This moves the Goto popup window directly below the Goto button
instead of off in its own world. (The difference being the left:100px
instead of left:50px).