aboutsummaryrefslogtreecommitdiff
path: root/css/v2/login.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/v2/login.css')
-rw-r--r--css/v2/login.css43
1 files changed, 35 insertions, 8 deletions
diff --git a/css/v2/login.css b/css/v2/login.css
index 54d7d51..1804f41 100644
--- a/css/v2/login.css
+++ b/css/v2/login.css
@@ -8,13 +8,9 @@ ul, p {
margin-bottom: 1em;
}
-.hidden {
- display: none;
-}
-
-.smaller {
- font-size: 90%;
-}
+.hidden { display: none; }
+.left { text-align: left; }
+.smaller { font-size: 90%; }
.link {
color: #eae3d7;
@@ -68,7 +64,7 @@ ul, p {
margin-right: auto;
}
-input.openid_identifier {
+#openid_identifier {
background: url(images/openid.png) no-repeat;
background-color: #fff;
background-position: 0 50%;
@@ -162,3 +158,34 @@ input.openid_identifier {
color: white;
text-decoration: none;
}
+
+#trExtAuth p {
+ margin: 0.5em 0 0.5em 0;
+}
+#trOpenID {
+ margin: 0.5em 0 0.5em 0;
+}
+
+#providers {
+ height: 40px;
+ padding-left: 8px;
+}
+#providers a {
+ float: left;
+ width: 32px;
+ height: 32px;
+ margin-right: 4px;
+ border: 1px solid black;
+}
+#providers a:hover {
+ border: 1px dashed #fffcc9;
+}
+#providers a.selected {
+ border: 4px solid #fffcc9;
+ -moz-border-radius: 10px;
+ -webkit-border-radius: 10px;
+}
+#auth-facebook { background: transparent url(images/master-auth.png?v=0) no-repeat 0px 0px; }
+#auth-google { background: transparent url(images/master-auth.png?v=0) no-repeat -32px 0px; }
+#auth-openid { background: transparent url(images/master-auth.png?v=0) no-repeat -64px 0px; }
+#auth-yahoo { background: transparent url(images/master-auth.png?v=0) no-repeat -96px 0px; }

Return to:

Send suggestions and report system problems to the System administrator.