src/widgets/CreateAnnotation.css
changeset 1068 7623f9af9272
parent 1066 5ef7182907c5
child 1069 2409cb4cebaf
--- a/src/widgets/CreateAnnotation.css	Fri Sep 25 14:45:38 2015 +0200
+++ b/src/widgets/CreateAnnotation.css	Fri Oct 02 11:27:17 2015 +0200
@@ -23,7 +23,7 @@
 }
 
 .Ldt-CreateAnnotation-Main {
-    min-height: 150px;
+    min-height: 50px;
 }
 
 .Ldt-CreateAnnotation-Title, .Ldt-CreateAnnotation-Creator {
@@ -66,10 +66,10 @@
 }
 
 .Ldt-CreateAnnotation-Description {
-    height: 56px;
+    height: 3em;
     padding: 2px;
     resize: none;
-    width: 460px;
+    width: calc(100% - 62px);
     border: 1px solid #666666;
     border-radius: 2px;
 }