diff options
| author | jhilden <jakobhilden@gmail.com> | 2009-05-30 12:09:56 -0400 |
|---|---|---|
| committer | jhilden <jakobhilden@gmail.com> | 2009-05-30 12:09:56 -0400 |
| commit | 2c1c4d3475f9748c0f43848714ad834977ea9665 (patch) | |
| tree | 72bc14fde0a45df6e126b4d3af8b49257a0db288 /themes/admin_default/css | |
| parent | 120088140cbd81ca86f9986bc3286fbd89957970 (diff) | |
small UI/CSS facelift for user admin + git test
Diffstat (limited to 'themes/admin_default/css')
| -rw-r--r-- | themes/admin_default/css/screen.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 82cc90eb..2d5f086c 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -214,7 +214,8 @@ li.gGroup { height: 200px; border: 1px solid gray; padding: .5em; - margin-right: 1em; + margin-right: 0 1em 1em 0; + overflow: auto; } #gAdminAdvancedSettings tr.setting:hover { |
