Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#5987 closed enhancement (fixed)

Admin CSS: -moz-border-radius gives inconsistent results

Reported by: johnbillion's profile johnbillion Owned by:
Milestone: 2.5 Priority: low
Severity: minor Version: 2.5
Component: Administration Keywords: css has-patch
Focuses: Cc:

Description

In Firefox, the corner radii [1] on various elements on the admin screens are inconsistently displayed. It's probable that the -moz-border-radius CSS property is a little buggy. See attached screenshots.

I've found that increasing the value from 2px to 3px gives better results. It's either that or remove it altogether.

Screenshots taken from Firefox 2.0 on Vista. Can anyone using Firefox on XP or OS X confirm the quality of their corner radii? :)

[1] How often do you get to use that word, eh?

Attachments (4)

border-radius.png (6.4 KB) - added by johnbillion 18 years ago.
border-radius-zoomed.png (3.3 KB) - added by johnbillion 18 years ago.
wp-admin.css.diff (3.7 KB) - added by iammattthomas 18 years ago.
Change 2px radii to 3px.
5987.diff (499 bytes) - added by johnbillion 18 years ago.

Download all attachments as: .zip

Change History (9)

@iammattthomas
18 years ago

Change 2px radii to 3px.

#1 @iammattthomas
18 years ago

  • Keywords has-patch added
  • Milestone set to 2.5

Patched, also changed em-based radii to px for the sake of Firefox.

#2 @ryan
18 years ago

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

(In [7012]) Change 2px radii to 3px. Props mt. fixes #5987

#3 @johnbillion
18 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Just found a corner that's been missed.

@johnbillion
18 years ago

#5 @westi
18 years ago

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

(In [7029]) Fix one wrong corner css. Fixes #5987 props johnbillion.

Note: See TracTickets for help on using tickets.