diff options
Diffstat (limited to 'python/risk_insight/static/insight.css')
| -rw-r--r-- | python/risk_insight/static/insight.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/python/risk_insight/static/insight.css b/python/risk_insight/static/insight.css new file mode 100644 index 00000000..30cb1768 --- /dev/null +++ b/python/risk_insight/static/insight.css @@ -0,0 +1,23 @@ +/* body{ */ +/* margin: 1em auto; */ +/* width: 1280px; */ +/* } */ + +.graph{ + width:800px; + height:500px; + /* display: inline-block; */ + margin-right: 5em; + float: left; +} + +#select-box{ + margin-top: 5em; + padding-bottom: 1em; +} + +.select-box2{ + clear: left; + margin-left:3em; + padding-top: 2em; +}
\ No newline at end of file |
