diff Applications/StoneWebViewer/WebApplication/app.css @ 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 092af2150f67
children
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/app.css	Mon Sep 20 17:08:23 2021 +0200
+++ b/Applications/StoneWebViewer/WebApplication/app.css	Tue Sep 21 12:29:48 2021 +0200
@@ -2330,11 +2330,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; }
+  font-weight: bold;
+  width: max-content;
+  padding: 1px 5px;
+  line-height: 12px; }
 
 .wvSerieslist__information {
   font-size: 14px;