Closed (won't fix)
Project:
Node list
Version:
4.6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2005 at 21:51 UTC
Updated:
24 Oct 2007 at 06:53 UTC
Keys should be easier to access if they were horizontal than vertical. regards.
Comments
Comment #1
njivy commentedCSS is your friend.
Example: http://njivy.org/node/list
Comment #2
Andrzej7 commentedI found:
Changed in style.css for "node-list-index" your code and it works
Thanks
Comment #3
ec commentedNjivy thanks for your module and your answer. I made a concat of your post and the one sent by Andrzej7 and find my way. It works great. For those like me who like full help :
- if like me you're using xtemplate
- in your theme folder find style.css, edit it and add those line (in my case I put them after
.node .content { ...}:regards,
eric
Comment #4
consen commented.node-list-index li {
display: inline;
}
.node-list-index {
font-weight: bold; text-align: left; float: center;
font-style: italic;
font: 130% "Palatino Linotype", Georgia, Caslon, serif;
line-height: 100%; margin: 5px 5px 5px 5px;
padding: 2px 2px 2px 2px;
border: dotted 1px #bcc; background:#ffffcc;
}
.node-list {
font-weight: bold; text-align: left; float: center;
font-style: italic;
font: 100% "Palatino Linotype", Georgia, Caslon, serif;
line-height: 100%; margin: 3px 3px 3px 3px;
padding: 2px 2px 2px 2px;
background:#f7f7f7;
}
Comment #5
green monkey commentedThis worked great!! Thanks
Is there a way to add a "| " between the letters?
| a | b | c |
??
Thanks
Comment #6
ansius commentedjust put a border-left and border-right in the CSS