summaryrefslogtreecommitdiff
path: root/static/dumpnewuser.css
diff options
context:
space:
mode:
authortimb <timb@mb.home>2010-03-21 01:08:34 -0700
committertimb <timb@mb.home>2010-03-21 01:08:34 -0700
commitbb260d1716d10b5550eaecaa8e93519a51d6fa19 (patch)
tree5e8b05434e9097932256fa87f1aa06e7fb6b94ac /static/dumpnewuser.css
parentc4eaf3b84d33925b735c04cef4d6fac957a09e7f (diff)
fix z-index STACKING CONTEXT HIERARCHIES
Diffstat (limited to 'static/dumpnewuser.css')
-rw-r--r--static/dumpnewuser.css40
1 files changed, 22 insertions, 18 deletions
diff --git a/static/dumpnewuser.css b/static/dumpnewuser.css
index 0eccc89..09ca175 100644
--- a/static/dumpnewuser.css
+++ b/static/dumpnewuser.css
@@ -12,43 +12,47 @@ overflow:hidden;
}
#posthelp{
position:fixed;
-z-index:666;
-bottom:50;
-left:110;
+z-index:2000;
+bottom:50px;
+left:110px;
}
#webcamhelp{
-position:fixed;z-index:8888888;
-right:20;
-bottom:39;
+position:fixed;
+z-index:2000;
+right:20px;
+bottom:39px;
}
#userlisthelp{
position:fixed;
-top:100;
-right:300;
+top:100px;
+right:300px;
+z-index:2000;
}
#imageboard{
position:fixed;
-top:20;
-left:-10;
+top:20px;
+left:-10px;
+z-index:2000;
}
#uploadstuff{
position:fixed;
display:none;
-bottom:40;
-right:160;
-z-index:99999;
+bottom:40px;
+right:160px;
+z-index:2000;
}
#signinblurb{
position:absolute;
-top:-20;
+top:-20px;
display:none;
-z-index:199999999999999999999;
-right:10;
+z-index:2000;
+right:10px;
}
#readyjoin{
position:fixed;
-top:27;
-left:180;
+top:27px;
+left:180px;
+z-index:2000;
}
a {
font-size: 12px;