From 093d4326b9885de2035d31ac4e4af0ca72d32b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 9 Dec 2018 11:14:54 +0100 Subject: [PATCH] style: add minor adjustments to history log (#28782) --- wcs/qommon/static/css/dc2/admin.css | 33 +++++++++++++++++++++++++ wcs/templates/wcs/formdata_history.html | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/wcs/qommon/static/css/dc2/admin.css b/wcs/qommon/static/css/dc2/admin.css index 84ba9e832..6cec0275b 100644 --- a/wcs/qommon/static/css/dc2/admin.css +++ b/wcs/qommon/static/css/dc2/admin.css @@ -1665,3 +1665,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 %}