diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/page.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/css/page.css b/css/page.css index 2fd069c..b7bbd5e 100644 --- a/css/page.css +++ b/css/page.css @@ -148,7 +148,7 @@ a img {border: none;} /* IE specific: remove outline around image links */ #oid_box {
width:500px;
- height:300px;
+ height:350px;
background-color:#999;
padding: 5px 15px 5px 15px;
box-shadow: 0 0 4px #888;
@@ -171,9 +171,14 @@ right:25px; top:15px;
font-size:200%;
}
+
#oid_learn {
-position:absolute;color:#333;left:25px;bottom:20px;
+position:absolute;color:#333;left:25px;bottom:50px;
+}
+#oauth_learn {
+position:absolute;color:#333;left:25px;bottom:25px;
}
+
#oid_wrapper {
animation: signinAnimate 1s;
-webkit-animation: signinAnimate 1s; /* Safari and Chrome */
|