id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
8488	[Patch] Remove border from collapsed 'Batch Modify' fieldset	anonymous	rjollos	I use BatchModifyPlugin r9409 and Trac 0.12.2.\r\n\r\nThe following patch removes the border around the collapsed fieldset of 'Batch Modify' and displays it like Trac's 'Filters' and 'Columns'.\r\n\r\nTaken from Trac's report.css ('#query fieldset.collapsed').\r\n\r\n{{{\r\n#!diff\r\n--- ./0.12/trunk/batchmod/htdocs/css/batchmod.ori.css_Mon Sep 13 16:02:40 2010\r\n+++ ./0.12/trunk/batchmod/htdocs/css/batchmod.css_Thu Feb 10 09:25:55 2011\r\n@@ -11,6 +11,12 @@\r\n     padding: 0.1em 0.5em;\r\n }\r\n\r\n+#batchmod_form fieldset.collapsed {\r\n+ border-width: 0;\r\n+ margin-bottom: 0pt;\r\n+ padding: 0pt .5em;\r\n+}\r\n+\r\n #batchmod_form th {\r\n     text-align: right;\r\n     white-space: nowrap;\r\n}}}\r\n	enhancement	closed	low	BatchModifyPlugin	minor	fixed			0.12
