src/css/LdtPlayer.css
branchpopcorn-port
changeset 546 be6b15bd7234
parent 545 992f92f35650
child 550 ae0f2ec05ed7
--- a/src/css/LdtPlayer.css	Thu Dec 29 15:19:13 2011 +0100
+++ b/src/css/LdtPlayer.css	Thu Dec 29 16:46:10 2011 +0100
@@ -643,6 +643,7 @@
   padding: 3px;
   padding-left: 4px;
   padding-right: 4px;
+  cursor: pointer;
 }
 
 .Ldt-createAnnotation-absent-keyword {
@@ -652,4 +653,16 @@
   padding: 3px;
   padding-left: 4px;
   padding-right: 4px;
+  cursor: pointer;
+}
+
+.Ldt-createAnnotation-submitButton {
+  float: right;
+  background-color: #d93c71;
+  color: #ffffff;
+  cursor: pointer;
+  background-image: url('imgs/submit_annotation.png');
+  background-repeat: no-repeat;
+  height: 48px;
+  width: 48px;
 }
\ No newline at end of file