00593: section edit links floating on right side (CSS)

Summary: section edit links floating on right side (CSS)
Created: 2005-11-14 08:06
Status: Closed - cookbook
Category: Feature
Assigned:
Priority: 3
Version: 2.0.13
OS: Linux/Apache/4.4.0

Description: Please add the following to the default pmwiki.css:

div.sectionedit { float:right; margin-left:5px; }

This makes "edit section" links generated by the cookbook extension sectionedit.php consume less space, as in MediaWiki.

As an alternative, let sectionedit.php generate <div class="sectionedit" style="(see above)">, if you don't like styles for cookbook recipes in the main style sheet.


Styles for cookbook recipes definitely don't belong in the PmWiki distribution, so I'd suggest getting the sectionedit.php authors to update things.

Alternatively, you can also add it locally to pub/css/local.css.

--Pm

I'm sorry, I didn't know that I shouldn't post feature requests referring to cookbook recipes here. (But, BTW, how about turning section editing into an officially supported feature?) I also overlooked that this issue had already been discussed on the recipe page... I noted it on a place on that page where it's easier to find. --ChristophLange November 16, 2005, at 12:00 PM

It's okay for cookbook feature requests to go here--I didn't mean to imply otherwise. --Pm