#14985 closed defect (bug) (fixed)
Wrong CSS in the Right Now module of the Dashboard
| Reported by: | doktorbro | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Administration | Version: | 3.0.1 |
| Severity: | minor | Keywords: | dashboard, css |
| Cc: | Focuses: |
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
@
16 years ago
Replying to doktorbro:
... collision with the button. See the image "ugly".
The button is "Change Theme".
#5
@
16 years ago
Not entirely sure where patches for CSS are meant to happen. Attached for .dev and not .dev but not rtl.
#6
@
16 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Nice