X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/9608fd1f0786c3baf2c2acb3149acba2c9008314..f053afa06b122dc6d6a2a0ff1dd3ac2691d79a5c:/src/editor/modules/documentCanvas/nodes.less diff --git a/src/editor/modules/documentCanvas/nodes.less b/src/editor/modules/documentCanvas/nodes.less index 78792cc..3b47209 100644 --- a/src/editor/modules/documentCanvas/nodes.less +++ b/src/editor/modules/documentCanvas/nodes.less @@ -1,7 +1,6 @@ [document-text-element] { font-size: 14px; display: inline; - margin: 0 1px; white-space: pre-wrap; } @@ -16,6 +15,11 @@ padding: 1px 1px; } +[wlxml-tag="span"] { + padding: 0; + border: none; +} + .grid-on { [wlxml-tag] { .rng-common-hoveredNode; @@ -70,7 +74,7 @@ } [wlxml-class|="emp"] { - font-style: italic; + font-weight: bold; } [wlxml-tag=metadata] { @@ -79,10 +83,16 @@ [wlxml-class|="list"] { - [wlxml-class|="item"] { - display: list-item; + + > * > [wlxml-class|="item"] { margin-left: 10px; padding-left: 5px; + + &:before { + content: '\2022'; + margin-right:10px; + padding-right:10px; + } } } @@ -97,7 +107,7 @@ counter-reset: myitem; - > [wlxml-class="item"] { + > * > [wlxml-class="item"] { counter-increment: myitem; margin-left: 10px; padding-left: 5px;