Simply add:

.checkbox .form-item{
    text-align:center !important;
}

into modules/admin/theme/style.css

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jackinloadup’s picture

Nice find. Here are some before and after pics for people who want something to look at.

quicksketch’s picture

Status: Needs review » Needs work

Really the text-align: left; should be removed entirely from reset.css. The idea that *all* content needs to be shoved left is extremely heavy-handed. More importantly, it completely breaks RTL languages, making Admin completely unusable in languages like Hebrew or Arabic.

This same thing was reported against the "Seven" theme and we just removed it entirely. See #602710: Aggressive reset.css breaks all alignment in Seven (RTL languages).