diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-06-19 10:36:10 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-06-19 10:36:10 -0400 |
commit | b0df65cef9fa64dc57fc9a2db885391e6c26b668 (patch) | |
tree | 49514ad4753bbaea8d0227a68a6a3550601c25c9 /theme/stoica/display.css | |
parent | 9ce2a775f66098678f9c79e2369c51d8820c52fd (diff) |
openid input styling
darcs-hash:20080619143610-5ed1f-fa3cbc67e273adc206808d7213baa8bf691ea149.gz
Diffstat (limited to 'theme/stoica/display.css')
-rw-r--r-- | theme/stoica/display.css | 12 |
1 files changed, 11 insertions, 1 deletions
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 |