Ticket #5987 (closed enhancement: fixed)

Opened 11 months ago

Last modified 11 months ago

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

Reported by: johnbillion Assigned to: anonymous
Priority: low Milestone: 2.5
Component: Administration Version: 2.5
Severity: minor Keywords: css has-patch
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

border-radius.png (6.4 kB) - added by johnbillion on 02/24/08 23:35:17.
border-radius-zoomed.png (3.3 kB) - added by johnbillion on 02/24/08 23:35:26.
wp-admin.css.diff (3.7 kB) - added by iammattthomas on 02/25/08 00:27:05.
Change 2px radii to 3px.
5987.diff (499 bytes) - added by johnbillion on 02/25/08 02:39:59.

Change History

02/24/08 23:35:17 changed by johnbillion

  • attachment border-radius.png added.

02/24/08 23:35:26 changed by johnbillion

  • attachment border-radius-zoomed.png added.

02/25/08 00:27:05 changed by iammattthomas

  • attachment wp-admin.css.diff added.

Change 2px radii to 3px.

02/25/08 00:27:48 changed by iammattthomas

  • keywords changed from css to css has-patch.
  • milestone set to 2.5.

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

02/25/08 00:34:26 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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

02/25/08 02:39:41 changed by johnbillion

  • status changed from closed to reopened.
  • resolution deleted.

Just found a corner that's been missed.

02/25/08 02:39:59 changed by johnbillion

  • attachment 5987.diff added.

02/25/08 02:40:16 changed by johnbillion

patch

02/25/08 22:10:05 changed by westi

  • status changed from reopened to closed.
  • resolution set to fixed.

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