[wp-trac] [WordPress Trac] #12295: More support to customize user profile edit page

WordPress Trac noreply at wordpress.org
Mon Feb 2 10:34:45 UTC 2015


#12295: More support to customize user profile edit page
-------------------------------------------------+-------------------------
 Reporter:  pampfelimetten                       |       Owner:  nacin
     Type:  enhancement                          |      Status:  accepted
 Priority:  normal                               |   Milestone:  Future
Component:  Users                                |  Release
 Severity:  normal                               |     Version:  3.0
 Keywords:  has-patch needs-testing dev-         |  Resolution:
  feedback 3.5-early                             |     Focuses:
-------------------------------------------------+-------------------------

Comment (by Stagger Lee):

 I would like to se metaboxes as in Posts/Pages. With 2 columns.
 Just those few lines of code in CSS make huge difference in profile
 screen:


 {{{
 .profile-php #your-profile .form-table {
   background: #fff;
   border-collapse:inherit;
   padding: 20px;
 }
   .profile-php #your-profile h3 {
   background: none repeat scroll 0 0 #f1ebd3;
   color: #000;
   padding: 10px 15px;
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/12295#comment:48>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list