1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-10 23:06:06 +00:00

Tweak appearance of tags editor

Making it a bit more like http://aehlke.github.io/tag-it/
This commit is contained in:
Jermolene
2013-11-30 10:55:45 +00:00
parent 208c64aa9d
commit 2db3043d6e
3 changed files with 31 additions and 8 deletions

View File

@@ -83,6 +83,16 @@ background-image: -ms-linear-gradient($gradient$);
<<box-shadow "inset 0 1px 8px rgba(0, 0, 0, 0.15)">>
}
.tw-edit-tags {
<<box-shadow "inset 0 1px 8px rgba(0, 0, 0, 0.15)">>
}
.tw-tiddler-frame .tw-edit-tags input.tw-edit-texteditor {
<<box-shadow "none">>
border: none;
outline: none;
}
canvas.tw-edit-bitmapeditor {
<<box-shadow "2px 2px 5px rgba(0, 0, 0, 0.5)">>
}

View File

@@ -545,6 +545,23 @@ canvas.tw-edit-bitmapeditor {
font-style: normal;
}
.tw-edit-tags {
border: 1px solid #ddd;
padding: 4px 8px 4px 8px;
}
.tw-edit-add-tag {
display: inline-block;
}
.tw-edit-add-tag .tw-add-tag-name input {
width: 50%;
}
.tw-edit-tags .tw-tag-label {
display: inline-block;
}
.tw-edit-tags-list {
margin: 14px 0 14px 0;
}
@@ -558,11 +575,6 @@ canvas.tw-edit-bitmapeditor {
padding-left: 4px;
}
.tw-add-tag-name {
display: inline-block;
width: 15%;
}
.tw-tiddler-preview {
overflow: auto;
}