diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-19 15:56:55 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-19 15:56:55 -0700 |
commit | b72d0db7bee59d04dfc5036b35586210e81718e6 (patch) | |
tree | 84774708624be33391142256f13fc3b886081622 /themes | |
parent | feab9cfc34d96637243eeefe22c886054caf4a9d (diff) |
More minor facelift for the admin/g2_import page.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/css/screen.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 521f3915..b6d5bdb9 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -1088,15 +1088,16 @@ form .gError, #gAdminG2ImportDetails .gInfo { padding: 2px; border: 1px solid #999; + margin-bottom: 10px; } -#gAdminG2ImportNotes p { +#gAdminG2ImportNotes p, #gAdminG2ImportDetails .gInfo p { padding: 0px; margin: 0px; } -#gAdminG2ImportNotes ul li { +#gAdminG2ImportNotes ul li, #gAdminG2Import .gInfo ul li { padding-left: 0px; margin-left: 20px; - list-style-type: circle; + list-style-type: disc; } |