aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-05-13 16:44:43 -0400
committerJoey Hess <joeyh@joeyh.name>2015-05-13 16:50:44 -0400
commitab4d9a54677c2c17b186048ba5d86986a161bcef (patch)
treef7a3014c96fef0062e33cf136c20efbd0e85ff51 /doc/style.css
parent370261e715ab53e9630e2c209e478c4b87bf14c6 (diff)
downloadikiwiki-ab4d9a54677c2c17b186048ba5d86986a161bcef.tar
ikiwiki-ab4d9a54677c2c17b186048ba5d86986a161bcef.tar.gz
generalized the openid selector to a login selector
This includes some CSS changes to names of elements. Also, added Email login button (doesn't work yet of course), and brought back the small openid login buttons. Demoted yahoo and verison to small buttons. This makes the big buttons be the main login types, and the small buttons be provider-specific helpers.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/style.css b/doc/style.css
index fe1eb903d..f0846c0d6 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -465,40 +465,40 @@ li.L8 { list-style: upper-alpha; }
display: none;
}
-/* openid selector */
-#openid_choice {
+/* login selector */
+#login_choice {
display: none;
}
-#openid_input_area {
+#login_input_area {
clear: both;
padding: 10px;
}
-#openid_btns, #openid_btns br {
+#login_btns, #login_btns br {
clear: both;
}
-#openid_highlight {
+#login_highlight {
background-color: black;
float: left;
}
-.openid_large_btn {
+.login_large_btn {
padding: 1em 1.5em;
border: 1px solid #DDD;
margin: 3px;
float: left;
}
-.openid_small_btn {
+.login_small_btn {
padding: 4px 4px;
border: 1px solid #DDD;
margin: 3px;
float: left;
}
-a.openid_large_btn:focus {
+a.login_large_btn:focus {
outline: none;
}
-a.openid_large_btn:focus {
+a.login_large_btn:focus {
outline-style: none;
}
-.openid_selected {
+.login_selected {
border: 4px solid #DDD;
}