Some clients have reported their WordPress admin area loading without styles when using certain browsers.
Resolutions
a) Use a different browser
Try accessing your admin area using a different browser
b) Disable "concatenate scripts"
Add the following code snippet to the end of your wp-config.php
file, above the final require_once()
line:
define('CONCATENATE_SCRIPTS', false);