image_annotation/commit

Put title and description on one line.

authorChris Dijkshoorn
Fri Mar 13 18:54:33 2015 +0000
committerChris Dijkshoorn
Fri Mar 13 18:54:33 2015 +0000
commitbb13523de50647bec7fa4a92792762add4b37114
tree2747969d1b40694f7733e9196bf7fa3a40e6b2c5
parentf07d771c9804176ba300ed7a728e6c85b96b6454
Diff style: patch stat
diff --git a/applications/annotation.pl b/applications/annotation.pl
index 5147f56..7975bc8 100644
--- a/applications/annotation.pl
+++ b/applications/annotation.pl
@@ -418,9 +418,9 @@ html_annotation_field(URI, Options) -->
 	},
 	html(div([class('annotate-field'), alt(FieldDescription)],
 		 [ div(class('annotate-header'),
-		       [ h3(Label),
-			 div([class('annotate-description')], FieldDescription)
-		       ]),
+			   h4([Label,
+				   span('  '),
+				   small(class('annotate-description'), FieldDescription)])),
 		   input([id(Id), type(text)])
 		 ])),
 	!.