aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-10 15:56:57 -0400
committerJoey Hess <joey@kitenet.net>2010-05-10 15:56:57 -0400
commita855fa1d1846fd1c72254130e8cbcaa0f98bd200 (patch)
tree991d04857d786b1a4a4de9fb4856a7288c334731 /doc/style.css
parentb5aa42d3e0f54649c8e5d3842ad0025279ba38a5 (diff)
downloadikiwiki-a855fa1d1846fd1c72254130e8cbcaa0f98bd200.tar
ikiwiki-a855fa1d1846fd1c72254130e8cbcaa0f98bd200.tar.gz
bring back input#openid_url styling
Still used on prefs page.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index 6832194b2..cb02f812a 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -332,6 +332,13 @@ ol.form {
li.form {
padding-bottom: 1em;
}
+input#openid_url {
+ background: url(wikiicons/openidlogin-bg.gif) no-repeat;
+ background-color: #fff;
+ background-position: 0 50%;
+ color: #000;
+ padding-left: 18px;
+}
input#searchbox {
background: url(wikiicons/search-bg.gif) no-repeat;
background-color: #fff;