diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-14 16:22:10 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-14 16:22:10 -0700 |
commit | aa2388203ebc2fad01b8280777e5a40de4fcc813 (patch) | |
tree | 9eba94fc492301945bbfd11d7971e8352e4fbbed /css/page.css | |
parent | eaa3fb3f863b4cec711fec01f09b38a1ab333eef (diff) | |
download | pathery-aa2388203ebc2fad01b8280777e5a40de4fcc813.tar.xz |
Sign In fix
Diffstat (limited to 'css/page.css')
-rw-r--r-- | css/page.css | 7 |
1 files changed, 5 insertions, 2 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;
|