From 951330c9f83c8c8ee98f65fdccb5797e2e59d1f3 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sat, 1 Jun 2013 20:10:36 -0500 Subject: A partial commit of the auth stuff, in case my upcoming changes break anything --- css/page.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'css') 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 */ -- cgit v1.2.3