diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-03-26 16:12:20 -0400 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-03-26 16:12:20 -0400 |
| commit | 1ac13dea9fb81b0d6481ac1aa7c942cfaa734279 (patch) | |
| tree | 25fca830012743685eca7d4c51e39a85df49bdc4 /static/dumpnewuser.css | |
| parent | b3dcf20f4428882d23af2de0790c9248a59cc39c (diff) | |
| parent | 27afb7560d470782f81523f7dff3242c8f31dbdd (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
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; |
