Small css fixes: filters and delete buttons for AnnotationsList
authordurandn
Tue, 22 Sep 2015 15:42:42 +0200
changeset 162 b494186c9919
parent 161 30f520ba59a1
child 163 f7cc6a0670fd
Small css fixes: filters and delete buttons for AnnotationsList
server/src/remie/static/remie/css/style.css
server/src/remie/static/remie/css/teacher.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;
--- 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%;