Opened 15 years ago
Closed 15 years ago
#15547 closed defect (bug) (fixed)
Plugin rows are squished
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.1 | Priority: | normal |
| Severity: | normal | Version: | 3.1 |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | Cc: |
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)
Change History (9)
#3
@
15 years ago
- 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 :)
#4
@
15 years ago
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.
Context: #15318