[dokuwiki] Proposed summary input mods

  • From: "Joe Lapp" <joe.lapp@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 11 May 2006 11:50:18 -0500 (CDT)

When editing a page on either of the browsers I use -- Safari or Firefox -- the 
Edit Summary and Minor Edit inputs are a mess, with the labels not obviously 
labeling their inputs.

To fix things I added these lines to my template stylesheet:

div.dokuwiki div.summary {
  clear: left;
  width: 100%;
}

div.dokuwiki div.summary label {
  width: auto;
  display: inline;
}

div.dokuwiki div.summary input.edit {
  width: 50%;
}

Now these input appear below the buttons, provide more space for entering the 
summary, and the labels are next to their inputs.

Any chance we can put this or another more cross-browser fix into Dokuwiki 
core?  Thanks!

~joe
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: