summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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;