src/widgets/CreateAnnotation.css
changeset 1069 2409cb4cebaf
parent 1068 7623f9af9272
--- a/src/widgets/CreateAnnotation.css	Fri Oct 02 11:27:17 2015 +0200
+++ b/src/widgets/CreateAnnotation.css	Mon Dec 28 15:50:04 2015 +0100
@@ -48,10 +48,8 @@
 .Ldt-CreateAnnotation-PreviewSubmit{
     position: absolute;
     bottom: 7px;
-    right: 7px;
     color: #ffffff;
     cursor: pointer;
-    background: url('img/submit_annotation.png');
     height: 50px;
     width: 50px;
     padding: 28px 0 0;
@@ -61,7 +59,19 @@
     cursor: pointer;
 }
 
-.Ldt-CreateAnnotation-Submit:hover {
+
+.Ldt-CreateAnnotation-Cancel{
+    right: 7px;
+    background: url('img/cancel_annotation.png');
+}
+
+.Ldt-CreateAnnotation-Submit{
+	right: 67px; 
+	background: url('img/submit_annotation.png');
+}
+
+.Ldt-CreateAnnotation-Submit:hover,
+.Ldt-CreateAnnotation-Cancel:hover{
     background-position: -50px 0;
 }
 
@@ -69,7 +79,7 @@
     height: 3em;
     padding: 2px;
     resize: none;
-    width: calc(100% - 62px);
+    width: calc(100% - 122px);
     border: 1px solid #666666;
     border-radius: 2px;
 }
@@ -105,6 +115,8 @@
 
 .Ldt-CreateAnnotation-TagList, .Ldt-CreateAnnotation-PolemicList {
     list-style: none;
+    width: calc(100% - 122px);
+    padding-left: 0px;
 }
 
 li.Ldt-CreateAnnotation-TagLi {