From b0df65cef9fa64dc57fc9a2db885391e6c26b668 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 19 Jun 2008 10:36:10 -0400 Subject: openid input styling darcs-hash:20080619143610-5ed1f-fa3cbc67e273adc206808d7213baa8bf691ea149.gz --- theme/default/display.css | 12 +++++++++++- theme/default/login-bg.gif | Bin 0 -> 328 bytes theme/stoica/display.css | 12 +++++++++++- theme/stoica/login-bg.gif | Bin 0 -> 328 bytes 4 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 theme/default/login-bg.gif create mode 100644 theme/stoica/login-bg.gif (limited to 'theme') diff --git a/theme/default/display.css b/theme/default/display.css index 8804d3181..35bf7edcb 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -544,6 +544,16 @@ input#license { form { clear: left; } - + +/* ----- OpenID Form -----*/ + +input.openid_url { + background: url(login-bg.gif) no-repeat; + background-color: #fff; + background-position: 0 50%; + color: #000; + padding-left: 18px; +} + /* ===== End Forms Styling ===== */ \ No newline at end of file diff --git a/theme/default/login-bg.gif b/theme/default/login-bg.gif new file mode 100644 index 000000000..e2d8377db Binary files /dev/null and b/theme/default/login-bg.gif differ diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 3f424ceeb..16e124fb3 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -555,6 +555,16 @@ input#license { form { clear: left; } - + +/* ----- OpenID Form -----*/ + +input.openid_url { + background: url(login-bg.gif) no-repeat; + background-color: #fff; + background-position: 0 50%; + color: #000; + padding-left: 18px; +} + /* ===== End Forms Styling ===== */ \ No newline at end of file diff --git a/theme/stoica/login-bg.gif b/theme/stoica/login-bg.gif new file mode 100644 index 000000000..e2d8377db Binary files /dev/null and b/theme/stoica/login-bg.gif differ -- cgit v1.2.3-54-g00ecf