diff Applications/StoneWebViewer/Resources/Styles/_serieslist.scss @ 1860:b8f54ab47b3b

SeriesList: display the SeriesNumber tag in front of image count.
author Alain Mazy <am@osimis.io>
date Tue, 21 Sep 2021 12:29:48 +0200
parents d1806b4e4839
children
line wrap: on
line diff
--- a/Applications/StoneWebViewer/Resources/Styles/_serieslist.scss	Mon Sep 20 17:08:23 2021 +0200
+++ b/Applications/StoneWebViewer/Resources/Styles/_serieslist.scss	Tue Sep 21 12:29:48 2021 +0200
@@ -80,11 +80,14 @@
     line-height:15px;
     width:15px;
     height:15px;
-    border-radius: 100%;
+    border-radius: 5px;
     background-color: $gray;
     vertical-align: middle;
     text-align: center;
     font-weight: bold;
+    width: max-content;
+    padding: 1px 5px;
+    line-height: 12px;
 }
 .wvSerieslist__information{
     font-size: 14px;