amalgame/commit

IMPROVED: make concept uri opaque

authorJacco van Ossenbruggen
Fri Mar 6 14:12:07 2015 +0100
committerJacco van Ossenbruggen
Fri Mar 6 14:12:07 2015 +0100
commit425d6ef60e9a58ed9c5e25d82525f854735716b9
tree29ed773bb06aa11f52947c0e2f7473cbabd82870
parent3c19315246c5300933bbf146b79ff2d7b21860c5
Diff style: patch stat
diff --git a/components/amalgame/correspondence.pl b/components/amalgame/correspondence.pl
index 51e465e..76d2007 100644
--- a/components/amalgame/correspondence.pl
+++ b/components/amalgame/correspondence.pl
@@ -92,14 +92,14 @@ html_correspondence(align(Source, Target, Evidence), Options) -->
                   ]),
 	      div(class([manualfixes, 'yui3-g']),
 		  [ div([class([sourcediv, 'yui3-u-1-5'])],
-			[div([class(sourceuri)], Source),
+			[div([class([concepturi, sourceuri])], Source),
 			 input([type(hidden), class(original), value(Source)]),
 			 input([type(text), class([skos_ac_field]), name(source)])
 			]),
 		    div([class([relations, 'yui3-u-3-5'])],
                         \html_relations(Relations, Relation)),
                     div([class([targetdiv, 'yui3-u-1-5'])],
-                        [div([class(targeturi)], Target),
+                        [div([class([concepturi, targeturi])], Target),
                          input([type(hidden), class(original), value(Target)]),
                          input([type(text), class([skos_ac_field]), name(target)])
                         ]),
diff --git a/web/css/evaluater.css b/web/css/evaluater.css
index 1d81920..20ca07e 100644
--- a/web/css/evaluater.css
+++ b/web/css/evaluater.css
@@ -117,6 +117,12 @@
 	display: inline-block;
 	text-align: center;
 }
+#detail .manualfixes .relations .relation label {
+	background-color: #DDD;
+}
+#detail .manualfixes .concepturi {
+	opacity: 0.3;
+}
 #detail .manualfixes .comment {
 	display: inline-block;
 	text-align: center;