summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/page.css10
-rw-r--r--includes/header.php4
2 files changed, 9 insertions, 5 deletions
diff --git a/css/page.css b/css/page.css
index f6a0096..c9495a9 100644
--- a/css/page.css
+++ b/css/page.css
@@ -51,7 +51,7 @@ a:hover {
width:500px;
height:300px;
background-color:#ccc;
- padding:25px;
+ padding: 5px 15px 5px 15px;
box-shadow: 0 0 4px #888;
}
#oid_btn {
@@ -65,7 +65,11 @@ a:hover {
box-shadow: 0 0 2px #663;
}
#oid_cancel {
-position:absolute;color:#333;right:50px;bottom:20px;
+position:absolute;
+color:#333;
+right:25px;
+top:15px;
+font-size:200%;
}
#oid_learn {
position:absolute;color:#333;left:25px;bottom:20px;
@@ -80,7 +84,7 @@ position:absolute;color:#333;left:25px;bottom:20px;
background-color:#999;
box-shadow: 0 0 5px #888;
z-index:200;
- padding:15px;
+ padding: 0px 15px 15px 15px;
text-align: left;
left:50%;
top:120px;
diff --git a/includes/header.php b/includes/header.php
index 472fcbc..50759e0 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -117,8 +117,8 @@ function topbar($links) {
<h2 style="color:#333;">Do you have an account here?</h2>
<a href="login?op=google"><img id="oid_btn" src="images/btns/signin_Google.png" alt="Sign in with Google" /></a>
<a href="login?op=yahoo"><img id="oid_btn" src="images/btns/signin_Yahoo.png" alt="Sign in with Yahoo" /></a>
- <a id="oid_learn" href="http://openid.net/get-an-openid/what-is-openid/" >Learn more about OpenID</a>
- <a id="oid_cancel" href="javascript:hideSignin();">Cancel</a>
+ <a id="oid_learn" href="http://openid.net/get-an-openid/what-is-openid/" target="_blank" >Learn more about OpenID</a>
+ <a id="oid_cancel" href="javascript:hideSignin();">X</a>
</div>
</div>
<?