From 542788bfeba98ec3bac0bb721293c16354bc1b34 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Wed, 3 Sep 2014 15:08:51 +0200 Subject: [PATCH] These changes remove the p-tags from the edit-tags dropdown in tiddler edit mode. ... The changes also take effect to the tiddler-type-chooser popup, since it uses the same css classes. --- core/ui/EditTemplate/tags.tid | 5 ----- themes/tiddlywiki/vanilla/base.tid | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/core/ui/EditTemplate/tags.tid b/core/ui/EditTemplate/tags.tid index b96238c6e..1f27639dd 100644 --- a/core/ui/EditTemplate/tags.tid +++ b/core/ui/EditTemplate/tags.tid @@ -24,11 +24,8 @@ background-color:$(backgroundColor)$;
- <$reveal state=<> type="nomatch" text="" default=""> -
- <$linkcatcher set="$:/temp/NewTagName" setTo="" message="tm-add-tag"> <$list filter="[!is[shadow]tags[]search{$:/temp/NewTagName}sort[title]]"> <$link> @@ -40,9 +37,7 @@ background-color:$(backgroundColor)$; -
-
diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 9d4b35c3e..bc21888ec 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -932,7 +932,7 @@ canvas.tc-edit-bitmapeditor { min-width: 280px; border: 1px solid <>; background-color: <>; - padding: 0 0 0 0; + padding: 7px 0; margin: 4px 0 0 0; white-space: nowrap; z-index: 1000;