Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#31462 closed defect (bug) (fixed)

Press This: Match styling on tools.php

Reported by: kraftbj's profile kraftbj Owned by:
Milestone: 4.2 Priority: normal
Severity: normal Version: 4.2
Component: Press This Keywords: has-patch
Focuses: ui, administration Cc:

Description

The Press This area of /wp-admin/tools.php doesn't match the styling of the Category converter text or generally other pages in /wp-admin/

Notice https://cloudup.com/clOJ-s28VZa vs https://cloudup.com/cyFFhCZIIwv
(granted there is Jetpack material, but shows the styling used up to now on that page).

Time to overhaul tools.php visually or change up PT to match?

Main ticket: #31373

Attachments (1)

31462.patch (6.9 KB) - added by Michael Arestad 10 years ago.

Download all attachments as: .zip

Change History (11)

#1 @SergeyBiryukov
10 years ago

  • Milestone changed from Awaiting Review to 4.2

#2 @Michael Arestad
10 years ago

I have mixed feelings on this. The text everywhere else really needs a max width. This way it's actually pleasant to read. that's my main issue and the reason for the design.

I also have never found the black on grey text pleasant to read, so this was a fun little test. It looks like an afterthought to me.

BUT consistency is important. This may need to be a separate ticket even though it will look fairly unpleasant and detached.

Compare:
https://cldup.com/MgdkRpyl84.png

https://cldup.com/WGu-ZL8_LP.png

(If we kept it, I'd move all the PT info into one single box.)

#3 @kraftbj
10 years ago

How much room do we have to experiment with the tools.php page?

Could we make change it up so that the styles currently applied to PT are applied to all tool-box class, at least on the tools.php page (since we can target that with .tools-php class)?

It would standardize that one page, though still lack consistency with the rest of wp-admin.

That said, agreed on one box if this stays the way it is.

#4 @Michael Arestad
10 years ago

I think if we decided to try to style all of Tools.php, we'd want to adjust some .postbox styles (or introduce a new class) to make the container reusable. I suspect it is probably out of this project scope, though. @helen thoughts?

#5 @helen
10 years ago

Happy to introduce a new class for that type of panel/card container, it's a common enough need and using .postbox isn't fun because of JS and interior styles that are inherited. Don't really see it as being "out of scope". If there are some relatively quick wins we can do for the Tools screen, happy to entertain them.

#6 @Michael Arestad
10 years ago

  • Keywords has-patch added

@helen added a patch that refactored a bit of the press-this stuff. I also added an element called .card for wrapping containers with. It's almost the same as .postbox, but with an added max-width. I'm not sure where it should live. common.css? It should look something like this:

http://michaelarestad.com/WordPress/press-this/pressthis-tools.png

#7 @azaozz
10 years ago

In 31806:

Press This: fix styling on the Tools screen.
Props Michael-Arestad, see #31462.

#8 @azaozz
10 years ago

This is fixed but leaving open in case we heed to tweak the newly added stuff a little in order to make it easily reusable.

This ticket was mentioned in Slack in #core by drew. View the logs.


10 years ago

#10 @DrewAPicture
10 years ago

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

Looks good. Let's close this and encourage new tickets for new ideas.

Note: See TracTickets for help on using tickets.