amalgame/commit

fine tuning buttons in builder detail view

authorJacco van Ossenbruggen
Tue Jul 22 17:56:31 2014 +0200
committerJacco van Ossenbruggen
Tue Jul 22 17:56:31 2014 +0200
commita85c33dd64a1f89bd84d715a661439fa47423a6e
tree018857331092f26c87acd0421abf18560e5904ab
parent2010fb9655c89eec1ec5c17429c5d0524ccea52e
Diff style: patch stat
diff --git a/components/amalgame/correspondence.pl b/components/amalgame/correspondence.pl
index 44e6cf9..e9546f8 100644
--- a/components/amalgame/correspondence.pl
+++ b/components/amalgame/correspondence.pl
@@ -14,9 +14,9 @@ html_correspondence_options -->
 	     ]).
 
 html_correspondence_buttons -->
-	html([ button([type(button), class(cancel), value(cancel)], 'cancel'),
-	       button([type(button), class(submit), value(submit)], 'submit'),
-	       button([type(button), class(setall)], 'apply to all'),
+	html([ button([type(button), class(cancel), value(cancel)], 'x'),
+	       button([type(button), class([change, submit]), value(submit)], 'submit'),
+	       button([type(button), class([change, setall])], 'apply to all'),
 	       button([type(button), class(prev), value(prev)], '<'),
 	       button([type(button), class(next), value(next)], '>')
 	     ]).
diff --git a/web/css/builder.css b/web/css/builder.css
index b3967fb..bcbebf9 100644
--- a/web/css/builder.css
+++ b/web/css/builder.css
@@ -288,9 +288,6 @@ img.explain {
 #detail .yui3-widget-ft {
 	margin: 5px;
 }
-#detail .manualfixes {
-	display: none;
-}
 #detail .manualfixes .relations {
 	display: inline-block;
 	text-align: center;
@@ -308,13 +305,10 @@ img.explain {
 	text-align: right;
 	padding: 5px;
 }
-#detail .buttons .submit {
-	display: inline-block;
-}
-#detail .oquote,
-#detail .cquote {
-	display: none;
-}
+/* do not show change stuff in builder, only for evaluater */
+#detail .manualfixes { display: none; }
+#detail .buttons .change { display: none; }
+
 #detail .l_lang,
 #detail .lang {
 	color: #777;