• The ‘change role to’ button is not aligned correctly:

    http://i47.tinypic.com/234f38.jpg

    Looks like:

    <input type="submit" name="changeit" id="changeit" class="button button-small" value="Change">

    needs to have button-small taken off:

    <input type="submit" name="changeit" id="changeit" class="button" value="Change">

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Misaligned button (Users)’ is closed to new replies.