wearerequired / admin-menu-manager

Manage the WordPress admin menu using a simple drag & drop interface.
https://wordpress.org/plugins/admin-menu-manager/
GNU General Public License v2.0
60 stars 5 forks source link

Center edit button #6

Closed swissspidy closed 9 years ago

swissspidy commented 9 years ago

Currently the edit button isn't exactly horizontally centered. Having it in the middle would be nice.

swissspidy commented 9 years ago

Looks like we only need to remove the display: inline-block rule from #admin-menu-manager-edit. It makes the link jumpy though. Also, there could be problems with longer translations, as can be seen here:

button

Another option would be to make it behave like a normal menu item, though it may not be recognized as a special item anymore.