ellipsis for long texts in the annotations and show filters
authorrougeronj
Fri, 07 Aug 2015 17:25:23 +0200
changeset 75 b78e2ec3e7a5
parent 74 daa7aa274e3f
child 76 6076bf17c133
ellipsis for long texts in the annotations and show filters
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;
 }
 
 /* ----------------------------------------------- */