#14985 closed defect (bug) (fixed)
Wrong CSS in the Right Now module of the Dashboard
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.1 | Priority: | normal |
| Severity: | minor | Version: | 3.0.1 |
| Component: | Administration | Keywords: | dashboard, css |
| Focuses: | Cc: |
Description
If you add a new entry below the spam comments count on the Dashboard,
there is a collision with the button. See the image "ugly".
The problem is
#dashboard_right_now .versions {
clear:"left";
padding:6px 10px 12px;
}
The value both makes it nice:
#dashboard_right_now .versions {
clear:"both";
padding:6px 10px 12px;
}
See the image "nice".
Attachments (3)
Change History (11)
#3
in reply to:
↑ description
@
15 years ago
Replying to doktorbro:
... collision with the button. See the image "ugly".
The button is "Change Theme".
#4
@
15 years ago
- Milestone changed from Awaiting Review to 3.1
- Severity changed from normal to minor
This looks good.
#5
@
15 years ago
Not entirely sure where patches for CSS are meant to happen. Attached for .dev and not .dev but not rtl.
#6
@
15 years ago
Patch development (.dev) versions only. That includes -rtl.dev.css if it exists and is pertinent.
Note: See
TracTickets for help on using
tickets.
Nice