yaz/commit

UPDATE

authorMichiel Hildebrand
Mon Nov 7 15:57:17 2011 +0100
committerMichiel Hildebrand
Mon Nov 7 15:57:17 2011 +0100
commit996724f2843b0c70e4700b8bd456b3c3ca724208
tree8eb1f59998622b350b4f49ce4c2d74bcc4dfb00a
parent6a68668f3d9a724496e0adae010a94ea68f92b21
Diff style: patch stat
diff --git a/applications/yaz_shot_annotation.pl b/applications/yaz_shot_annotation.pl
index 380111d..e354624 100644
--- a/applications/yaz_shot_annotation.pl
+++ b/applications/yaz_shot_annotation.pl
@@ -177,7 +177,7 @@ html_video_page_yui(Video, Shots, Sources) -->
 			 'Y.mazzle.VideoFrames'({frameServer:FrameServer,
 						 video:Src,
 						 width:200,
-						 height:600,
+						 height:562,
 						 frames:Shots,
 						 interval:0,
 						 duration:Duration,
@@ -188,12 +188,12 @@ html_video_page_yui(Video, Shots, Sources) -->
 						})),
 		   \js_new(tagList,
 			 'Y.mazzle.TagList'({tags:[],
-					     height:400,
+					     height:562,
 					     sizeAdjust:symbol(true)
 					    })),
 		  \js_new(tagLinker,
 			 'Y.mazzle.TagLinker'({sources:Sources,
-					       height:400
+					       height:562
 					    })),
 		  \js_new(annotationForm,
 			 'Y.mazzle.AnnotationForm'({
diff --git a/web/css/shotgarden.css b/web/css/shotgarden.css
index de2e5e3..0c6491e 100644
--- a/web/css/shotgarden.css
+++ b/web/css/shotgarden.css
@@ -160,7 +160,7 @@
 	padding: 4px;
 }	
 .yui3-tag-linker .sources {
-	height: 348px;
+	height: 510px;
 	overflow: auto;
 }	
 .yui3-tag-linker .controls {
@@ -172,9 +172,10 @@
 	border: none;
 }
 .yui3-tag-linker .source-hd {
-	border-bottom: 1px solid #DDDDDD;
+	border-bottom: 1px solid #CCC;
 	font-weight: bold;
-	margin: 4px 4px 0;
+	padding: 4px 4px 0;
+	background-color: #EEE;
 }
 .yui3-tag-linker ul {
 	margin: 0;