# HG changeset patch # User durandn # Date 1442929362 -7200 # Node ID b494186c9919d8610bcd1a950e738b09d507a484 # Parent 30f520ba59a1877e195cb5604c4ea8e1dcd30ec5 Small css fixes: filters and delete buttons for AnnotationsList diff -r 30f520ba59a1 -r b494186c9919 server/src/remie/static/remie/css/style.css --- a/server/src/remie/static/remie/css/style.css Tue Sep 22 12:02:55 2015 +0200 +++ b/server/src/remie/static/remie/css/style.css Tue Sep 22 15:42:42 2015 +0200 @@ -293,6 +293,7 @@ #AnnotationsList_container .Ldt-AnnotationsListWidget{ -ms-overflow-style: -ms-autohiding-scrollbar; + overflow-x: hidden; } ul.Ldt-AnnotationsList-ul li:nth-child(2n+1){ @@ -332,7 +333,7 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - width: 270px !important; + width: 240px !important; display: inline-block !important; margin: 0px !important; font-size: 12px !important; @@ -350,6 +351,16 @@ margin-right: 20px } +.Ldt-AnnotationsList-Filters .Ldt-AnnotationsList-filter-dropdown{ + border: 1px solid grey; + height: 25px; + float: left; + margin: 0 1px; + width: 150px; + text-align: left; + text-indent: 5px; +} + .Ldt-AnnotationsList-li h3.Ldt-AnnotationsList-Title { display: inline-block; float: right; diff -r 30f520ba59a1 -r b494186c9919 server/src/remie/static/remie/css/teacher.css --- a/server/src/remie/static/remie/css/teacher.css Tue Sep 22 12:02:55 2015 +0200 +++ b/server/src/remie/static/remie/css/teacher.css Tue Sep 22 15:42:42 2015 +0200 @@ -26,6 +26,7 @@ .Ldt-AnnotationsList-DeleteButton { position: relative; top: 0px !important; + left: -25px !important; } .Ldt-AnnotationsList-Screen{ @@ -65,16 +66,6 @@ padding-bottom: 38px; } -.Ldt-AnnotationsList-Filters .Ldt-AnnotationsList-filter-dropdown{ - border: 1px solid grey; - height: 25px; - float: left; - margin: 0 1px; - width: 150px; - text-align: left; - text-indent: 5px; -} - .Ldt-AnnotationsList-Filters .Ldt-AnnotationsList-filter-date { background: rgba(0, 0, 0, 0) url("img/calendar.png") no-repeat scroll left center / 26px auto; text-indent: -100%;