diff --git a/wcs/qommon/static/css/dc2/admin.css b/wcs/qommon/static/css/dc2/admin.css index 74e1ea6c6..00948fbd0 100644 --- a/wcs/qommon/static/css/dc2/admin.css +++ b/wcs/qommon/static/css/dc2/admin.css @@ -1664,3 +1664,36 @@ table small, ul.user-formdatas small { display: block; } + +ul#evolutions div.evolution-metadata { + border: none; + margin-left: 70px; + padding: 0.5rem; + padding-left: 0; +} + +ul#evolutions li span.item.no-status-change { + width: 5px; + height: 5px; + left: 28px; + top: 39px; +} + +ul#evolutions li div.msg { + border: none; + box-shadow: none; + padding-left: 10px; +} + +ul#evolutions span.user { + opacity: 1; + font-style: italic; +} + +ul#evolutions li.msg-in div.msg { + background: #edf9f7; +} + +ul#evolutions li.msg-out div.msg { + background: #f1f8fe; +} diff --git a/wcs/templates/wcs/formdata_history.html b/wcs/templates/wcs/formdata_history.html index b1d31fd8b..d35056184 100644 --- a/wcs/templates/wcs/formdata_history.html +++ b/wcs/templates/wcs/formdata_history.html @@ -8,7 +8,7 @@
  • - +
    {% if evolution.status %}