diff options
Diffstat (limited to 'static/dumpnewuser.css')
| -rw-r--r-- | static/dumpnewuser.css | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/static/dumpnewuser.css b/static/dumpnewuser.css index 09ca175..c15f432 100644 --- a/static/dumpnewuser.css +++ b/static/dumpnewuser.css @@ -14,7 +14,7 @@ overflow:hidden; position:fixed; z-index:2000; bottom:50px; -left:110px; +left:20px; } #webcamhelp{ position:fixed; @@ -30,16 +30,16 @@ z-index:2000; } #imageboard{ position:fixed; -top:20px; +top:27px; left:-10px; -z-index:2000; +z-index:3455; } #uploadstuff{ position:fixed; -display:none; -bottom:40px; -right:160px; -z-index:2000; + +bottom:50px; +right:180px; +z-index:444; } #signinblurb{ position:absolute; @@ -54,6 +54,18 @@ top:27px; left:180px; z-index:2000; } +#dumppreview{ +position:fixed; +top:30%; +left:15%; +z-index:100; +} +#beingpostednow{ +position:fixed; +bottom:127px; +left:180px; +z-index:2000; +} a { font-size: 12px; color: #000; |
