comparison 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
comparison
equal deleted inserted replaced
1859:58681a5c727b 1860:b8f54ab47b3b
2328 right: 5px; 2328 right: 5px;
2329 font-size: 10px; 2329 font-size: 10px;
2330 line-height: 15px; 2330 line-height: 15px;
2331 width: 15px; 2331 width: 15px;
2332 height: 15px; 2332 height: 15px;
2333 border-radius: 100%; 2333 border-radius: 5px;
2334 background-color: gray; 2334 background-color: gray;
2335 vertical-align: middle; 2335 vertical-align: middle;
2336 text-align: center; 2336 text-align: center;
2337 font-weight: bold; } 2337 font-weight: bold;
2338 width: max-content;
2339 padding: 1px 5px;
2340 line-height: 12px; }
2338 2341
2339 .wvSerieslist__information { 2342 .wvSerieslist__information {
2340 font-size: 14px; 2343 font-size: 14px;
2341 float: right; 2344 float: right;
2342 padding-left: 1rem; 2345 padding-left: 1rem;