fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
integration wip: fixing document refresh in documentCanvas module
[fnpeditor.git]
/
modules
/
documentCanvas
/
nodes.less
diff --git
a/modules/documentCanvas/nodes.less
b/modules/documentCanvas/nodes.less
index
3c52bce
..
9128290
100644
(file)
--- a/
modules/documentCanvas/nodes.less
+++ b/
modules/documentCanvas/nodes.less
@@
-1,3
+1,9
@@
+[wlxml-text] {
+ display: inline;
+ margin: 0 1px;
+ border: 1px solid white;
+}
+
[wlxml-tag] {
float: none !important; /* temporaty workaround for Bootstrap's influence via [class*="span"] { float: left; } */
border-color: white;
[wlxml-tag] {
float: none !important; /* temporaty workaround for Bootstrap's influence via [class*="span"] { float: left; } */
border-color: white;
@@
-6,10
+12,11
@@
min-height:20px;
position:relative;
text-indent: 0;
min-height:20px;
position:relative;
text-indent: 0;
+ padding: 1px 1px;
}
}
-
span[wlxml-tag
] {
- display:inline
-block
;
+
[wlxml-tag=span
] {
+ display:inline;
min-width: 10px;
}
min-width: 10px;
}
@@
-61,7
+68,7
@@
span[wlxml-tag] {
font-style: italic;
}
font-style: italic;
}
-[wlxml-tag
] metadata
{
+[wlxml-tag
=metadata]
{
display:none;
}
display:none;
}