Summary: | Better IntranetNav | ||
---|---|---|---|
Product: | Koha | Reporter: | Christopher Brannon <cbrannon> |
Component: | Staff interface | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED WORKSFORME | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, indradg |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Cleaned up IntranetNav
Basic links in IntranetNav Not so attractive layout of links in IntranetNav |
Description
Christopher Brannon
2014-07-31 22:17:59 UTC
> Plus the added links
> don't look good, and don't line up well.
I'm not seeing a problem with the way the links look when I test it. Does it depend on the browser? What is the markup you're testing which looks wrong?
(In reply to Owen Leonard from comment #1) > > Plus the added links > > don't look good, and don't line up well. > > I'm not seeing a problem with the way the links look when I test it. Does it > depend on the browser? What is the markup you're testing which looks wrong? Well, if you only throw links in there, the font doesn't match, the links are run together, and they are offset from the rest of the menu. It just doesn't look clean. Plus, as I said, you are limited on space. (See attachments) I just thought I'd throw this out there. Seems like mimicking the existing menu is more attractive and practical. Christopher Created attachment 30457 [details]
Basic links in IntranetNav
Created attachment 30458 [details]
Not so attractive layout of links in IntranetNav
(In reply to Owen Leonard from comment #1) > > Plus the added links > > don't look good, and don't line up well. > > I'm not seeing a problem with the way the links look when I test it. Does it > depend on the browser? What is the markup you're testing which looks wrong? I am using FireFox, by the way. IE11 looks exactly the same. Christopher (In reply to Christopher Brannon from comment #2) > Well, if you only throw links in there, the font doesn't match, the links > are run together, and they are offset from the rest of the menu. Yeah it's not exactly clear from the system preference description, but for it to look consistent you have to enter them as list items: <li><a href="#">Link one</a></li> <li><a href="#">Link two</a></li> <li><a href="#">Link three</a></li> That said, you're right that you'll run out of space quickly. I'm glad you were able to put together a menu that worked. Perhaps a good next step would be to fully document both the plain and menu markup options. |