jalview / jalview-js

JavaScript artefacts and deployment documents for JalviewJS
https://jalview.github.io/jalview-js/
GNU Affero General Public License v3.0
13 stars 5 forks source link

CSS position not defined in example html files #4

Closed smoretti closed 4 years ago

smoretti commented 4 years ago

Hi

The div element with the System.out contains a CSS position style that is not defined in all example HTML files, as well as in the README.md file. <div style="*position:*left:900px;top:30px;width:600px;height:300px;">

smoretti commented 4 years ago

Also to allow resizing of the div sysoutdiv helps a lot (resize:both) for debugging

foreveremain commented 4 years ago

pushed a fix - does this look right @smoretti ?

smoretti commented 4 years ago

Depends where you want to anchor the div but it looks right. Just the resize:both should be in the <div id="sysoutdiv" css, not in the upper div