summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-03-24 14:08:03 +0100
committerJonas Smedegaard <dr@jones.dk>2021-03-24 15:46:07 +0100
commitd31f41e019d8c567faad39ae1440d810bb04d60e (patch)
tree712dd6c3c7a0b69d33efb5dd2f590d19ffe6b6bd
parent60d2c201aa85c733abe2eedec06eea3e2a5074b9 (diff)
sync default styling with ikiwiki 3.20150610
-rw-r--r--default/style.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/default/style.css b/default/style.css
index fe1eb90..f0846c0 100644
--- a/default/style.css
+++ b/default/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;
}