Ticket

fix gray CSS background in edit view+status
fix gray CSS background in edit view+priority
fix gray CSS background in edit view+tag
fix gray CSS background in edit view+commit
 

 

 

fix gray CSS background in edit view+example

http://grouppatternlanguage.org/new/captioned_image

 

In Firefox (image below), the gray background ends where the edit help does, even though the radio buttons continue. Also, note the extra spaces with background gray on the lines before/after the gray rectangles (Chrome/Safari don't have this latter problem).

 

confused gray

 

this is because of *css content on grouppatternlanguage.org.  the display:inline stuff.


Ah, so...I need to "uninline" blocks within?

  --John Abbe.....Wed Dec 22 18:56:57 -0800 2010


hard to say without digging in. I'm not sure why that was done in the first place (and what will be undone by uninlining).

  --Ethan McCutchen.....Thu Dec 23 10:54:38 -0800 2010


It was to inline the Pointers to save space, e.g. "Permission: not reviewed" on http://grouppatternlanguage.org/wagn/anticipation-image-2

 

I tuned it to ignore edit mode by changing div.RIGHT-permission_statu to div.RIGHT-permission_statu[item="link"]

 

CSS is annoying, but gets less so as I wrap my head around it.

  --John Abbe.....Thu Dec 23 15:18:57 -0800 2010