From: <var...@us...> - 2021-08-09 16:51:07
|
Revision: 10471 http://sourceforge.net/p/phpwiki/code/10471 Author: vargenau Date: 2021-08-09 16:51:06 +0000 (Mon, 09 Aug 2021) Log Message: ----------- Do not print selection box in RecentChanges Modified Paths: -------------- trunk/themes/default/phpwiki-printer.css trunk/themes/fusionforge/fusionforge-print.css Modified: trunk/themes/default/phpwiki-printer.css =================================================================== --- trunk/themes/default/phpwiki-printer.css 2021-08-09 15:48:12 UTC (rev 10470) +++ trunk/themes/default/phpwiki-printer.css 2021-08-09 16:51:06 UTC (rev 10471) @@ -138,8 +138,8 @@ background: white; } -/* Hide (diff) links and days buttons in RecentChanges */ -.wiki-rc-action { +/* Do not print selection box in RecentChanges */ +fieldset.wiki-rc-action { display: none; } Modified: trunk/themes/fusionforge/fusionforge-print.css =================================================================== --- trunk/themes/fusionforge/fusionforge-print.css 2021-08-09 15:48:12 UTC (rev 10470) +++ trunk/themes/fusionforge/fusionforge-print.css 2021-08-09 16:51:06 UTC (rev 10471) @@ -78,6 +78,11 @@ display: none; } +/* Do not print selection box in RecentChanges */ +fieldset.wiki-rc-action { + display: none; +} + /* Print links in black */ a { color: black; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |