STIXProject / stix-to-html

Convert STIX XML to HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix indenting problems

mattcoarr opened this issue · comments

Most important issue is that some content under an expandable item does not show up as indented (it's flush left with the expandable toggle. That means it's even further left than the +/– for the toggle. The css class for this is .expandableContents.

This makes it hard to follow nested contents.

expandable_contents_not_indented

Secondarily, some items are expanded too far (as a result of several nested divs).

too_much_indentation

  • first half is fixed (the more important piece) -- the expandable contents now show up as properly indented to line up with the expandable toggle text
  • the second half is a minor issue that has not been addressed -- a little too much indentation before cybox Objects' details