2006/unicorn/WebContent/style base_ucn.css,1.13,1.14

Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv31914/WebContent/style

Modified Files:
	base_ucn.css 
Log Message:
removed option for task conformance
+ when a task has no options, ajax call is not sent

Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/base_ucn.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- base_ucn.css	1 Sep 2009 17:01:03 -0000	1.13
+++ base_ucn.css	3 Sep 2009 14:33:13 -0000	1.14
@@ -106,6 +106,9 @@
 div.options select {
 	min-width:15em;
 }
+fieldset.options.none {
+	display:none !important;
+}
 fieldset span.checkboxlist{
 	font-size:0.9em;
 }

Received on Thursday, 3 September 2009 14:45:14 UTC