diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2013-08-02 22:55:32 +0200 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-08-02 22:55:32 +0200 |
commit | c4d11518ab222262dd0a974b9db5228ccb5df9d7 (patch) | |
tree | b7a9ee459ea5f48e8bf206984cfd493c5790bdb7 | |
parent | 328143f8a20933744be51a2693c99f35234ce5b3 (diff) | |
download | rpg-c4d11518ab222262dd0a974b9db5228ccb5df9d7.tar.gz rpg-c4d11518ab222262dd0a974b9db5228ccb5df9d7.tar.bz2 |
style improvements
-rw-r--r-- | lib/plugins/usermanager/style.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/plugins/usermanager/style.css b/lib/plugins/usermanager/style.css index 61b6c2c4e..3529d8b32 100644 --- a/lib/plugins/usermanager/style.css +++ b/lib/plugins/usermanager/style.css @@ -17,7 +17,13 @@ color: #ccc!important; border-color: #ccc!important; } +#user__manager .import_users { + margin-top: 1.4em; +} #user__manager .import_failures { - margin-top: 1em; + margin-top: 1.4em; +} +#user__manager .import_failures td.lineno { + text-align: center; } /* IE won't understand but doesn't require it */ |