# HG changeset patch # User rougeronj # Date 1438961123 -7200 # Node ID b78e2ec3e7a52069569c884a7458b13902bb336c # Parent daa7aa274e3feebd98d4ceb971b9d886f2abe667 ellipsis for long texts in the annotations and show filters diff -r daa7aa274e3f -r b78e2ec3e7a5 server/src/remie/static/remie/css/style.css --- a/server/src/remie/static/remie/css/style.css Fri Aug 07 12:23:58 2015 +0200 +++ b/server/src/remie/static/remie/css/style.css Fri Aug 07 17:25:23 2015 +0200 @@ -101,12 +101,16 @@ } #info_panel p{ - margin-top:20px; margin-bottom: 0; font-family: Open-Sans-Light; color: #848484; font-weight: bold; font-size: 16px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 70%; + display: inline-block; } /* -------- Override LatestAnnotation style -------- */ @@ -228,7 +232,8 @@ } ul.Ldt-AnnotationsList-ul li.Ldt-AnnotationsList-li{ - min-height: 30px; + min-height: inherit; + height: 30px; line-height: 30px; cursor: pointer; } @@ -266,7 +271,8 @@ } .Ldt-AnnotationsListWidget .Ldt-AnnotationsList-Filters{ - display: none; + margin-top: 20px; + display: block; } /* ----------------------------------------------- */