diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-20 06:56:55 +0800 |
---|---|---|
committer | <unostar@danalan.info> | 2009-06-20 09:41:09 +0800 |
commit | 2103c02326d071d7cd9c7fe2e3cfd919664802e1 (patch) | |
tree | 8db0df590f63d3d6338fc34b99071b8f3ae85456 | |
parent | caa5c39ae25a4914c29082a4d7fcc714f2424888 (diff) |
More minor facelift for the admin/g2_import page.
Signed-off-by: <unostar@danalan.info>
-rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 10 | ||||
-rw-r--r-- | themes/default/css/screen.css | 7 |
2 files changed, 10 insertions, 7 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index 0c742962..da2bb5d1 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -83,10 +83,12 @@ </ul> </div> - <a class="gDialogLink" - href="<?= url::site("admin/maintenance/start/g2_import_task::import?csrf=$csrf") ?>"> - <?= t("Start importing!") ?> - </a> + <p> + <a class="gButtonLink gDialogLink ui-state-default ui-corner-all" + href="<?= url::site("admin/maintenance/start/g2_import_task::import?csrf=$csrf") ?>"> + <?= t("Begin import!") ?> + </a> + </p> </div> <? endif ?> </div> 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; } |