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.

print-window-tiddler
Mario Pietsch 2014-09-03 15:08:51 +02:00
rodzic 7f75d651d4
commit 542788bfeb
2 zmienionych plików z 1 dodań i 6 usunięć

Wyświetl plik

@ -24,11 +24,8 @@ background-color:$(backgroundColor)$;
</div> </div>
<div class="tc-block-dropdown-wrapper"> <div class="tc-block-dropdown-wrapper">
<$reveal state=<<qualify "$:/state/popup/tags-auto-complete">> type="nomatch" text="" default=""> <$reveal state=<<qualify "$:/state/popup/tags-auto-complete">> type="nomatch" text="" default="">
<div class="tc-block-dropdown"> <div class="tc-block-dropdown">
<$linkcatcher set="$:/temp/NewTagName" setTo="" message="tm-add-tag"> <$linkcatcher set="$:/temp/NewTagName" setTo="" message="tm-add-tag">
<$list filter="[!is[shadow]tags[]search{$:/temp/NewTagName}sort[title]]"> <$list filter="[!is[shadow]tags[]search{$:/temp/NewTagName}sort[title]]">
<$link> <$link>
@ -40,9 +37,7 @@ background-color:$(backgroundColor)$;
</$link> </$link>
</$list> </$list>
</$linkcatcher> </$linkcatcher>
</div> </div>
</$reveal> </$reveal>
</div> </div>
</$fieldmangler> </$fieldmangler>

Wyświetl plik

@ -932,7 +932,7 @@ canvas.tc-edit-bitmapeditor {
min-width: 280px; min-width: 280px;
border: 1px solid <<colour dropdown-border>>; border: 1px solid <<colour dropdown-border>>;
background-color: <<colour dropdown-background>>; background-color: <<colour dropdown-background>>;
padding: 0 0 0 0; padding: 7px 0;
margin: 4px 0 0 0; margin: 4px 0 0 0;
white-space: nowrap; white-space: nowrap;
z-index: 1000; z-index: 1000;