Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14985 closed defect (bug) (fixed)

Wrong CSS in the Right Now module of the Dashboard

Reported by: doktorbro's profile doktorbro 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)

right-now-nice.png (24.1 KB) - added by doktorbro 14 years ago.
Nice
right-now-ugly.png (24.0 KB) - added by doktorbro 14 years ago.
Ugly
14985.patch (12.4 KB) - added by mrmist 14 years ago.
patch for suggested, maybe

Download all attachments as: .zip

Change History (11)

@doktorbro
14 years ago

Nice

@doktorbro
14 years ago

Ugly

#1 @doktorbro
14 years ago

  • Cc bro@… added

#2 @RAMIY
14 years ago

  • Cc RAMIY added

very nice.

#3 in reply to: ↑ description @doktorbro
14 years ago

Replying to doktorbro:

... collision with the button. See the image "ugly".

The button is "Change Theme".

#4 @westi
14 years ago

  • Milestone changed from Awaiting Review to 3.1
  • Severity changed from normal to minor

This looks good.

@mrmist
14 years ago

patch for suggested, maybe

#5 @mrmist
14 years ago

Not entirely sure where patches for CSS are meant to happen. Attached for .dev and not .dev but not rtl.

#6 @nacin
14 years ago

Patch development (.dev) versions only. That includes -rtl.dev.css if it exists and is pertinent.

#7 @westi
14 years ago

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

(In [16943]) Clear both in the right now widget so it clears nicely when there are extra comment statuses added. Fixes #14985 props doktorbro.

#8 @nacin
14 years ago

(In [16944]) Fix this in RTL too. see #14985.

Note: See TracTickets for help on using tickets.