# HG changeset patch # User hamidouk # Date 1325173570 -3600 # Node ID be6b15bd7234787d7eed814b4dc1874f48b6cccb # Parent 992f92f3565087250ed34f61347c6bb78ca2f9e0 implemented a decent submit button. diff -r 992f92f35650 -r be6b15bd7234 assets/submit_annotation.psd Binary file assets/submit_annotation.psd has changed diff -r 992f92f35650 -r be6b15bd7234 src/css/LdtPlayer.css --- 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 diff -r 992f92f35650 -r be6b15bd7234 src/css/imgs/submit_annotation.png Binary file src/css/imgs/submit_annotation.png has changed diff -r 992f92f35650 -r be6b15bd7234 src/templates/createAnnotationWidget.html --- a/src/templates/createAnnotationWidget.html Thu Dec 29 15:19:13 2011 +0100 +++ b/src/templates/createAnnotationWidget.html Thu Dec 29 16:46:10 2011 +0100 @@ -21,6 +21,8 @@ Add keywords : #faux-raccord #mot-clef -
Submit
+
+
Submit
+