# HG changeset patch # User Alexandre Segura # Date 1487784661 -3600 # Node ID 6425443f0b12ca80ca71434a9dfe1f9c0287a175 # Parent ba69fa43cbbaf3ea6dc4f256afc30a82ffa5aa8a Change annotations list design. diff -r ba69fa43cbba -r 6425443f0b12 src/iconolab/templates/iconolab/detail_image.html --- a/src/iconolab/templates/iconolab/detail_image.html Wed Feb 22 18:29:43 2017 +0100 +++ b/src/iconolab/templates/iconolab/detail_image.html Wed Feb 22 18:31:01 2017 +0100 @@ -8,24 +8,31 @@
- diff -r ba69fa43cbba -r 6425443f0b12 src_js/iconolab-bundle/src/iconolab.scss --- a/src_js/iconolab-bundle/src/iconolab.scss Wed Feb 22 18:29:43 2017 +0100 +++ b/src_js/iconolab-bundle/src/iconolab.scss Wed Feb 22 18:31:01 2017 +0100 @@ -308,16 +308,29 @@ margin-bottom: 30px; .annotation-navigator-list { width: 20%; - max-height: 600px; - overflow: scroll; + .panel { + max-height: 600px; + height: 600px; + overflow: scroll; + } .list-group-item { + .list-group-item-heading { + font-weight: bold; + margin-bottom: 10px; + } .close { display: none; + line-height: floor(($font-size-small * $headings-line-height)); } &.active .close { display: block; color: #fff; } + .list-group-item-footer { + margin-top: 10px; + font-size: $font-size-small; + text-align: right; + } } } .annotation-navigator-canvas {