--- 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;
}
/* ----------------------------------------------- */