diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-31 01:15:11 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-31 01:15:11 -0700 |
commit | e30b45be070033d5e68bf3c5eacd5c445ab1c9d5 (patch) | |
tree | fa1285c3bab96587963ca09512cb3d5553ef302f /themes/admin_default/css | |
parent | 9a6f18075a8e0ad070e54d5bf361a3f993915b02 (diff) | |
parent | 0a5ca7a76644e6535bed49736f3e848cac6c7211 (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
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 { |