summaryrefslogtreecommitdiffstats
path: root/css/page.css
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-11-01 01:10:53 -0700
committerPatrick Davison <snapwilliam@gmail.com>2012-11-01 01:10:53 -0700
commitc4058d01960509846b12621c0a0ed5547d1b0a0f (patch)
treeffca04fc2c4a5e6285a8463d82803ba040f89d4a /css/page.css
parentb0630a18aeb83ded41a6112dd5c9d90eba02a280 (diff)
downloadpathery-c4058d01960509846b12621c0a0ed5547d1b0a0f.tar.xz
UI: Sign in bug fix.
Fixed a bug where the Sign In box would show up in some crappy browsers because I was stupid.
Diffstat (limited to 'css/page.css')
-rw-r--r--css/page.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/page.css b/css/page.css
index c9495a9..cb88d34 100644
--- a/css/page.css
+++ b/css/page.css
@@ -90,10 +90,12 @@ position:absolute;color:#333;left:25px;bottom:20px;
top:120px;
width:550px;
margin-left:-275px;
+ display:inline;
}
#oid_hidden {
position:fixed;
left:-100%;
+ display:none;
}