From 4766f36a4d74924f21ff329c4318ce4e069ffa04 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 3 Mar 2010 17:53:05 +0000 Subject: Pulled in the interface changes. git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/captcha/views/default/captcha/css.php | 6 ++++++ mod/captcha/views/default/input/captcha.php | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 mod/captcha/views/default/captcha/css.php create mode 100644 mod/captcha/views/default/input/captcha.php (limited to 'mod/captcha/views/default') diff --git a/mod/captcha/views/default/captcha/css.php b/mod/captcha/views/default/captcha/css.php new file mode 100644 index 000000000..7466cbb24 --- /dev/null +++ b/mod/captcha/views/default/captcha/css.php @@ -0,0 +1,6 @@ + +.captcha-input-image { + text-align: center; + margin: auto; +} + diff --git a/mod/captcha/views/default/input/captcha.php b/mod/captcha/views/default/input/captcha.php new file mode 100644 index 000000000..879a01c2d --- /dev/null +++ b/mod/captcha/views/default/input/captcha.php @@ -0,0 +1,26 @@ + +
+ + +
\ No newline at end of file -- cgit v1.2.3