Hi Dave

Try adding these two definitions:

.tw-block-dropdown {
white-space: normal;
}

.tw-block-dropdown a {
display: inline-block;
}


Best wishes

Jeremy



On Thu, Apr 24, 2014 at 5:57 PM, David Gifford <[email protected]> wrote:

> Hi all
>
> I am trying to make the tags editor work better for me, and I have made
> some progress.
>
> In a clone of $:/core/ui/EditTemplate/tags I changed tw-tag-label to
>
>
> .tw-tag-label-giffmex-plain
>
> then I added this to my stylesheet:
>
> .tw-block-dropdown-wrapper {width:800px;}
> .tw-block-dropdown {width:800px;white-space:normal;}
> .tw-tag-label-giffmex-plain {font-weight:normal;color:#000;font-size:9pt;}
>
>
> This widened the dropdown area, reduced the font size, and changed the
> font color.
>
> I successfully removed
>
> <$set name="backgroundColor" value={{!!color}}><span style=<<tag-styles>>
> class="tw-tag-label">
>
> and </span></$set> to remove the tag pill background color.
>
> I also tried adding
>
> .tw-tag-label-giffmex-plain a.tw-tiddlylink:hover {background-color:#ddeeff;}
>
>
> but that doesn't seem to affect the styles upon hovering. But I am okay
> with the current hover style, so that is not my question.
>
> My question is, how can I get the dropdown list in the tag editor to
> display as a comma-separated list rather than a list that stacks the tags
> vertically? I would like to come close to the results in the
> IntelliTaggerPlugin for TWC, as in
> http://www.giffmex.org/davesbraintags.html. The current vertical stacking
> of tags in the tags editor dropdown does not suit my needs.
>
> I tried adding {display:inline; list-style:none;} to a few styles
> mentioned in the tiddler  $:/core/ui/EditTemplate/tags, to no avail. Since
> it is a list filter there should be a way to configure it, but something,
> including my lack of knowhow, is keeping me from success. Any help?
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to