diff --git a/server/static/css/edit-model.css b/server/static/css/edit-model.css index 37c35168..9529ab0e 100644 --- a/server/static/css/edit-model.css +++ b/server/static/css/edit-model.css @@ -40,10 +40,6 @@ body { border: 1px solid #ccc; } -.checkbox-label { - font-size: 0.6em; -} - .property-editor { border: 1px solid #ccc; padding: 10px; @@ -53,6 +49,15 @@ body { overflow-y: auto; /* Enable vertical scroll */ } +.risk-property-editor { + border: 1px solid #ccc; + padding: 10px; + width: 50%; + height: 320px; + background-color: #efb9b9; + overflow-y: auto; /* Enable vertical scroll */ +} + .property-editor-item { display: flex; align-items: center; diff --git a/server/static/edit-model.html b/server/static/edit-model.html index 2c1c6b2d..0d3c736a 100644 --- a/server/static/edit-model.html +++ b/server/static/edit-model.html @@ -40,6 +40,10 @@
+