From aa2388203ebc2fad01b8280777e5a40de4fcc813 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 14 Mar 2013 16:22:10 -0700 Subject: Sign In fix --- css/page.css | 7 +++++-- includes/header.php | 35 +++++++++++++++++++++-------------- 2 files changed, 26 insertions(+), 16 deletions(-) diff --git a/css/page.css b/css/page.css index ec0f1c9..10038e4 100644 --- a/css/page.css +++ b/css/page.css @@ -152,6 +152,7 @@ a img {border: none;} /* IE specific: remove outline around image links */ background-color:#ccc; padding: 5px 15px 5px 15px; box-shadow: 0 0 4px #888; + border-radius: 10px; } #oid_btn { background-color: #bbb; @@ -180,16 +181,18 @@ position:absolute;color:#333;left:25px;bottom:20px; -moz-animation: signinAnimate 1s; /* Firefox */ position:fixed; color:#000; - background-color:#999; + background-color: rgb(216, 216, 216); + background-color: rgba(216, 216, 216, 0.95); box-shadow: 0 0 5px #888; z-index:200; padding: 0px 15px 15px 15px; text-align: left; left:50%; - top:120px; + top:100px; width:530px; margin-left:-275px; display:inline; + border-radius:15px; } #oid_hidden { position:fixed; diff --git a/includes/header.php b/includes/header.php index f8519a1..3965357 100644 --- a/includes/header.php +++ b/includes/header.php @@ -41,17 +41,17 @@ function htmlHeader($css = array(), $title = 'Pathery', $desc = '', $scripts = a @@ -145,7 +145,6 @@ function htmlFooter() { ?> })(); - createSignin(); @@ -155,6 +154,24 @@ function htmlFooter() { function topbar($links) { global $accepted, $wallColor, $wallEmblem, $request; + + + + //Empty first-div contains sound manager stuff + echo '
'; + + //echo ''; + echo '
+

Sign in

+
+

Do you have an account here?

+ Sign in with Google + Sign in with Yahoo + Learn more about OpenID + X +
+
'; + echo '
'; foreach ($links as $key => $value) { @@ -183,16 +200,6 @@ function topbar($links) { } else { ?> Sign in - "; -- cgit v1.2.3