diff options
| author | sostler <sbostler@gmail.com> | 2010-03-26 15:40:51 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-26 15:40:51 -0400 |
| commit | da30c6c48e646efd38e8042370664115b99d6b1e (patch) | |
| tree | ba7d0e881f227296202b7a70bd5a313f51ee1909 /static/dumpnewuser.css | |
| parent | 42150227b1f6fa6798862e0ef92e7ee3a8bcafc1 (diff) | |
| parent | 27afb7560d470782f81523f7dff3242c8f31dbdd (diff) | |
Merge Share indent
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; |
