diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-06-20 04:47:38 +0800 |
|---|---|---|
| committer | <unostar@danalan.info> | 2009-06-20 09:41:07 +0800 |
| commit | caa5c39ae25a4914c29082a4d7fcc714f2424888 (patch) | |
| tree | 37400bc095bbb37bab96fd8bf146d751d89f1a55 /themes/default/css | |
| parent | 4e676c8d0bd640e8cbdc5d32576b8a2bf6b943eb (diff) | |
Give the admin/g2_import page a facelift.
Signed-off-by: <unostar@danalan.info>
Diffstat (limited to 'themes/default/css')
| -rw-r--r-- | themes/default/css/screen.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index e97c95d5..521f3915 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -1012,6 +1012,7 @@ form .gError, background-color: #cfc; } + /*************** STUFF THAT NEEDS A HOME ****************/ #gProgress h1 { font-size: 1.1em; @@ -1071,3 +1072,31 @@ form .gError, background-color: #cfc; border: 1px solid #beb; } + +#gAdminG2ImportNotes { + padding-bottom: 20px; +} + +#gAdminG2ImportDetails { + padding-top: 20px; +} + +#gAdminG2ImportDetails .gWarning { + margin-top: 4px; +} + +#gAdminG2ImportDetails .gInfo { + padding: 2px; + border: 1px solid #999; +} + +#gAdminG2ImportNotes p { + padding: 0px; + margin: 0px; +} + +#gAdminG2ImportNotes ul li { + padding-left: 0px; + margin-left: 20px; + list-style-type: circle; +} |
