diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-06-01 20:10:36 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-06-01 20:10:36 -0500 |
commit | 951330c9f83c8c8ee98f65fdccb5797e2e59d1f3 (patch) | |
tree | fc7b196ca0d91c1c71dcd945aa9667c7af0134fa /css | |
parent | e58a3b8b3702b22c903b02a9b4fa1020d6797459 (diff) | |
download | pathery-951330c9f83c8c8ee98f65fdccb5797e2e59d1f3.tar.xz |
A partial commit of the auth stuff, in case my upcoming changes break anything
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 */
|