Opened 2 years ago

Closed 2 years ago

#15547 closed defect (bug) (fixed)

Plugin rows are squished

Reported by: nacin Owned by:
Priority: normal Milestone: 3.1
Component: Administration Version: 3.1
Severity: normal Keywords: has-patch
Cc: batmoo@…

Description

Create a plugin with no description. The row is very squished. You'll then notice that the rows that have full information are missing their share of padding too. I imagine this occurred with the LT refactoring. Let's make it look how it was in 3.0.

Attachments (2)

Screenshot.png (66.5 KB) - added by scribu 2 years ago.
15547.diff (396 bytes) - added by batmoo 2 years ago.
Add in some bottom padding

Download all attachments as: .zip

Change History (9)

Context: #15318

scribu2 years ago

It looks ok to me. Tested in Firefox and Chrome. See the screenshot.

batmoo2 years ago

Add in some bottom padding

  • Cc batmoo@… added
  • Keywords has-patch added; needs-patch removed
  • Version set to 3.1

Patch brings back the bottom padding. Rows look a bit more roomier now :)

I tracked this down to .plugins .second td, .plugins .second th having five pixels of bottom padding in 3.0.

With the second row gone, this should now be .plugins .second.

It looks like that old CSS still exists. Can we kill what is no longer used to construct the second row? (low priority)

If there's a back compat case to be had here (for once, I don't think so), then we just need to make sure that .plugins .second gets 5px bottom padding.

  • Resolution set to fixed
  • Status changed from new to closed

(In [16745]) Restore bottom padding in plugin rows. fixes #15547.

  • Resolution fixed deleted
  • Status changed from closed to reopened

The action links need this too.

  • Resolution set to fixed
  • Status changed from reopened to closed

Never mind. Something was messing up my formatting.

Note: See TracTickets for help on using tickets.